Commit ae5578f slsevilla
committed
1 parent 0958bf2 commit ae5578f Copy full SHA for ae5578f
File tree 3 files changed +15
-9
lines changed
3 files changed +15
-9
lines changed Original file line number Diff line number Diff line change @@ -15,9 +15,11 @@ params {
15
15
config_profile_description = 'Minimal test dataset to check pipeline function'
16
16
17
17
// 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
+ ]
21
23
22
24
// Input data
23
25
input = "${projectDir}/assets/samplesheet_test_bam.csv"
Original file line number Diff line number Diff line change @@ -15,9 +15,11 @@ params {
15
15
config_profile_description = 'Minimal test dataset to check pipeline function'
16
16
17
17
// 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
+ ]
21
23
22
24
// Input data
23
25
input = "${projectDir}/assets/samplesheet_test_illumina.csv"
Original file line number Diff line number Diff line change @@ -15,9 +15,11 @@ params {
15
15
config_profile_description = 'Minimal test dataset to check pipeline function'
16
16
17
17
// 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
+ ]
21
23
22
24
// Input data
23
25
input = "${projectDir}/assets/samplesheet_test_ont.csv"
You can’t perform that action at this time.
0 commit comments