Skip to content

Commit 7c57345

Browse files
authored
Merge pull request #59 from NBISweden/fix_resource_defaults
Add default time for Uppmax processes
2 parents 4c46aa8 + 3efd775 commit 7c57345

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

AbinitioTraining/config/compute_resources.config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
process {
22
cpus = 1
3+
time = '1h'
34
maxForks = 20
45
shell = ['/bin/bash', '-euo', 'pipefail']
56
stageOutMode = 'rsync'

AnnotationPreprocessing/config/compute_resources.config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
process {
22
cpus = 1
3+
time = '1h'
34
maxForks = 20
45
shell = ['/bin/bash', '-euo', 'pipefail']
56
stageOutMode = 'rsync'

FunctionalAnnotation/config/compute_resources.config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
process {
22
cpus = 1
3+
time = '1h'
34
maxForks = 20
45
shell = ['/bin/bash', '-euo', 'pipefail']
56
stageOutMode = 'rsync'

TranscriptAssembly/config/compute_resources.config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
process {
22
cpus = 1
3+
time = '1h'
34
maxForks = 20
45
shell = ['/bin/bash', '-euo', 'pipefail']
56
stageOutMode = 'rsync'

0 commit comments

Comments
 (0)