Skip to content

Commit

Permalink
Merge pull request #574 from nf-core/rnafusion_update_samtools
Browse files Browse the repository at this point in the history
rnafusion hasta: update samtools_view_for arriba/starfusion to 6GB
  • Loading branch information
rannick authored Oct 20, 2023
2 parents fc3bb90 + 1f9a82a commit 41288ee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions conf/pipeline/rnafusion/hasta.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
process {
withName:'CAT_FASTQ' {
memory = { check_max( 30.MB * task.attempt, 'memory' ) }
memory = { check_max( 500.MB * task.attempt, 'memory' ) }
time = { check_max( 4.h * task.attempt, 'time' ) }
cpus = 1
}
Expand All @@ -25,12 +25,12 @@ process {
cpus = 2
}
withName:'SAMTOOLS_VIEW_FOR_ARRIBA' {
memory = { check_max( 500.MB * task.attempt, 'memory' ) }
memory = { check_max( 6.GB * task.attempt, 'memory' ) }
time = { check_max( 4.h * task.attempt, 'time' ) }
cpus = 1
}
withName:'SAMTOOLS_VIEW_FOR_STARFUSION' {
memory = { check_max( 500.MB * task.attempt, 'memory' ) }
memory = { check_max( 6.GB * task.attempt, 'memory' ) }
time = { check_max( 4.h * task.attempt, 'time' ) }
cpus = 1
}
Expand Down

0 comments on commit 41288ee

Please sign in to comment.