Skip to content

Commit

Permalink
add some new custom profiles (#229)
Browse files Browse the repository at this point in the history
* add some new custom profiles

* fix tests

* fix utils_nfschema_plugin test

* fix somalier relate tests

* fix rgtools pedfilter test

* be more specific for bcftools norm

* fix bcftools annotate test

* fix vep tests

* fix vep tests

* make annotation wf local

* remove snpeff/snpeff

* prettier
  • Loading branch information
nvnieuwk authored Nov 22, 2024
1 parent 0957b03 commit fb6a4e3
Show file tree
Hide file tree
Showing 35 changed files with 1,422 additions and 1,176 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
id: read_yml
with:
config: ${{ github.workspace }}/.nf-core.yml

- name: Parse version
id: version
run: |
Expand Down
9 changes: 4 additions & 5 deletions conf/seqcap.config → conf/copgt.config
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
/*
========================================================================================
Nextflow config file for SeqCap runs
Nextflow config file for WES runs
========================================================================================
*/

params {
callers = "vardict"
filter = true
normalize = true
scatter_count = 14
caller = "haplotypecaller"
only_call = true
scatter_count = 8
}
2 changes: 0 additions & 2 deletions conf/hypercap.config
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,4 @@ params {
callers = "vardict"
scatter_count = 5
only_pass = true

output_suffix = "-vardict-decomposed-annotated"
}
2 changes: 1 addition & 1 deletion conf/modules.config
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ process {
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/

withName: "^.*BCFTOOLS_NORM\$" {
withName: "^.*GERMLINE:BCFTOOLS_NORM\$" {
ext.prefix = {"${meta.id}.normalized"}
ext.args = "-m-"
}
Expand Down
10 changes: 10 additions & 0 deletions conf/wes.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
/*
========================================================================================
Nextflow config file for WES runs
========================================================================================
*/

params {
callers = "haplotypecaller"
scatter_count = 8
}
24 changes: 7 additions & 17 deletions modules.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"bcftools/concat": {
"branch": "master",
"git_sha": "d1e0ec7670fa77905a378627232566ce54c3c26d",
"installed_by": ["vcf_annotate_ensemblvep_snpeff"]
"installed_by": ["modules"]
},
"bcftools/filter": {
"branch": "master",
Expand All @@ -29,7 +29,7 @@
"bcftools/pluginscatter": {
"branch": "master",
"git_sha": "666652151335353eef2fcd58880bcef5bc2928e1",
"installed_by": ["vcf_annotate_ensemblvep_snpeff"]
"installed_by": ["modules"]
},
"bcftools/query": {
"branch": "master",
Expand All @@ -44,7 +44,7 @@
"bcftools/sort": {
"branch": "master",
"git_sha": "666652151335353eef2fcd58880bcef5bc2928e1",
"installed_by": ["vcf_annotate_ensemblvep_snpeff"]
"installed_by": ["modules"]
},
"bcftools/stats": {
"branch": "master",
Expand Down Expand Up @@ -86,7 +86,7 @@
"ensemblvep/vep": {
"branch": "master",
"git_sha": "666652151335353eef2fcd58880bcef5bc2928e1",
"installed_by": ["vcf_annotate_ensemblvep_snpeff"],
"installed_by": ["modules"],
"patch": "modules/nf-core/ensemblvep/vep/ensemblvep-vep.diff"
},
"gatk4/calibratedragstrmodel": {
Expand Down Expand Up @@ -180,11 +180,6 @@
"git_sha": "b13f07be4c508d6ff6312d354d09f2493243e208",
"installed_by": ["modules"]
},
"snpeff/snpeff": {
"branch": "master",
"git_sha": "666652151335353eef2fcd58880bcef5bc2928e1",
"installed_by": ["vcf_annotate_ensemblvep_snpeff"]
},
"somalier/extract": {
"branch": "master",
"git_sha": "666652151335353eef2fcd58880bcef5bc2928e1",
Expand All @@ -199,7 +194,7 @@
"tabix/bgzip": {
"branch": "master",
"git_sha": "666652151335353eef2fcd58880bcef5bc2928e1",
"installed_by": ["vcf_annotate_ensemblvep_snpeff"]
"installed_by": ["modules"]
},
"tabix/bgziptabix": {
"branch": "master",
Expand All @@ -209,7 +204,7 @@
"tabix/tabix": {
"branch": "master",
"git_sha": "666652151335353eef2fcd58880bcef5bc2928e1",
"installed_by": ["modules", "vcf_annotate_ensemblvep_snpeff"]
"installed_by": ["modules"]
},
"untar": {
"branch": "master",
Expand Down Expand Up @@ -248,12 +243,7 @@
},
"utils_nfschema_plugin": {
"branch": "master",
"git_sha": "bbd5a41f4535a8defafe6080e00ea74c45f4f96c",
"installed_by": ["subworkflows"]
},
"vcf_annotate_ensemblvep_snpeff": {
"branch": "master",
"git_sha": "1b2fdf082b2ea7976b112e149a474d816094724c",
"git_sha": "2fd2cd6d0e7b273747f32e465fdc6bcc3ae0814e",
"installed_by": ["subworkflows"]
}
}
Expand Down
Loading

0 comments on commit fb6a4e3

Please sign in to comment.