Skip to content

Commit

Permalink
Merge pull request #40 from nf-core/switchtogatk
Browse files Browse the repository at this point in the history
Use GATK4 to create sequence dictionary instead of Picard
  • Loading branch information
ramprasadn authored Nov 12, 2024
2 parents 608a1ec + f725863 commit 7c0e842
Show file tree
Hide file tree
Showing 17 changed files with 207 additions and 192 deletions.
2 changes: 1 addition & 1 deletion conf/modules/gens_pon.config
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ process {
]
}

withName: '.*GENS_PON:PICARD_CREATESEQUENCEDICTIONARY' {
withName: '.*GENS_PON:GATK4_CREATESEQUENCEDICTIONARY' {
ext.when = { params.dict.equals(null) }
publishDir = [
mode: params.publish_dir_mode,
Expand Down
2 changes: 1 addition & 1 deletion conf/modules/germlinecnvcaller_cohort.config
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ process {
]
}

withName: '.*GERMLINECNVCALLER_COHORT:PICARD_CREATESEQUENCEDICTIONARY' {
withName: '.*GERMLINECNVCALLER_COHORT:GATK4_CREATESEQUENCEDICTIONARY' {
ext.when = { params.dict.equals(null) }
publishDir = [
mode: params.publish_dir_mode,
Expand Down
10 changes: 5 additions & 5 deletions modules.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@
"git_sha": "666652151335353eef2fcd58880bcef5bc2928e1",
"installed_by": ["modules"]
},
"gatk4/createsequencedictionary": {
"branch": "master",
"git_sha": "666652151335353eef2fcd58880bcef5bc2928e1",
"installed_by": ["modules"]
},
"gatk4/createsomaticpanelofnormals": {
"branch": "master",
"git_sha": "666652151335353eef2fcd58880bcef5bc2928e1",
Expand Down Expand Up @@ -80,11 +85,6 @@
"git_sha": "cf17ca47590cc578dfb47db1c2a44ef86f89976d",
"installed_by": ["modules"]
},
"picard/createsequencedictionary": {
"branch": "master",
"git_sha": "49f4e50534fe4b64101e62ea41d5dc43b1324358",
"installed_by": ["modules"]
},
"samtools/faidx": {
"branch": "master",
"git_sha": "b13f07be4c508d6ff6312d354d09f2493243e208",
Expand Down

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

52 changes: 52 additions & 0 deletions modules/nf-core/gatk4/createsequencedictionary/main.nf

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

49 changes: 49 additions & 0 deletions modules/nf-core/gatk4/createsequencedictionary/meta.yml

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.

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

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

54 changes: 0 additions & 54 deletions modules/nf-core/picard/createsequencedictionary/main.nf

This file was deleted.

49 changes: 0 additions & 49 deletions modules/nf-core/picard/createsequencedictionary/meta.yml

This file was deleted.

Loading

0 comments on commit 7c0e842

Please sign in to comment.