params { index = "${launchDir}/index.tsv" genome = "${launchDir}/GCF_000001215.4_Release_6_plus_ISO1_MT_genomic.fa" annotation = "${launchDir}/GCF_000001215.4_Release_6_plus_ISO1_MT_genomic_modified_4.gtf" } process { clusterOptions = '-P prj008279' withName: mapping { cpus = 8 memory = 50.GB time = 6.h } withName: quantification { cpus = 8 memory = 50.GB time = 12.h } }