Skip to content

imbforge/dissectBCL

 
 

Repository files navigation

Documentation Status flake8 pytest

dissectBCL

Demultiplexing pipeline for illumina data (novaseq/miseq/nextseq). Continuation of Devon Ryan's TWTWTWTW.

Installation.

Clone this repository, create the environment and pip install

git clone [email protected]:maxplanck-ie/dissectBCL.git
cd dissectBCL
conda create -f env.yml --name dissectBCL conda activate dissectBCL
pip install ./

Fill in the dissectBCL.ini file appropriately. By default the config file is expected to be in ~/configs/dissectBCL_prod.ini.

Running.

dissect

or

dissect -c /path/to/config.ini

Docs.

Documentation is available here.

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%