Skip to content

Commit 41e85ce

Browse files
committed
Rename command line option to run_mtdna_haplogroup_classification
1 parent 640c30c commit 41e85ce

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

nextflow.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ params {
250250
sexdeterrmine_bedfile = null
251251

252252
// mtDNA haplogroup classification
253-
run_mtdna_haplogroup = false
253+
run_mtdna_haplogroup_classification = false
254254

255255
// Genotyping
256256
run_genotyping = false

nextflow_schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1598,9 +1598,9 @@
15981598
"default": "",
15991599
"fa_icon": "fas fa-dna",
16001600
"properties": {
1601-
"run_mtdna_haplogroup": {
1601+
"run_mtdna_haplogroup_classification": {
16021602
"type": "boolean",
1603-
"description": "Run Haplogrep3 to determine mitochondrial haplogroups from VCF files.",
1603+
"description": "Run Haplogrep3 to determine mitochondrial haplogroups.",
16041604
"fa_icon": "fas fa-dna",
16051605
"default": false
16061606
}

0 commit comments

Comments
 (0)