Navigation Menu

Skip to content

Commit

Permalink
changed time and cpus allocated to starfusion don download and modifi…
Browse files Browse the repository at this point in the history
…cation to fusioncatcher output
  • Loading branch information
Annick Renevey committed Jan 11, 2022
1 parent 47ea7e7 commit 33184a3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions conf/modules.config
Expand Up @@ -67,6 +67,8 @@ params {
}
'starfusion_download' {
ext.args = ""
cpus = 20
time = 120.h
}
}
}
4 changes: 2 additions & 2 deletions modules/local/fusioncatcher/download/main.nf
Expand Up @@ -13,8 +13,8 @@ process FUSIONCATCHER_DOWNLOAD {
}

output:
path "human_${human_version}/*" , emit: reference
path "versions.yml" , emit: versions
path "*" , emit: reference
path "versions.yml" , emit: versions

script:

Expand Down
2 changes: 1 addition & 1 deletion modules/local/starfusion/download/main.nf
@@ -1,6 +1,6 @@
process STARFUSION_DOWNLOAD {
tag 'star-fusion'
label 'process_low'
label 'process_high'
publishDir "${params.genomes_base}",
mode: params.publishDir_mode,
saveAs: { filename -> filename.equals('versions.yml') ? null : filename }
Expand Down

0 comments on commit 33184a3

Please sign in to comment.