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

Update all the modules #734

Merged
merged 27 commits into from
Sep 8, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
411df34
nf-core lint
maxulysse Sep 7, 2022
47ce0ee
nf-core modules update -a
maxulysse Sep 7, 2022
bad181a
update CHANGELOG
maxulysse Sep 7, 2022
d8f7ff3
Merge remote-tracking branch 'upstream/dev' into dev_modules_update
maxulysse Sep 7, 2022
342494d
un-update markduplicates
maxulysse Sep 7, 2022
6db3cb0
fix bwamem2_index input and output
maxulysse Sep 7, 2022
a308028
fix input for bwamem2_mem module
maxulysse Sep 7, 2022
81cf09c
code polish
maxulysse Sep 7, 2022
0473fc3
fix md5sum in default
maxulysse Sep 7, 2022
ec3f880
fix md5sum in aligner
maxulysse Sep 7, 2022
9adb528
fix md5sum in alignment_to_fastq
maxulysse Sep 7, 2022
1bb4245
fix md5sum for gatk_spark
maxulysse Sep 7, 2022
a1a16a8
fix md5sum for markduplicates
maxulysse Sep 7, 2022
7bbd6e1
fix md5sum for save_bam_mapped
maxulysse Sep 7, 2022
2958fd5
fix md5sum for recalibrate
maxulysse Sep 7, 2022
046c272
fix md5sum for prepare_recalibration
maxulysse Sep 7, 2022
e0cbd9c
fix md5sum for skip_markduplicates
maxulysse Sep 7, 2022
bb568f4
fix md5sum for split_fastq
maxulysse Sep 7, 2022
a0323d3
fix md5sum for targeted
maxulysse Sep 7, 2022
fc0c11c
fix md5sum for trimming
maxulysse Sep 7, 2022
c51fc8e
fix md5sum for tumor_normal_pair
maxulysse Sep 7, 2022
54537b3
fix umi tests
maxulysse Sep 7, 2022
e0ace92
fix params
maxulysse Sep 7, 2022
757d89d
Merge remote-tracking branch 'upstream/dev' into dev_modules_update
maxulysse Sep 7, 2022
48f2f61
fix md5sum for umi
maxulysse Sep 7, 2022
0c734fc
fix md5sum for save_output_as_bam
maxulysse Sep 7, 2022
805cc1d
fix md5sum for freebayes
maxulysse Sep 7, 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
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- [#730](https://github.com/nf-core/sarek/pull/730) - Reduce number of tests
- [#731](https://github.com/nf-core/sarek/pull/731) - Run the somatic test as default on `-profile test_full`, the germline can be tested with `-profile test_full_somatic`
- [#733](https://github.com/nf-core/sarek/pull/733) - Add description for params.cf_chrom_len
- [#734](https://github.com/nf-core/sarek/pull/734) - nf-core modules update -a

### Fixed

Expand Down
2 changes: 2 additions & 0 deletions conf/modules.config
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,8 @@ process {
// UMI Subworkflow

withName: 'FASTQTOBAM'{
ext.prefix = {"${meta.id}"}
ext.args = { "--read-structures $params.umi_read_structure" }
publishDir = [
//specify to avoid publishing, overwritten otherwise
enabled: false
Expand Down
320 changes: 160 additions & 160 deletions modules.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion modules/nf-core/modules/bcftools/stats/main.nf

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

6 changes: 3 additions & 3 deletions modules/nf-core/modules/bwamem2/index/main.nf

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

12 changes: 11 additions & 1 deletion modules/nf-core/modules/bwamem2/index/meta.yml

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

2 changes: 1 addition & 1 deletion modules/nf-core/modules/bwamem2/mem/main.nf

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

5 changes: 5 additions & 0 deletions modules/nf-core/modules/bwamem2/mem/meta.yml

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

29 changes: 29 additions & 0 deletions modules/nf-core/modules/cat/fastq/main.nf

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.

20 changes: 11 additions & 9 deletions modules/nf-core/modules/fgbio/fastqtobam/main.nf

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

20 changes: 8 additions & 12 deletions modules/nf-core/modules/fgbio/fastqtobam/meta.yml

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

2 changes: 1 addition & 1 deletion modules/nf-core/modules/manta/germline/main.nf

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

2 changes: 1 addition & 1 deletion modules/nf-core/modules/manta/somatic/main.nf

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

2 changes: 1 addition & 1 deletion modules/nf-core/modules/manta/tumoronly/main.nf

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

2 changes: 1 addition & 1 deletion modules/nf-core/modules/samtools/convert/main.nf

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

3 changes: 2 additions & 1 deletion modules/nf-core/modules/samtools/faidx/main.nf

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

2 changes: 1 addition & 1 deletion modules/nf-core/modules/samtools/mpileup/main.nf

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

4 changes: 2 additions & 2 deletions modules/nf-core/modules/samtools/stats/main.nf

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

2 changes: 1 addition & 1 deletion modules/nf-core/modules/samtools/view/main.nf

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

2 changes: 1 addition & 1 deletion modules/nf-core/modules/strelka/germline/main.nf

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

2 changes: 1 addition & 1 deletion modules/nf-core/modules/strelka/somatic/main.nf

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

2 changes: 1 addition & 1 deletion modules/nf-core/modules/tabix/bgziptabix/main.nf

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

2 changes: 1 addition & 1 deletion modules/nf-core/modules/tabix/tabix/main.nf

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

2 changes: 1 addition & 1 deletion modules/nf-core/modules/untar/main.nf

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

2 changes: 1 addition & 1 deletion modules/nf-core/modules/unzip/main.nf

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

2 changes: 1 addition & 1 deletion modules/nf-core/modules/vcftools/main.nf

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

Loading