Skip to content

Instantly share code, notes, and snippets.

@matijaSos
Last active January 29, 2018 14:53
Show Gist options
  • Save matijaSos/1831f9e2fd4c35d83a456e79c3188d9a to your computer and use it in GitHub Desktop.
Save matijaSos/1831f9e2fd4c35d83a456e79c3188d9a to your computer and use it in GitHub Desktop.
Nextflow config file examples - public
manifest {
description = 'Proof of concept of a Rna-seq pipeline implemented with Nextflow'
mainScript = 'myMainScript.nf'
}
mainScript = 'myMainScript.nf'
process {
container = 'nextflow/rnatoy@sha256:9ac0345b5851b2b20913cb4e6d469df77cf1232bafcadf8fd929535614a85c75'
}
manifest.mainScript = 'otherMainScript.nf'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment