Skip to main content

Best-practice pipelines for fully automated high throughput sequencing analysis

Project description

bcbio-nextgen

A python toolkit providing best-practice pipelines for fully automated high throughput sequencing analysis. You write a high level configuration file specifying your inputs and analysis parameters. This input drives a parallel run that handles distributed execution, idempotent processing restarts and safe transactional steps. The goal is to provide a shared community resource that handles the data processing component of sequencing analysis, providing researchers with more time to focus on the downstream biology.

Features

  • Community developed: We welcome contributors with the goal of overcoming the biological, algorithmic and computational challenges that face individual developers working on complex pipelines in quickly changing research areas. See our users page for examples of bcbio-nextgen deployments.

  • Installation: A single installer script prepares all third party software, data libraries and system configuration files.

  • Automated validation: Compare variant calls against common reference materials or sample specific SNP arrays to ensure call correctness. Incorporation of multiple approaches for alignment, preparation and variant calling enable unbiased comparisons of algorithms.

  • Distributed: Focus on parallel analysis and scaling to handle large population studies and whole genome analysis. Runs on single multicore computers, in compute clusters using IPython parallel, or on the Amazon cloud. See the parallel documentation for full details.

  • Multiple analysis algorithms: bcbio-nextgen provides configurable variant calling and RNA-seq pipelines.

Quick start

  1. Install bcbio-nextgen with all tool dependencies and data files:

    wget https://raw.github.com/chapmanb/bcbio-nextgen/master/scripts/bcbio_nextgen_install.py
    python bcbio_nextgen_install.py /usr/local/share/bcbio-nextgen --tooldir=/usr/local

producing an editable system configuration file referencing the installed software, data and system information.

  1. Create a sample configuration file with samples from your project (substitute the example BAM and fastq names below with the full path to your sample files):

    bcbio_nextgen.py -w template gatk-variant project1 sample1.bam sample2_1.fq sample2_2.fq
  2. Run analysis, distributed across 8 local cores:

    bcbio_nextgen.py bcbio_sample.yaml -n 8

Documentation

See the full documentation at ReadTheDocs. We welcome enhancements or problem reports using GitHub and discussion on the biovalidation mailing list.

Contributors

License

The code is freely available under the MIT license.

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

bcbio-nextgen-0.7.3.tar.gz (165.3 kB view details)

Uploaded Source

File details

Details for the file bcbio-nextgen-0.7.3.tar.gz.

File metadata

File hashes

Hashes for bcbio-nextgen-0.7.3.tar.gz
Algorithm Hash digest
SHA256 0b6b29928f2ce94c5d8d351f302771eea1ac677132737bafd68b9e9d9250cef2
MD5 936f228c981c33240f1efbadc0d4dacc
BLAKE2b-256 4ee24b79494eb9009a25d3e4f7177481c673fbb13073b4dbcd49436e14a21c10

See more details on using hashes here.

Supported by

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