metashot/containment is a workflow for the containment estimation of genomes, proteomes, plasmids and other sequences in sequencing read sets using mash screen.
- Input: single-end, paired-end sequences in FASTA/FASTQ formats (gzip compressed files also supported);
- genomes or sequences on which test the containment in FASTA or mash sketch formats;
- returns the multeplicity matrix (genomes x read sets).
Install Docker (or Singulariry) and Nextflow (see Dependencies);
nextflow run metashot/containment \
--reads 'reads/*.fastq.gz' \
--db 'genomes/*.fa' \
--outdir resultsnextflow run metashot/containment \
--reads 'reads/*_R{1,2}*.fastq.gz' \
--db 'genomes/*.fa' \
--outdir resultsnextflow run metashot/containment \
--reads 'reads/*_R{1,2}*.fastq.gz' \
--db sequences.fa \
--individual \
--outdir resultsOptions and default values are decladed in nextflow.config.
Please refer to System requirements for the complete list of system requirements options.