Skip to content
 
 

Repository files navigation

basic-sequence-trimmer

A generic pipeline for trimming, filtering, and dehosting reads that can be run on an arbitrary set of FASTQ files from Illumina or Nanopore NGS.

Quick code

conda activate basic-sequence-trimmer
nextflow run <path/to/basic-sequence-trimmer> \
  --label <label> \
  --sheet <path/to/samplesheet> \
  --outdir <output directory>

Output

The output file structure is determined by the outdir:

<outdir>
   ├── pipeline_info
   │      └── software_versions.yml
   └── <label>
          ├── samplesheet.csv
          └── fastq
                 └── [prefix_]<ID>.fastq[.gz]

                 

About

A generic pipeline for trimming and filtering reads that can be run on an arbitrary set of FASTQ files from Illumina or Nanopore NGS.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages