Skip to content

Commit

Permalink
Remove splitcode module in favour of container
Browse files Browse the repository at this point in the history
Due to Milton OS upgrade, splitcode module is no
longer available
  • Loading branch information
mcmero committed Aug 22, 2024
1 parent 7f4b068 commit 7fb5669
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -73,18 +73,15 @@ profiles {
milton {
conda.enabled = true
cleanup = true
apptainer.enabled = false
apptainer.autoMounts = false
apptainer.enabled = true
apptainer.autoMounts = true
singularity.enabled = false
process {
cpus = 1
memory = { 8.GB * task.attempt }
time = '12h'
errorStrategy = { 'retry' }
maxRetries = 3
withLabel:SplitCode {
module = 'splitcode/0.28.3'
}
withLabel:CountGuides {
cpus = 8
memory = { 64.GB * task.attempt }
Expand Down

0 comments on commit 7fb5669

Please sign in to comment.