Skip to content

Commit 01286a7

Browse files
committed
Ignoring CSVs from damage manipulation
1 parent 5c85114 commit 01286a7

14 files changed

Lines changed: 777 additions & 390 deletions

File tree

conf/test_long.config

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,14 @@ process {
1616
memory: '15.GB',
1717
time: '3.h',
1818
]
19+
20+
withName: MAPDAMAGE2 {
21+
time = { 3.h * task.attempt }
22+
memory = { 15.GB * task.attempt }
23+
}
1924
}
2025

26+
2127
includeConfig 'test_minimal.config'
2228

2329
params {

modules.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@
212212
},
213213
"mapdamage2": {
214214
"branch": "master",
215-
"git_sha": "3f5420aa22e00bd030a2556dfdffc9e164ec0ec5",
215+
"git_sha": "41dfa3f7c0ffabb96a6a813fe321c6d1cc5b6e46",
216216
"installed_by": ["modules"]
217217
},
218218
"megan/rma2info": {
@@ -232,7 +232,7 @@
232232
},
233233
"multiqc": {
234234
"branch": "master",
235-
"git_sha": "41dfa3f7c0ffabb96a6a813fe321c6d1cc5b6e46",
235+
"git_sha": "e10b76ca0c66213581bec2833e30d31f239dec0b",
236236
"installed_by": ["modules"]
237237
},
238238
"picard/createsequencedictionary": {

modules/nf-core/mapdamage2/environment.yml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules/nf-core/mapdamage2/main.nf

Lines changed: 13 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules/nf-core/mapdamage2/meta.yml

Lines changed: 198 additions & 87 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)