Skip to main content

A simple Django app to conduct web-based blast+ local alignment search.

Project description

### django-blastplus

A simple Django app to conduct web-based homology search with blast+.


#### Requirements

1. Blast+
2. Python 3
3. Django 2.0
4. Biopython

#### Install
```bash
pipenv install
```


#### Download

![https://landscape.io/github/michal-stuglik/django-blastplus/master](https://landscape.io/github/michal-stuglik/django-blastplus/master/landscape.svg?style=flat "Code Health")
![http://badge.fury.io/py/django-blastplus](https://badge.fury.io/py/django-blastplus.svg)
![https://travis-ci.org/michal-stuglik/django-blastplus](https://travis-ci.org/michal-stuglik/django-blastplus.svg?branch=master "Travis CI")
![https://codeclimate.com/github/michal-stuglik/django-blastplus](https://codeclimate.com/github/michal-stuglik/django-blastplus/badges/gpa.svg "Code Climate")


#### Quick start

1. Add "blastplus" to your INSTALLED_APPS setting like this::
```
INSTALLED_APPS = (
'blastplus',
)
```
2. Include the polls URLconf in your project urls.py like this::
```
url(r'^blast/', include('blastplus.urls')),
```
3. You can modify some defaults in blastplus.settings

- e.g. modify path to nucleotide database::

```
BLAST_DB_NUCL_LIST = [
{
"name": "sample1",
"path": 'blastplus/sampledata/sample_db1/sample_db',
"desc": "Sample database 1",
"annotated": False, },
{
"name": "sample2",
"path": 'blastplus/sampledata/sample_db2/sample_db2',
"desc": "Sample database 2",
"annotated": False, },
]
```
4. Visit search pages:

- Blastn http://127.0.0.1:8000/blast/blastn

- TBlastn http://127.0.0.1:8000/blast/tblastn

- Blastp http://127.0.0.1:8000/blast/blastp

- Blastx http://127.0.0.1:8000/blast/blastx


Example
-------

See our NewtBase portal with django-blastplus app inside

http://newtbase.eko.uj.edu.pl/blast/blastn/




Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-blastplus-2.0.0.tar.gz (381.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

django_blastplus-2.0.0-py2.py3-none-any.whl (232.4 kB view details)

Uploaded Python 2Python 3

File details

Details for the file django-blastplus-2.0.0.tar.gz.

File metadata

File hashes

Hashes for django-blastplus-2.0.0.tar.gz
Algorithm Hash digest
SHA256 c9c3d6643519b6ccce70c39753b2a5e88b91ea2be888aaccfca32bc7d3b30831
MD5 4f8f8e201a9325c1894b10ef7e97223e
BLAKE2b-256 2868a43852bd82ea418a8568a181f4e44c7c4e9a1581539a559593cdc5111894

See more details on using hashes here.

File details

Details for the file django_blastplus-2.0.0-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for django_blastplus-2.0.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 f029a623badd1aa093ac09114ae759b7a332c38b4566a0991415ef6d0810c899
MD5 3fae31dfc4b100118a972129cbbfd1dc
BLAKE2b-256 add413d5d253c24d387bc114f2f125bf0cdc757ae1c8a6cc2f696062a0d69a72

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page