Skip to content

Commit

Permalink
update template 3.0.2 - versions issues
Browse files Browse the repository at this point in the history
  • Loading branch information
ypriverol committed Oct 19, 2024
1 parent f42e31d commit b2875d2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
4 changes: 2 additions & 2 deletions conf/base.config
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ process {

withLabel:process_single {
cpus = { 1 }
memory = { 4.GB * task.attempt }
memory = { 6.GB * task.attempt }
time = { 4.h * task.attempt }
}
withLabel:process_low {
cpus = { 4 * task.attempt }
memory = { 8.GB * task.attempt }
memory = { 12.GB * task.attempt }
time = { 6.h * task.attempt }
}
withLabel:process_very_low {
Expand Down
13 changes: 8 additions & 5 deletions conf/test_lfq.config
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,18 @@
------------------------------------------------------------------------------------------------
*/

process {
resourceLimits = [
cpus: 4,
memory: '12.GB',
time: '48.h'
]
}

params {
config_profile_name = 'Test profile for DDA LFQ'
config_profile_description = 'Minimal test dataset to check pipeline function of the label-free quantification branch of the pipeline'

// Limit resources so that this can run on GitHub Actions
max_cpus = 2
max_memory = 6.GB
max_time = 48.h

outdir = "./results_lfq"

// Input data
Expand Down

0 comments on commit b2875d2

Please sign in to comment.