Skip to content

Commit

Permalink
fix formats
Browse files Browse the repository at this point in the history
  • Loading branch information
shiltemann committed Nov 25, 2024
1 parent eaef75b commit 91d660b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/quicktree/quicktree.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ input.quicktree
<param name="input_file" type="data" format="fasta,stockholm,phylip,txt" label="Alignment file" />
</when>
<when value="dist">
<param name="input_file" type="data" format="mothur.dist,mothur.lower.dist,mothur.square.dist,txt,tabular" label="Distance Matrix" help="A distance matrix in phylip format (see help below for details). Can be a square distance matrix or a lower triangle distance matrix." />
<param name="input_file" type="data" format="mothur.dist,mothur.lower.dist,mothur.square.dist,txt" label="Distance Matrix" help="A distance matrix in phylip format (see help below for details). Can be a square distance matrix or a lower triangle distance matrix." />
</when>
</conditional>
<param argument="-upgma" type="boolean" truevalue="-upgma" falsevalue="" checked="false" label="Use the UPGMA method to construct the tree" help="ignored for distance matrix outputs"/>
Expand Down

0 comments on commit 91d660b

Please sign in to comment.