Skip to content

maxplanck-ie/dissectBCL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

86aea29 · Dec 16, 2024
Aug 7, 2024
Aug 7, 2024
Dec 14, 2024
Feb 28, 2023
Jul 10, 2023
Jul 16, 2024
Aug 7, 2024
Dec 1, 2024
Dec 14, 2024
Feb 15, 2024
Jul 16, 2024
Aug 7, 2024

Repository files navigation

Documentation Status Lint 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 env 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

or

dissect -f /path/to/flowcell.ini

Docs.

Documentation is available here.