Skip to content

Commit

Permalink
increase mem for quant and qc report
Browse files Browse the repository at this point in the history
  • Loading branch information
allyhawkins committed Mar 15, 2024
1 parent fc18e27 commit ea2edcb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/af-rna.nf
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ process alevin_rad {
process fry_quant_rna {
container params.ALEVINFRY_CONTAINER
label 'cpus_8'
label 'mem_8'
label 'mem_16'
tag "${meta.run_id}-rna"
publishDir "${params.checkpoints_dir}/alevinfry/${meta.library_id}", mode: 'copy', enabled: params.publish_fry_outs

Expand Down
2 changes: 1 addition & 1 deletion modules/qc-report.nf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

process sce_qc_report {
container params.SCPCATOOLS_CONTAINER
label 'mem_8'
label 'mem_16'
tag "${meta.library_id}"
publishDir "${params.results_dir}/${meta.project_id}/${meta.sample_id}", mode: 'copy'
input:
Expand Down

0 comments on commit ea2edcb

Please sign in to comment.