Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move most of local modules to nf-core modules #521

Merged
merged 28 commits into from
Apr 27, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
3cd9b70
remove unused module
maxulysse Apr 14, 2022
8f0910d
code polishing for alignment_to_fastq
maxulysse Apr 19, 2022
528e5ab
code polishing
maxulysse Apr 19, 2022
53c88ca
local -> nf-core for collatefastq module
maxulysse Apr 20, 2022
1bf4b12
add bgzip decompress
maxulysse Apr 20, 2022
15a16b3
fix MODULE name
maxulysse Apr 20, 2022
6bcf24a
actually use the nf-core module that is already there
maxulysse Apr 20, 2022
af8a483
fully remove old files
maxulysse Apr 20, 2022
645d2b0
module samtools/bamtocram local -> nf-core
maxulysse Apr 25, 2022
d477de5
fix number of input channels
maxulysse Apr 25, 2022
de35065
Merge remote-tracking branch 'upstream/dev' into dev_modules_die_samt…
maxulysse Apr 25, 2022
4586a2e
remove unused module
maxulysse Apr 25, 2022
6c873b4
quick code polish
maxulysse Apr 25, 2022
b895d08
use nf-core samtools/index module instead of local
maxulysse Apr 25, 2022
a0b2ffc
fix output saving
maxulysse Apr 25, 2022
4212f75
fix syntax
maxulysse Apr 25, 2022
cddce67
publish out of mapping
maxulysse Apr 25, 2022
047038d
Merge remote-tracking branch 'upstream/dev' into dev_modules_die_samt…
maxulysse Apr 25, 2022
33bdc1c
fix merge bam after mapping (skip markduplicates
maxulysse Apr 26, 2022
9bcbc8f
fix input for INDEX_MERGE_BAM
maxulysse Apr 26, 2022
a1cd1e7
fix output for tests
maxulysse Apr 26, 2022
6b1ef51
Apply suggestions from code review
maxulysse Apr 26, 2022
2108b6a
code polish
maxulysse Apr 27, 2022
81d273e
revert back
maxulysse Apr 27, 2022
63074e8
move channel map/groupTuple logic from subworkflow to workflow
maxulysse Apr 27, 2022
ebbe0d1
Apply suggestions from code review
maxulysse Apr 27, 2022
c098b9c
code polish + fix publish condition for mapping
maxulysse Apr 27, 2022
f540226
fix output for seqkit
maxulysse Apr 27, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
137 changes: 59 additions & 78 deletions conf/modules.config

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions modules.json
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,12 @@
"samtools/bam2fq": {
"git_sha": "897c33d5da084b61109500ee44c01da2d3e4e773"
},
"samtools/bamtocram": {
"git_sha": "569e07f0af74e2a6ea43fca61ae90bb762893461"
},
"samtools/collatefastq": {
"git_sha": "705f8c9ac4dfdf07666e71abde28f267e2dfd5eb"
},
"samtools/faidx": {
"git_sha": "897c33d5da084b61109500ee44c01da2d3e4e773"
},
Expand Down Expand Up @@ -204,6 +210,9 @@
"strelka/somatic": {
"git_sha": "e745e167c1020928ef20ea1397b6b4d230681b4d"
},
"tabix/bgzip": {
"git_sha": "37bf3936f3665483d070a5e0e0b314311032af7c"
},
"tabix/bgziptabix": {
"git_sha": "49b18b1639f4f7104187058866a8fab33332bdfe"
},
Expand Down
32 changes: 0 additions & 32 deletions modules/local/samtools/index/main.nf

This file was deleted.

53 changes: 0 additions & 53 deletions modules/local/samtools/index/meta.yml

This file was deleted.

31 changes: 0 additions & 31 deletions modules/local/samtools/mergecram/main.nf

This file was deleted.

44 changes: 0 additions & 44 deletions modules/local/samtools/viewindex/meta.yml

This file was deleted.

45 changes: 0 additions & 45 deletions modules/local/samtoolsview.nf

This file was deleted.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading