Skip to content

Commit

Permalink
🛠️ increase memory and remove sif file
Browse files Browse the repository at this point in the history
  • Loading branch information
ddomenico committed Jul 19, 2024
1 parent 801eaad commit 73822d5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 12 deletions.
6 changes: 3 additions & 3 deletions main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ process runAmber {
tag "AMBER on ${params.tumor}"
publishDir "${params.outdir}/amber", mode: 'copy'
cpus params.cores
memory '4 GB'
memory '32 GB'
time '1h'

input:
Expand Down Expand Up @@ -60,7 +60,7 @@ process runCobalt {
tag "COBALT on ${params.tumor}"
publishDir "${params.outdir}/cobalt", mode: 'copy'
cpus params.cores
memory '4 GB'
memory '32 GB'
time '1h'

input:
Expand All @@ -87,7 +87,7 @@ process runPurple {
tag "PURPLE on ${params.tumor}"
publishDir "${params.outdir}/purple", mode: 'copy'
cpus params.cores
memory '4 GB'
memory '32 GB'
time '1h'

input:
Expand Down
9 changes: 0 additions & 9 deletions nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,6 @@ profiles {
process {
executor = 'slurm'
queue = 'componc_cpu'
withname:runPurple {
container = '/usersoftware/papaemme/isabl/local/purple/v0.1.0/purple_v0.1.0.sif'
}
withname:runAmber {
container = '/usersoftware/papaemme/isabl/local/purple/v0.1.0/purple_v0.1.0.sif'
}
withname:runCobalt {
container = '/usersoftware/papaemme/isabl/local/purple/v0.1.0/purple_v0.1.0.sif'
}
}
}

Expand Down

0 comments on commit 73822d5

Please sign in to comment.