You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// SUBWORKFLOW: Run mtDNA Haplogroup Classification
566
+
//
567
+
568
+
if (params.run_mtdna_haplogroup) {
569
+
if (!params.run_genotyping) {
570
+
error "Cannot run mtDNA haplogroup classification (--run_mtdna_haplogroup) without running genotyping (--run_genotyping). VCF files are required as input."
0 commit comments