Mercurial > repos > iuc > hyphy_fubar
comparison macros.xml @ 0:fe399429a5d2 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 538d41e9789e18c8edb3dc68a1aabbee9b9f8bea
author | iuc |
---|---|
date | Thu, 17 Jan 2019 04:22:54 -0500 |
parents | |
children | 0f108ee932ea |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:fe399429a5d2 |
---|---|
1 <?xml version="1.0"?> | |
2 <macros> | |
3 <xml name="inputs"> | |
4 <param name="input_file" type="data" format="fasta" label="Input FASTA file" /> | |
5 <param name="input_nhx" type="data" format="nhx" label="Input newick file" /> | |
6 </xml> | |
7 <xml name="gencode"> | |
8 <param name="gencodeid" type="select" label="Genetic code"> | |
9 <option value="1">Universal code</option> | |
10 <option value="2">Vertebrate mitochondrial DNA code</option> | |
11 <option value="3">Yeast mitochondrial DNA code</option> | |
12 <option value="4">Mold, Protozoan and Coelenterate mt; Mycloplasma/Spiroplasma</option> | |
13 <option value="5">Invertebrate mitochondrial DNA code</option> | |
14 <option value="6">Ciliate, Dasycladacean and Hexamita Nuclear code</option> | |
15 <option value="7">Echinoderm mitochondrial DNA code</option> | |
16 <option value="8">Euplotid Nuclear code</option> | |
17 <option value="9">Alternative Yeast Nuclear code</option> | |
18 <option value="10">Ascidian mitochondrial DNA code</option> | |
19 <option value="11">Flatworm mitochondrial DNA code</option> | |
20 <option value="12">Blepharisma Nuclear code</option> | |
21 </param> | |
22 </xml> | |
23 <xml name="branches"> | |
24 <param name="branches" type="select" label="Set of branches to test"> | |
25 <option value="1">All branches</option> | |
26 <option value="2">Internal branches</option> | |
27 <option value="3">Leaf branches</option> | |
28 <option value="4">Unlabeled branches</option> | |
29 </param> | |
30 </xml> | |
31 <xml name="version_command"> | |
32 <version_command>HYPHYMP --version | tail -n 1 | awk '{print $1}'</version_command> | |
33 </xml> | |
34 <xml name="citations"> | |
35 <citations> | |
36 <citation type="doi">10.1093/bioinformatics/bti079</citation> | |
37 <yield /> | |
38 </citations> | |
39 </xml> | |
40 <token name="@VERSION@">2.3.14</token> | |
41 <xml name="requirements"> | |
42 <requirements> | |
43 <requirement type="package" version="@VERSION@">hyphy</requirement> | |
44 <yield /> | |
45 </requirements> | |
46 </xml> | |
47 <token name="@HYPHY_INVOCATION@"><![CDATA[export HYPHY=`which HYPHYMP` && | |
48 export HYPHY_PATH=`dirname \$HYPHY` && | |
49 export HYPHY_LIB=`readlink -f \$HYPHY_PATH/../lib/hyphy` && | |
50 cat tool_params | HYPHYMP LIBPATH=\$HYPHY_LIB ]]> | |
51 </token> | |
52 <token name="@HYPHYMPI_INVOCATION@"><![CDATA[export HYPHY=`which HYPHYMP` && | |
53 export HYPHY_PATH=`dirname \$HYPHY` && | |
54 export HYPHY_LIB=`readlink -f \$HYPHY_PATH/../lib/hyphy` && | |
55 cat tool_params | mpirun -np \${GALAXY_SLOTS:-1} HYPHYMPI LIBPATH=\$HYPHY_LIB ]]> | |
56 </token> | |
57 </macros> |