Nextflow pipeline for checking contamination problems with reads among other tasks
git clone [email protected]:biocorecrg/contamination-nf.git --recurse-submodules
Modify params.config accordingly or copy it and replace it in the command-line below.
# Running KRAKEN2
nextflow run -bg --config params.config main.nf &> log
Different subworkflows:
- build
- bracken
- Allow adding custom FASTAs (now in
build.sh
)