Skip to content

Commit

Permalink
phylip in Galaxy means alignment phylip
Browse files Browse the repository at this point in the history
  • Loading branch information
shiltemann committed Nov 22, 2024
1 parent b2ca5da commit 18cb93b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/quicktree/quicktree.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<tool id="quicktree" name="Quicktree" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="20.01" license="MIT">
<tool id="quicktree" name="Quicktree" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="20.01">
<description></description>
<macros>
<token name="@TOOL_VERSION@">2.5</token>
Expand Down Expand Up @@ -52,7 +52,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="phylip" label="Distance Matrix" />
<param name="input_file" type="data" format="mothur.dist, txt" label="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 18cb93b

Please sign in to comment.