We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9bfbda commit 134187aCopy full SHA for 134187a
1 file changed
conf/test.config
@@ -13,8 +13,8 @@
13
process {
14
withName: '.*' {
15
resourceLimits = [
16
- cpus: 4,
17
- memory: '15.GB',
+ cpus: 6,
+ memory: '25.GB',
18
time: '1.h'
19
]
20
}
@@ -25,7 +25,6 @@ params {
25
config_profile_description = 'Minimal test dataset to check pipeline function'
26
27
// Input data
28
- //input = "/staging/leuven/stg_00096/home/rforsyth/lr_somatic/assets/test_sheet.csv"
29
input = "https://raw.githubusercontent.com/IntGenomicsLab/test-datasets/main/samplesheets/samplesheet_lr-somatic.csv"
30
31
// Additional params
0 commit comments