Skip to content
Snippets Groups Projects
Commit d233ceef authored by xgrand's avatar xgrand
Browse files

modif arriba_fusion.nf, still in progress

parent b3a75639
Branches
No related tags found
No related merge requests found
...@@ -69,11 +69,11 @@ if (params.help || params.h) { ...@@ -69,11 +69,11 @@ if (params.help || params.h) {
**************************************************************** ****************************************************************
*/ */
params.fastq = "" params.fastq = "./data/fastq/*_{1,2}.fq*"
params.bam = "" params.bam = ""
params.genome = "" params.genome = "/home/xavier/Data/Genome/hg19/Homo_sapiens.GRCh37.dna.primary_assembly.fa"
params.gtf = "" params.gtf = "/home/xavier/Data/Genome/hg19/Homo_sapiens.GRCh37.87.gtf"
params.index = "" params.index = "/home/xavier/Data/Genome/hg19/STAR"
/* Params out */ /* Params out */
params.fastp_out = "02_fastp" params.fastp_out = "02_fastp"
......
...@@ -83,14 +83,14 @@ profiles { ...@@ -83,14 +83,14 @@ profiles {
cpus = 1 cpus = 1
} }
withLabel: big_mem_multi_cpus { withLabel: big_mem_multi_cpus {
cpus = 8 cpus = 4
} }
withLabel: small_mem_mono_cpus { withLabel: small_mem_mono_cpus {
cpus = 1 cpus = 1
memory = '2GB' memory = '2GB'
} }
withLabel: small_mem_multi_cpus { withLabel: small_mem_multi_cpus {
cpus = 8 cpus = 4
memory = '2GB' memory = '2GB'
} }
withLabel: mid_mem_mono_cpus { withLabel: mid_mem_mono_cpus {
...@@ -98,7 +98,7 @@ profiles { ...@@ -98,7 +98,7 @@ profiles {
memory = '8GB' memory = '8GB'
} }
withLabel: mid_mem_multi_cpus { withLabel: mid_mem_multi_cpus {
cpus = 8 cpus = 4
memory = '8GB' memory = '8GB'
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment