Skip to content

Commit

Permalink
Update all nf-core modules (#139)
Browse files Browse the repository at this point in the history
* Update bcftools annotate

* Update bcftools concat

* Update bcftools convert

* Update bcftools index

* Update bcftools merge

* Update bcftools mpileup

* Update bcftools norm

* Update bcftools pluginsplit

* Update bcftools stats

* Update bcftools view

* Update bedtools makewindows

* Remove dumpsoftware

* Update gawk

* Update glimpse

* Update glimpse2

* Update gunzip

* Update quilt

* Update samtools

* Update shapeit5

* Update shapeit5

* Update stitch

* Update tabix

* Update vcflib

* Fix linting

* Update pluginsplit
  • Loading branch information
LouisLeNezet authored Oct 28, 2024
1 parent a4f6618 commit 8fb7bf0
Show file tree
Hide file tree
Showing 175 changed files with 6,155 additions and 2,886 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ Initial release of nf-core/phaseimpute, created with the [nf-core](https://nf-co
- [#102](https://github.com/nf-core/phaseimpute/pull/102) - Update all test and recompute snapshot to match new version of the phaseimpute test dataset.
- [#103](https://github.com/nf-core/phaseimpute/pull/103) - Update Glimpse2 phase, gunzip and multiqc
- [#135](https://github.com/nf-core/phaseimpute/pull/135) - Impute by batch of 100 individuals by default using `--batch_size` parameter. All individuals BAM files are gathered and VCF are allowed for glimpse1 and glimpse2. Channel preprocessing of stitch is done in stitch subworkflow. Genotype likelihood computation for glimpse1 is now done outside of the subworkflow and merge the resulting vcf with all the samples. New test added to check batch separation. Improve `usage.md` documentation. Add validation to initialisation of the pipeline to ensure compatibility between tools, steps and the files provided by the user.
- [#139](https://github.com/nf-core/phaseimpute/pull/139) - Update all nf-core modules

### `Fixed`

Expand Down
75 changes: 35 additions & 40 deletions modules.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,120 +7,115 @@
"nf-core": {
"bcftools/annotate": {
"branch": "master",
"git_sha": "c1a7fa1c038061b344f2a41be71942061ec40d2e",
"git_sha": "cb08035150685b11d890d90c9534d4f16869eaec",
"installed_by": ["modules"],
"patch": "modules/nf-core/bcftools/annotate/bcftools-annotate.diff"
},
"bcftools/concat": {
"branch": "master",
"git_sha": "33ef773a7ea36e88323902f63662aa53c9b88988",
"git_sha": "d1e0ec7670fa77905a378627232566ce54c3c26d",
"installed_by": ["modules"],
"patch": "modules/nf-core/bcftools/concat/bcftools-concat.diff"
},
"bcftools/convert": {
"branch": "master",
"git_sha": "a5ba4d59c2b248c0379b0f8aeb4e7e754566cd1f",
"git_sha": "666652151335353eef2fcd58880bcef5bc2928e1",
"installed_by": ["modules"]
},
"bcftools/index": {
"branch": "master",
"git_sha": "a5ba4d59c2b248c0379b0f8aeb4e7e754566cd1f",
"git_sha": "666652151335353eef2fcd58880bcef5bc2928e1",
"installed_by": ["bam_impute_glimpse", "vcf_phase_shapeit5"]
},
"bcftools/merge": {
"branch": "master",
"git_sha": "a5ba4d59c2b248c0379b0f8aeb4e7e754566cd1f",
"git_sha": "666652151335353eef2fcd58880bcef5bc2928e1",
"installed_by": ["modules"],
"patch": "modules/nf-core/bcftools/merge/bcftools-merge.diff"
},
"bcftools/mpileup": {
"branch": "master",
"git_sha": "a5ba4d59c2b248c0379b0f8aeb4e7e754566cd1f",
"git_sha": "666652151335353eef2fcd58880bcef5bc2928e1",
"installed_by": ["modules"],
"patch": "modules/nf-core/bcftools/mpileup/bcftools-mpileup.diff"
},
"bcftools/norm": {
"branch": "master",
"git_sha": "33ef773a7ea36e88323902f63662aa53c9b88988",
"git_sha": "666652151335353eef2fcd58880bcef5bc2928e1",
"installed_by": ["modules"]
},
"bcftools/pluginsplit": {
"branch": "master",
"git_sha": "c5abf7acbb2943bf09f4025cacbbcc2bc2292637",
"git_sha": "666652151335353eef2fcd58880bcef5bc2928e1",
"installed_by": ["modules"],
"patch": "modules/nf-core/bcftools/pluginsplit/bcftools-pluginsplit.diff"
},
"bcftools/stats": {
"branch": "master",
"git_sha": "a5ba4d59c2b248c0379b0f8aeb4e7e754566cd1f",
"git_sha": "666652151335353eef2fcd58880bcef5bc2928e1",
"installed_by": ["modules"]
},
"bcftools/view": {
"branch": "master",
"git_sha": "33ef773a7ea36e88323902f63662aa53c9b88988",
"git_sha": "666652151335353eef2fcd58880bcef5bc2928e1",
"installed_by": ["modules"]
},
"bedtools/makewindows": {
"branch": "master",
"git_sha": "3b248b84694d1939ac4bb33df84bf6233a34d668",
"git_sha": "666652151335353eef2fcd58880bcef5bc2928e1",
"installed_by": ["vcf_phase_shapeit5"]
},
"custom/dumpsoftwareversions": {
"branch": "master",
"git_sha": "82024cf6325d2ee194e7f056d841ecad2f6856e9",
"installed_by": ["modules"]
},
"gawk": {
"branch": "master",
"git_sha": "cf3ed075695639b0a0924eb0901146df1996dc08",
"git_sha": "97321eded31a12598837a476d3615300af413bb7",
"installed_by": ["modules"],
"patch": "modules/nf-core/gawk/gawk.diff"
},
"glimpse/chunk": {
"branch": "master",
"git_sha": "7e56daae390ff896b292ddc70823447683a79936",
"git_sha": "666652151335353eef2fcd58880bcef5bc2928e1",
"installed_by": ["bam_impute_glimpse"]
},
"glimpse/ligate": {
"branch": "master",
"git_sha": "7e56daae390ff896b292ddc70823447683a79936",
"git_sha": "666652151335353eef2fcd58880bcef5bc2928e1",
"installed_by": ["bam_impute_glimpse"]
},
"glimpse/phase": {
"branch": "master",
"git_sha": "7e56daae390ff896b292ddc70823447683a79936",
"git_sha": "666652151335353eef2fcd58880bcef5bc2928e1",
"installed_by": ["bam_impute_glimpse"]
},
"glimpse2/chunk": {
"branch": "master",
"git_sha": "d735292b38270792799d18d3b4948ea4f815b5a7",
"git_sha": "cc64e71652f67ce627064af51008fe0a00850987",
"installed_by": ["modules"],
"patch": "modules/nf-core/glimpse2/chunk/glimpse2-chunk.diff"
},
"glimpse2/concordance": {
"branch": "master",
"git_sha": "d735292b38270792799d18d3b4948ea4f815b5a7",
"git_sha": "cc64e71652f67ce627064af51008fe0a00850987",
"installed_by": ["modules"]
},
"glimpse2/ligate": {
"branch": "master",
"git_sha": "d735292b38270792799d18d3b4948ea4f815b5a7",
"git_sha": "cc64e71652f67ce627064af51008fe0a00850987",
"installed_by": ["modules"]
},
"glimpse2/phase": {
"branch": "master",
"git_sha": "6a5a6e1dedc88826744e8117c1974dcca4829d8f",
"git_sha": "cc64e71652f67ce627064af51008fe0a00850987",
"installed_by": ["modules"],
"patch": "modules/nf-core/glimpse2/phase/glimpse2-phase.diff"
},
"glimpse2/splitreference": {
"branch": "master",
"git_sha": "d735292b38270792799d18d3b4948ea4f815b5a7",
"git_sha": "666652151335353eef2fcd58880bcef5bc2928e1",
"installed_by": ["modules"]
},
"gunzip": {
"branch": "master",
"git_sha": "4e5f4687318f24ba944a13609d3ea6ebd890737d",
"git_sha": "666652151335353eef2fcd58880bcef5bc2928e1",
"installed_by": ["modules"]
},
"multiqc": {
Expand All @@ -130,80 +125,80 @@
},
"quilt/quilt": {
"branch": "master",
"git_sha": "46265545d61e7f482adf40de941cc9a94e479bbe",
"git_sha": "82dcdacf8aa932e6683e15a8992ed1cd6fcb174f",
"installed_by": ["modules"],
"patch": "modules/nf-core/quilt/quilt/quilt-quilt.diff"
},
"samtools/coverage": {
"branch": "master",
"git_sha": "04fbbc7c43cebc0b95d5b126f6d9fe4effa33519",
"git_sha": "b13f07be4c508d6ff6312d354d09f2493243e208",
"installed_by": ["modules"],
"patch": "modules/nf-core/samtools/coverage/samtools-coverage.diff"
},
"samtools/depth": {
"branch": "master",
"git_sha": "04fbbc7c43cebc0b95d5b126f6d9fe4effa33519",
"git_sha": "b13f07be4c508d6ff6312d354d09f2493243e208",
"installed_by": ["modules"],
"patch": "modules/nf-core/samtools/depth/samtools-depth.diff"
},
"samtools/faidx": {
"branch": "master",
"git_sha": "04fbbc7c43cebc0b95d5b126f6d9fe4effa33519",
"git_sha": "b13f07be4c508d6ff6312d354d09f2493243e208",
"installed_by": ["modules"]
},
"samtools/index": {
"branch": "master",
"git_sha": "04fbbc7c43cebc0b95d5b126f6d9fe4effa33519",
"git_sha": "b13f07be4c508d6ff6312d354d09f2493243e208",
"installed_by": ["modules"]
},
"samtools/merge": {
"branch": "master",
"git_sha": "04fbbc7c43cebc0b95d5b126f6d9fe4effa33519",
"git_sha": "b13f07be4c508d6ff6312d354d09f2493243e208",
"installed_by": ["modules"],
"patch": "modules/nf-core/samtools/merge/samtools-merge.diff"
},
"samtools/reheader": {
"branch": "master",
"git_sha": "d5622b05dd40dd3a4c9739151606d473266f5313",
"git_sha": "b13f07be4c508d6ff6312d354d09f2493243e208",
"installed_by": ["modules"],
"patch": "modules/nf-core/samtools/reheader/samtools-reheader.diff"
},
"samtools/view": {
"branch": "master",
"git_sha": "6c2309aaec566c0d44a6cf14d4b2d0c51afe2e91",
"git_sha": "b13f07be4c508d6ff6312d354d09f2493243e208",
"installed_by": ["modules"],
"patch": "modules/nf-core/samtools/view/samtools-view.diff"
},
"shapeit5/ligate": {
"branch": "master",
"git_sha": "dcf17cc0ed8fd5ea57e61a13e0147cddb5c1ee30",
"git_sha": "666652151335353eef2fcd58880bcef5bc2928e1",
"installed_by": ["vcf_phase_shapeit5"]
},
"shapeit5/phasecommon": {
"branch": "master",
"git_sha": "3f5420aa22e00bd030a2556dfdffc9e164ec0ec5",
"git_sha": "666652151335353eef2fcd58880bcef5bc2928e1",
"installed_by": ["vcf_phase_shapeit5"],
"patch": "modules/nf-core/shapeit5/phasecommon/shapeit5-phasecommon.diff"
},
"stitch": {
"branch": "master",
"git_sha": "3f5420aa22e00bd030a2556dfdffc9e164ec0ec5",
"git_sha": "55e411128ca5036def5dae1aa28a09e3776f59ea",
"installed_by": ["modules"],
"patch": "modules/nf-core/stitch/stitch.diff"
},
"tabix/bgzip": {
"branch": "master",
"git_sha": "09d3c8c29b31a2dfd610305b10550f0e1dbcd4a9",
"git_sha": "666652151335353eef2fcd58880bcef5bc2928e1",
"installed_by": ["modules"]
},
"tabix/tabix": {
"branch": "master",
"git_sha": "9502adb23c0b97ed8e616bbbdfa73b4585aec9a1",
"git_sha": "666652151335353eef2fcd58880bcef5bc2928e1",
"installed_by": ["modules"]
},
"vcflib/vcffixup": {
"branch": "master",
"git_sha": "072cf562e143252953a1b5c5ed38ec55eaa930c8",
"git_sha": "666652151335353eef2fcd58880bcef5bc2928e1",
"installed_by": ["modules"]
}
}
Expand Down
21 changes: 15 additions & 6 deletions modules/nf-core/bcftools/annotate/bcftools-annotate.diff

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

2 changes: 0 additions & 2 deletions modules/nf-core/bcftools/annotate/environment.yml

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

10 changes: 5 additions & 5 deletions modules/nf-core/bcftools/annotate/main.nf

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

Loading

0 comments on commit 8fb7bf0

Please sign in to comment.