File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 11params {
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
You can’t perform that action at this time.
0 commit comments