Skip to main content

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

Project description

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

Requirements

  1. Blast+

  2. Python 2.7

  3. Django 1.6-1.8

pip install django
  1. Biopython

pip install biopython

Download

https://pypip.in/v/django-blastplus/badge.png https://pypip.in/d/django-blastplus/badge.png

Get the latest version of django-blastplus from https://pypi.python.org/pypi/django-blastplus/

Install

Install with pip

pip install django-blastplus

To get the git version do

$ git clone https://github.com/michal-stuglik/django-blastplus.git

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 name or path to nucleotide database:

    BLAST_DB_NUCL = os.path.join(BASE_DIR, 'blastplus/sampledata/sample_db')
  1. Visit search pages:

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-0.2.2.tar.gz (297.7 kB view details)

Uploaded Source

File details

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

File metadata

File hashes

Hashes for django-blastplus-0.2.2.tar.gz
Algorithm Hash digest
SHA256 ec3ff3f3cbbac9464f6dab7390c35f1a4b26aa2de9da3e19e02d3addf6d3df22
MD5 1c15a941fbab75c15c2e590e1fc77193
BLAKE2b-256 4a9f55672d1324f11391a2596dc15fe0fa85ff1d32c1b4dc01f12f356734169c

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