annotate macros.xml @ 1:0ea9da9cd6ad draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 6da8a2296bb256e47852690cf2221a7c943d8adc-dirty
author stephenshank
date Tue, 30 Oct 2018 10:56:18 -0400
parents 81b2d9fd1284
children 0caaff912a55
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
81b2d9fd1284 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit f6438e952ee0a778ceae15f294bd80eb5460455f-dirty
stephenshank
parents:
diff changeset
1 <?xml version="1.0"?>
81b2d9fd1284 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit f6438e952ee0a778ceae15f294bd80eb5460455f-dirty
stephenshank
parents:
diff changeset
2 <macros>
81b2d9fd1284 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit f6438e952ee0a778ceae15f294bd80eb5460455f-dirty
stephenshank
parents:
diff changeset
3 <xml name="citations">
81b2d9fd1284 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit f6438e952ee0a778ceae15f294bd80eb5460455f-dirty
stephenshank
parents:
diff changeset
4 <citations>
81b2d9fd1284 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit f6438e952ee0a778ceae15f294bd80eb5460455f-dirty
stephenshank
parents:
diff changeset
5 <citation type="doi">10.1093/bioinformatics/bti079</citation>
81b2d9fd1284 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit f6438e952ee0a778ceae15f294bd80eb5460455f-dirty
stephenshank
parents:
diff changeset
6 <yield />
81b2d9fd1284 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit f6438e952ee0a778ceae15f294bd80eb5460455f-dirty
stephenshank
parents:
diff changeset
7 </citations>
81b2d9fd1284 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit f6438e952ee0a778ceae15f294bd80eb5460455f-dirty
stephenshank
parents:
diff changeset
8 </xml>
1
0ea9da9cd6ad planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 6da8a2296bb256e47852690cf2221a7c943d8adc-dirty
stephenshank
parents: 0
diff changeset
9 <token name="@VERSION@">2.3.14</token>
0
81b2d9fd1284 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit f6438e952ee0a778ceae15f294bd80eb5460455f-dirty
stephenshank
parents:
diff changeset
10 <xml name="requirements">
81b2d9fd1284 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit f6438e952ee0a778ceae15f294bd80eb5460455f-dirty
stephenshank
parents:
diff changeset
11 <requirements>
81b2d9fd1284 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit f6438e952ee0a778ceae15f294bd80eb5460455f-dirty
stephenshank
parents:
diff changeset
12 <requirement type="package" version="@VERSION@">hyphy</requirement>
81b2d9fd1284 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit f6438e952ee0a778ceae15f294bd80eb5460455f-dirty
stephenshank
parents:
diff changeset
13 <yield />
81b2d9fd1284 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit f6438e952ee0a778ceae15f294bd80eb5460455f-dirty
stephenshank
parents:
diff changeset
14 </requirements>
81b2d9fd1284 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit f6438e952ee0a778ceae15f294bd80eb5460455f-dirty
stephenshank
parents:
diff changeset
15 </xml>
81b2d9fd1284 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit f6438e952ee0a778ceae15f294bd80eb5460455f-dirty
stephenshank
parents:
diff changeset
16 <token name="@HYPHY_INVOCATION@"><![CDATA[export HYPHY=`which HYPHYMP` &&
81b2d9fd1284 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit f6438e952ee0a778ceae15f294bd80eb5460455f-dirty
stephenshank
parents:
diff changeset
17 export HYPHY_PATH=`dirname \$HYPHY` &&
81b2d9fd1284 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit f6438e952ee0a778ceae15f294bd80eb5460455f-dirty
stephenshank
parents:
diff changeset
18 export HYPHY_LIB=`readlink -f \$HYPHY_PATH/../lib/hyphy` &&
81b2d9fd1284 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit f6438e952ee0a778ceae15f294bd80eb5460455f-dirty
stephenshank
parents:
diff changeset
19 cat tool_params | HYPHYMP LIBPATH=\$HYPHY_LIB ]]>
81b2d9fd1284 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit f6438e952ee0a778ceae15f294bd80eb5460455f-dirty
stephenshank
parents:
diff changeset
20 </token>
1
0ea9da9cd6ad planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 6da8a2296bb256e47852690cf2221a7c943d8adc-dirty
stephenshank
parents: 0
diff changeset
21 <token name="@HYPHYMPI_INVOCATION@"><![CDATA[export HYPHY=`which HYPHYMP` &&
0ea9da9cd6ad planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 6da8a2296bb256e47852690cf2221a7c943d8adc-dirty
stephenshank
parents: 0
diff changeset
22 export HYPHY_PATH=`dirname \$HYPHY` &&
0ea9da9cd6ad planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 6da8a2296bb256e47852690cf2221a7c943d8adc-dirty
stephenshank
parents: 0
diff changeset
23 export HYPHY_LIB=`readlink -f \$HYPHY_PATH/../lib/hyphy` &&
0ea9da9cd6ad planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 6da8a2296bb256e47852690cf2221a7c943d8adc-dirty
stephenshank
parents: 0
diff changeset
24 cat tool_params | mpirun -np \${GALAXY_SLOTS:-1} HYPHYMPI LIBPATH=\$HYPHY_LIB ]]>
0ea9da9cd6ad planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 6da8a2296bb256e47852690cf2221a7c943d8adc-dirty
stephenshank
parents: 0
diff changeset
25 </token>
0
81b2d9fd1284 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit f6438e952ee0a778ceae15f294bd80eb5460455f-dirty
stephenshank
parents:
diff changeset
26 </macros>