comparison hyphy_sm19.xml @ 25:36e40d93e8a3 draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 3908306ffa6f6cbc7b83303b2d4c581406d2fad9"
author iuc
date Tue, 27 Apr 2021 18:03:19 +0000
parents f1261376fd4b
children 23b041c0d7d2
comparison
equal deleted inserted replaced
24:6d529bf13e2e 25:36e40d93e8a3
1 <?xml version="1.0"?> 1 <?xml version="1.0"?>
2 <tool id="hyphy_sm19" name="HyPhy-SM2019" version="@VERSION@+galaxy0" profile="19.09"> 2 <tool id="hyphy_sm19" name="HyPhy-SM2019" version="@VERSION@+galaxy1" profile="19.09">
3 <description>Partition Tree using Modified Slatkin-Maddison Test</description> 3 <description>Partition Tree using Modified Slatkin-Maddison Test</description>
4 <macros> 4 <macros>
5 <import>macros.xml</import> 5 <import>macros.xml</import>
6 </macros> 6 </macros>
7 <expand macro="requirements"/> 7 <expand macro="requirements"/>
11 #for $n, $partition in enumerate($partitions): 11 #for $n, $partition in enumerate($partitions):
12 '${partition.label}' 12 '${partition.label}'
13 '${partition.regex}' 13 '${partition.regex}'
14 #end for 14 #end for
15 $replicates 15 $replicates
16 --output '$sm19_output' ; 16 --output '$sm19_output'
17 @CATCH_ERROR@ 17 @ERRORS@
18 ]]></command> 18 ]]></command>
19 <inputs> 19 <inputs>
20 <param name="input_file" type="data" format="nhx,newick,nexus" label="Input tree"/> 20 <param name="input_file" type="data" format="nhx,newick,nexus" label="Input tree"/>
21 <repeat name="partitions" min="2" max="50" title="Partitions"> 21 <repeat name="partitions" min="2" max="50" title="Partitions">
22 <param name="label" type="text" label="Partition label"/> 22 <param name="label" type="text" label="Partition label"/>