Skip to content

Commit 6ddf52b

Browse files
authored
exposed root-sequence parameter of augur ancestral
1 parent bc0f5c2 commit 6ddf52b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pipes/WDL/tasks/tasks_nextstrain.wdl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1526,6 +1526,7 @@ task ancestral_tree {
15261526
Boolean infer_ambiguous = false
15271527
Boolean keep_overhangs = false
15281528
File? vcf_reference
1529+
File? root_sequence
15291530
File? output_vcf
15301531

15311532
String docker = "docker.io/nextstrain/base:build-20240318T173028Z"
@@ -1546,6 +1547,7 @@ task ancestral_tree {
15461547
--alignment "~{msa_or_vcf}" \
15471548
--output-node-data "~{out_basename}_nt_muts.json" \
15481549
~{"--vcf-reference " + vcf_reference} \
1550+
~{"--root-sequence " + root_sequence} \
15491551
~{"--output-vcf " + output_vcf} \
15501552
--output-sequences "~{out_basename}_ancestral_sequences.fasta" \
15511553
~{true="--keep-overhangs" false="" keep_overhangs} \

0 commit comments

Comments
 (0)