Skip to content

workflow example managed with Nextflow within Singularity that run Trimgalore on fastq files

License

Notifications You must be signed in to change notification settings

mhebrard/TrimFlow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TrimFlow

workflow example managed with Nextflow within Singularity that run Trimgalore on fastq files

Setup

Quick start

Choose one of the methods below:

( change path/to/reads/ to match the folder of your data. Reads folder must be in the current folder or a subdirectory -- ./data/ )

  1. Let nextflow download the workflow files and the container image automatically
nextflow run mhebrard/TrimFlow  --reads 'path/to/reads/*_R{1,2}*'
  1. download the workflow files and the container image manually, then run it locally
nextflow pull mhebrard/TrimFlow
singularity pull --name TrimFlow.simg shub://mhebrard/TrimFlow
nextflow run mhebrard/TrimFlow -with-singularity ./Trimflow.simg --reads 'path/to/reads/*_R{1,2}*'

Version

The first digit correspond to the version of the container image.

The other digits represent the version of the nextflow script.

About

workflow example managed with Nextflow within Singularity that run Trimgalore on fastq files

Resources

License

Stars

Watchers

Forks

Packages

No packages published