Skip to content

Commit aa5fdf6

Browse files
committed
Structured config file
1 parent 4d73e2d commit aa5fdf6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

nextflow.config

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
params {
2-
steps = 'manta,vep' // Change on commandline --steps x,y,z
2+
// Command line parameters
3+
bam = "" // The bamfile, preferrably supply on commandline ( --bam )
34
project = "" // Set project or supply on commandline ( --project )
5+
steps = 'manta,vep' // Change on commandline --steps x,y,z
46
outdir = "results"
57
prefix = ''
68

9+
// Reference assemblies
710
ref_fasta = "/sw/data/uppnex/ToolBox/ReferenceAssemblies/hg38make/bundle/2.8/b37/human_g1k_v37.fasta"
811
assembly = 'GRCh37'
912

@@ -20,6 +23,7 @@ params {
2023
vt = "vt/0.5772"
2124
}
2225

26+
// Runtimes for different parts of the workflow
2327
runtime {
2428
simple = '30m' // Short simple shell jobs
2529
fermikit = '24h' // Fermikit is the longest running of them all

0 commit comments

Comments
 (0)