We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42f6f2c commit ce74877Copy full SHA for ce74877
1 file changed
tools/PhyloIndex/PhyloIndex.xml
@@ -32,7 +32,7 @@
32
<inputs>
33
<param name="phylogeny" type="data" format="newick" label="Phylogeny file (Newick format)" />
34
<param name="occupancy" type="data" format="tabular" label="Occupancy data (Tabular format)" />
35
- <param name="random_seed" type="integer" label="Seed for the random PD compute"/>
+ <param name="random_seed" type="integer" value="34" label="Seed for the random PD compute"/>
36
<param name="model" type="select" label="Model for the PD compute">
37
<option value="tipshuffle" selected="true">tipshuffle</option>
38
<option value="rowwise">rowwise</option>
0 commit comments