Skip to content

Commit

Permalink
Merge pull request nf-core#51 from LouisLeNezet/update
Browse files Browse the repository at this point in the history
Update modules and fix linting
  • Loading branch information
LouisLeNezet authored May 13, 2024
2 parents ae730cf + ecd8dd2 commit 9b10d86
Show file tree
Hide file tree
Showing 19 changed files with 699 additions and 240 deletions.
2 changes: 2 additions & 0 deletions .nf-core.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
repository_type: pipeline
lint:
subworkflow_changes: false
nf_core_version: "2.14.1"
8 changes: 5 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ Initial release of nf-core/phaseimpute, created with the [nf-core](https://nf-co

### `Added`

- [#20](https://github.com/nf-core/phaseimpute/pull/20) - Added automatic detection of vcf contigs for the reference panel and automatic renaming available
- [#22](https://github.com/nf-core/phaseimpute/pull/20) - Add validation step for concordance analysis. Input channels changed to match inputs steps. Outdir folder organised by steps. Modules config by subworkflows.
- [#26](https://github.com/nf-core/phaseimpute/pull/26) - Added QUILT method

### `Changed`

- [#18](https://github.com/nf-core/phaseimpute/pull/18)
Expand All @@ -17,9 +21,7 @@ Initial release of nf-core/phaseimpute, created with the [nf-core](https://nf-co
- correct meta map propagation
- Test impute and test sim works
- [#19](https://github.com/nf-core/phaseimpute/pull/19) - Changed reference panel to accept a csv, update modules and subworkflows (glimpse1/2 and shapeit5)
- [#20](https://github.com/nf-core/phaseimpute/pull/20) - Added automatic detection of vcf contigs for the reference panel and automatic renaming available
- [#22](https://github.com/nf-core/phaseimpute/pull/20) - Add validation step for concordance analysis. Input channels changed to match inputs steps. Outdir folder organised by steps. Modules config by subworkflows.
- [#26](https://github.com/nf-core/phaseimpute/pull/26) - Added QUILT method
- [#51](https://github.com/nf-core/phaseimpute/pull/51) - Update all process and fix linting errors. Remove fastqc added by the template.

### `Fixed`

Expand Down
27 changes: 11 additions & 16 deletions modules.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
"nf-core": {
"bcftools/annotate": {
"branch": "master",
"git_sha": "44096c08ffdbc694f5f92ae174ea0f7ba0f37e09",
"git_sha": "2ad29c2aed06d815d9f68ad7ba20b3b1c574ce9c",
"installed_by": ["modules"],
"patch": "modules/nf-core/bcftools/annotate/bcftools-annotate.diff"
},
"bcftools/concat": {
"branch": "master",
"git_sha": "44096c08ffdbc694f5f92ae174ea0f7ba0f37e09",
"git_sha": "b42fec6f7c6e5d0716685cabb825ef6bf6e386b5",
"installed_by": ["modules"],
"patch": "modules/nf-core/bcftools/concat/bcftools-concat.diff"
},
Expand All @@ -25,16 +25,11 @@
"bcftools/index": {
"branch": "master",
"git_sha": "44096c08ffdbc694f5f92ae174ea0f7ba0f37e09",
"installed_by": [
"modules",
"multiple_impute_glimpse2",
"vcf_impute_glimpse",
"vcf_phase_shapeit5"
]
"installed_by": ["multiple_impute_glimpse2", "vcf_impute_glimpse", "vcf_phase_shapeit5"]
},
"bcftools/mpileup": {
"branch": "master",
"git_sha": "44096c08ffdbc694f5f92ae174ea0f7ba0f37e09",
"git_sha": "e7df38a545d7d72083eededabd8849f731a01502",
"installed_by": ["modules"],
"patch": "modules/nf-core/bcftools/mpileup/bcftools-mpileup.diff"
},
Expand Down Expand Up @@ -64,14 +59,9 @@
"git_sha": "de45447d060b8c8b98575bc637a4a575fd0638e1",
"installed_by": ["modules"]
},
"fastqc": {
"branch": "master",
"git_sha": "285a50500f9e02578d90b3ce6382ea3c30216acd",
"installed_by": ["modules"]
},
"gawk": {
"branch": "master",
"git_sha": "da4d05d04e65227d4307e87940842f1a14de62c7",
"git_sha": "b42fec6f7c6e5d0716685cabb825ef6bf6e386b5",
"installed_by": ["modules"]
},
"glimpse/chunk": {
Expand Down Expand Up @@ -101,7 +91,7 @@
},
"glimpse2/ligate": {
"branch": "master",
"git_sha": "ee7fee68281944b002bd27a8ff3f19200b4d3fad",
"git_sha": "09d793219114004f268b98663b12f8062097a8c5",
"installed_by": ["multiple_impute_glimpse2"]
},
"glimpse2/phase": {
Expand Down Expand Up @@ -205,6 +195,11 @@
"branch": "master",
"git_sha": "7e56daae390ff896b292ddc70823447683a79936",
"installed_by": ["subworkflows"]
},
"vcf_phase_shapeit5": {
"branch": "master",
"git_sha": "dcf17cc0ed8fd5ea57e61a13e0147cddb5c1ee30",
"installed_by": ["subworkflows"]
}
}
}
Expand Down
4 changes: 3 additions & 1 deletion modules/nf-core/bcftools/annotate/main.nf

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

6 changes: 6 additions & 0 deletions modules/nf-core/bcftools/annotate/tests/bcf.config

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

108 changes: 108 additions & 0 deletions modules/nf-core/bcftools/annotate/tests/main.nf.test

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

79 changes: 79 additions & 0 deletions modules/nf-core/bcftools/annotate/tests/main.nf.test.snap

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

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

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

6 changes: 6 additions & 0 deletions modules/nf-core/bcftools/annotate/tests/vcf.config

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/bcftools/concat/main.nf

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

15 changes: 3 additions & 12 deletions modules/nf-core/bcftools/concat/tests/main.nf.test

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

Loading

0 comments on commit 9b10d86

Please sign in to comment.