Skip to content

Commit

Permalink
rnafusion hasta: update samtools_view_for arriba/starfusion to 6GB
Browse files Browse the repository at this point in the history
  • Loading branch information
rannick committed Oct 20, 2023
1 parent fc3bb90 commit 1eda80b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conf/pipeline/rnafusion/hasta.config
Original file line number Diff line number Diff line change
Expand Up @@ -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 1eda80b

Please sign in to comment.