Skip to content

Commit

Permalink
Merge pull request #249 from nf-cmgg/update-vcf2db
Browse files Browse the repository at this point in the history
update vcf2db
  • Loading branch information
nvnieuwk authored Dec 13, 2024
2 parents 523c7a9 + 719004f commit 5cb9e2c
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 20 deletions.
2 changes: 1 addition & 1 deletion conf/modules.config
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ process {
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/

withName: "^.*VCF2DB\$" {
withName: "^.*:VCF2DB\$" {
ext.prefix = { "${meta.id}.${meta.caller}" }
ext.args = "--a-ok gnomAD_AC --a-ok gnomAD_Hom"
}
Expand Down
2 changes: 1 addition & 1 deletion modules.json
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@
},
"vcf2db": {
"branch": "master",
"git_sha": "2a1ee188cf232cabbc63891462a06c6b5a5f114b",
"git_sha": "439f05652b54826ff23f5baa505082d5d8587dd7",
"installed_by": ["modules"],
"patch": "modules/nf-core/vcf2db/vcf2db.diff"
},
Expand Down
4 changes: 4 additions & 0 deletions modules/nf-core/vcf2db/environment.yml

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/vcf2db/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/vcf2db/tests/main.nf.test

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

24 changes: 11 additions & 13 deletions modules/nf-core/vcf2db/tests/main.nf.test.snap

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

0 comments on commit 5cb9e2c

Please sign in to comment.