Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 780 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 780 Bytes

A small nextflow script for screening contaminants from Illumina short reads and estimate bacterial genome size

It uses centrifuge for reads classification; some options (kmc, bbtools, mash) for estimation of genome size.

Dependencies:

All the tools can be installed via bioconda

- centrifuge
- mash
- krona
- kmc
- bbtools

How to run:

  • Edit location to the centrifuge database and Mash
  • Edit pattern of reads if needed

nextflow run speciation.nf --input /path/to/folder/of/reads --output /path/to/folder/of/results