Skip to content

Commit

Permalink
Update ska resources in configs
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanjameskennedy committed Sep 25, 2024
1 parent 41e6b44 commit 7ee2df2
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions configs/nextflow.base.config
Original file line number Diff line number Diff line change
Expand Up @@ -259,10 +259,10 @@ process {
}
withName: ska_build {
container = "${params.containerDir}/ska2.sif"
cpus = 8
cpus = 2
memory = '10 GB'
publishDir = [ path: "${params.outdir}/${params.speciesDir}/ska", mode: 'copy', overwrite: true ]
ext.args = "-k 31 --threads 8"
ext.args = "-k 31 --threads 1"
}
withName: skesa {
container = "${params.containerDir}/skesa.sif"
Expand Down
4 changes: 2 additions & 2 deletions configs/nextflow.ci.config
Original file line number Diff line number Diff line change
Expand Up @@ -231,10 +231,10 @@ process {
}
withName: ska_build {
container = "${params.containerDir}/ska2.sif"
cpus = 4
cpus = 2
memory = '10 GB'
publishDir = [ path: "${params.outdir}/${params.speciesDir}/ska", mode: 'copy', overwrite: true ]
ext.args = "-k 31 --threads 4"
ext.args = "-k 31 --threads 1"
}
withName: skesa {
container = "${params.containerDir}/skesa.sif"
Expand Down
4 changes: 2 additions & 2 deletions configs/nextflow.dev.config
Original file line number Diff line number Diff line change
Expand Up @@ -246,10 +246,10 @@ process {
}
withName: ska_build {
container = "https://depot.galaxyproject.org/singularity/ska2:0.3.10--h4349ce8_0"
cpus = 8
cpus = 2
memory = '10 GB'
publishDir = [ path: "${params.outdir}/${params.speciesDir}/ska", mode: 'copy', overwrite: true ]
ext.args = "-k 31 --threads 8"
ext.args = "-k 31 --threads 1"
}
withName: skesa {
container = "https://depot.galaxyproject.org/singularity/skesa:2.4.0--he1c1bb9_0"
Expand Down
4 changes: 2 additions & 2 deletions configs/nextflow.hopper.config
Original file line number Diff line number Diff line change
Expand Up @@ -261,10 +261,10 @@ process {
}
withName: ska_build {
container = "https://depot.galaxyproject.org/singularity/ska2:0.3.10--h4349ce8_0"
cpus = 8
cpus = 2
memory = '10 GB'
publishDir = [ path: "${params.outdir}/${params.speciesDir}/ska", mode: 'copy', overwrite: true ]
ext.args = "-k 31 --threads 8"
ext.args = "-k 31 --threads 1"
}
withName: skesa {
container = "https://depot.galaxyproject.org/singularity/skesa:2.4.0--he1c1bb9_0"
Expand Down
4 changes: 2 additions & 2 deletions configs/nextflow.ngp.config
Original file line number Diff line number Diff line change
Expand Up @@ -265,10 +265,10 @@ process {
}
withName: ska_build {
container = "${params.containerDir}/ska2.sif"
cpus = params.cpus_medium
cpus = params.cpus_small
memory = params.mem_small
publishDir = [ path: "${params.outdir}/${params.speciesDir}/ska", mode: 'copy', overwrite: true ]
ext.args = "-k 31 --threads 8"
ext.args = "-k 31 --threads 1"
}
withName: skesa {
container = "${params.containerDir}/skesa.sif"
Expand Down

0 comments on commit 7ee2df2

Please sign in to comment.