Skip to content

Commit 9c57179

Browse files
authored
Merge pull request #521 from maxulysse/dev_modules_die_samtools_local_die
Move most of local modules to nf-core modules
2 parents c31f1f8 + f540226 commit 9c57179

File tree

37 files changed

+401
-551
lines changed

37 files changed

+401
-551
lines changed

conf/modules.config

Lines changed: 59 additions & 78 deletions
Large diffs are not rendered by default.

modules.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,12 @@
174174
"samtools/bam2fq": {
175175
"git_sha": "897c33d5da084b61109500ee44c01da2d3e4e773"
176176
},
177+
"samtools/bamtocram": {
178+
"git_sha": "569e07f0af74e2a6ea43fca61ae90bb762893461"
179+
},
180+
"samtools/collatefastq": {
181+
"git_sha": "705f8c9ac4dfdf07666e71abde28f267e2dfd5eb"
182+
},
177183
"samtools/faidx": {
178184
"git_sha": "897c33d5da084b61109500ee44c01da2d3e4e773"
179185
},
@@ -204,6 +210,9 @@
204210
"strelka/somatic": {
205211
"git_sha": "e745e167c1020928ef20ea1397b6b4d230681b4d"
206212
},
213+
"tabix/bgzip": {
214+
"git_sha": "37bf3936f3665483d070a5e0e0b314311032af7c"
215+
},
207216
"tabix/bgziptabix": {
208217
"git_sha": "49b18b1639f4f7104187058866a8fab33332bdfe"
209218
},

modules/local/samtools/index/main.nf

Lines changed: 0 additions & 32 deletions
This file was deleted.

modules/local/samtools/index/meta.yml

Lines changed: 0 additions & 53 deletions
This file was deleted.

modules/local/samtools/mergecram/main.nf

Lines changed: 0 additions & 31 deletions
This file was deleted.

modules/local/samtools/viewindex/meta.yml

Lines changed: 0 additions & 44 deletions
This file was deleted.

modules/local/samtoolsview.nf

Lines changed: 0 additions & 45 deletions
This file was deleted.

modules/local/samtools/viewindex/main.nf renamed to modules/nf-core/modules/samtools/bamtocram/main.nf

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

modules/local/samtools/mergecram/meta.yml renamed to modules/nf-core/modules/samtools/bamtocram/meta.yml

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

modules/local/samtools/fastq/main.nf renamed to modules/nf-core/modules/samtools/collatefastq/main.nf

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

0 commit comments

Comments
 (0)