Skip to content

Commit ae5578f

Browse files
author
slsevilla
committed
chore: set resourceLimits, default resources
1 parent 0958bf2 commit ae5578f

File tree

3 files changed

+15
-9
lines changed

3 files changed

+15
-9
lines changed

conf/test_bam.config

+5-3
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,11 @@ params {
1515
config_profile_description = 'Minimal test dataset to check pipeline function'
1616

1717
// Limit resources so that this can run on GitHub Actions
18-
cpus = 2
19-
memory = 6.GB
20-
time = 6.h
18+
resourceLimits = [
19+
cpus: 2,
20+
memory: '6.GB',
21+
time: '6.h'
22+
]
2123

2224
// Input data
2325
input = "${projectDir}/assets/samplesheet_test_bam.csv"

conf/test_illumina.config

+5-3
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,11 @@ params {
1515
config_profile_description = 'Minimal test dataset to check pipeline function'
1616

1717
// Limit resources so that this can run on GitHub Actions
18-
cpus = 2
19-
memory = 6.GB
20-
time = 6.h
18+
resourceLimits = [
19+
cpus: 2,
20+
memory: '6.GB',
21+
time: '6.h'
22+
]
2123

2224
// Input data
2325
input = "${projectDir}/assets/samplesheet_test_illumina.csv"

conf/test_ont.config

+5-3
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,11 @@ params {
1515
config_profile_description = 'Minimal test dataset to check pipeline function'
1616

1717
// Limit resources so that this can run on GitHub Actions
18-
cpus = 2
19-
memory = 6.GB
20-
time = 6.h
18+
resourceLimits = [
19+
cpus: 2,
20+
memory: '6.GB',
21+
time: '6.h'
22+
]
2123

2224
// Input data
2325
input = "${projectDir}/assets/samplesheet_test_ont.csv"

0 commit comments

Comments
 (0)