We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bc0f5c2 + 6ddf52b commit 5fca5f1Copy full SHA for 5fca5f1
pipes/WDL/tasks/tasks_nextstrain.wdl
@@ -1526,6 +1526,7 @@ task ancestral_tree {
1526
Boolean infer_ambiguous = false
1527
Boolean keep_overhangs = false
1528
File? vcf_reference
1529
+ File? root_sequence
1530
File? output_vcf
1531
1532
String docker = "docker.io/nextstrain/base:build-20240318T173028Z"
@@ -1546,6 +1547,7 @@ task ancestral_tree {
1546
1547
--alignment "~{msa_or_vcf}" \
1548
--output-node-data "~{out_basename}_nt_muts.json" \
1549
~{"--vcf-reference " + vcf_reference} \
1550
+ ~{"--root-sequence " + root_sequence} \
1551
~{"--output-vcf " + output_vcf} \
1552
--output-sequences "~{out_basename}_ancestral_sequences.fasta" \
1553
~{true="--keep-overhangs" false="" keep_overhangs} \
0 commit comments