Mercurial > repos > iuc > hyphy_sm19
comparison hyphy_sm19.xml @ 23:f1261376fd4b draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 2742ee3b4e90f65352845265d2f85c4263e0eabb"
author | iuc |
---|---|
date | Tue, 20 Apr 2021 10:27:10 +0000 |
parents | 2126c9e28ce6 |
children | 36e40d93e8a3 |
comparison
equal
deleted
inserted
replaced
22:386b975927dd | 23:f1261376fd4b |
---|---|
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 ]]></command> | 18 ]]></command> |
18 <inputs> | 19 <inputs> |
19 <param name="input_file" type="data" format="nhx" label="Input tree"/> | 20 <param name="input_file" type="data" format="nhx,newick,nexus" label="Input tree"/> |
20 <repeat name="partitions" min="2" max="50" title="Partitions"> | 21 <repeat name="partitions" min="2" max="50" title="Partitions"> |
21 <param name="label" type="text" label="Partition label"/> | 22 <param name="label" type="text" label="Partition label"/> |
22 <param name="regex" type="text" label="Regular expression"> | 23 <param name="regex" type="text" label="Regular expression"> |
23 <sanitizer> | 24 <sanitizer> |
24 <valid initial="string.printable"> | 25 <valid initial="string.printable"> |