Skip to content

Commit 134187a

Browse files
committed
increase resources a bit
1 parent c9bfbda commit 134187a

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

conf/test.config

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
process {
1414
withName: '.*' {
1515
resourceLimits = [
16-
cpus: 4,
17-
memory: '15.GB',
16+
cpus: 6,
17+
memory: '25.GB',
1818
time: '1.h'
1919
]
2020
}
@@ -25,7 +25,6 @@ params {
2525
config_profile_description = 'Minimal test dataset to check pipeline function'
2626

2727
// Input data
28-
//input = "/staging/leuven/stg_00096/home/rforsyth/lr_somatic/assets/test_sheet.csv"
2928
input = "https://raw.githubusercontent.com/IntGenomicsLab/test-datasets/main/samplesheets/samplesheet_lr-somatic.csv"
3029

3130
// Additional params

0 commit comments

Comments
 (0)