Skip to content

Commit

Permalink
add custom config definitions (#314)
Browse files Browse the repository at this point in the history
  • Loading branch information
rcannood authored Dec 19, 2023
1 parent cef0e51 commit e233515
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/datasets/resource_scripts/cellxgene_census.sh
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,13 @@ HERE
cat > /tmp/nextflow.config << HERE
process {
executor = 'awsbatch'
withLabel: highmem {
memory = '350GB'
}
withName: '.*publishStatesProc' {
memory = '16GB'
disk = '100GB'
}
}
HERE

Expand Down

0 comments on commit e233515

Please sign in to comment.