Mercurial > repos > chrisd > coverage_sampler
annotate tool_dependencies.xml @ 2:ec439b0e7512 draft default tip
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit 9982b8cd32dc6ecef17cd8c3bf16f42d8eb30d75-dirty
author | chrisd |
---|---|
date | Thu, 30 Jun 2016 02:15:50 -0400 |
parents | fa1aae53a2f3 |
children |
rev | line source |
---|---|
0
72901052a829
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit 3a1ac4b58e77fb6fba076c679ee7e317a79d1f8b
chrisd
parents:
diff
changeset
|
1 <?xml version="1.0"?> |
72901052a829
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit 3a1ac4b58e77fb6fba076c679ee7e317a79d1f8b
chrisd
parents:
diff
changeset
|
2 <tool_dependency> |
2
ec439b0e7512
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit 9982b8cd32dc6ecef17cd8c3bf16f42d8eb30d75-dirty
chrisd
parents:
1
diff
changeset
|
3 <package name="coverage_sampler" version="0.1"> |
0
72901052a829
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit 3a1ac4b58e77fb6fba076c679ee7e317a79d1f8b
chrisd
parents:
diff
changeset
|
4 <install version="1.0"> |
72901052a829
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit 3a1ac4b58e77fb6fba076c679ee7e317a79d1f8b
chrisd
parents:
diff
changeset
|
5 <actions> |
1
fa1aae53a2f3
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit b9f62f2ab10f5ff1c56edb895323820df36bdd0e-dirty
chrisd
parents:
0
diff
changeset
|
6 <action type="shell_command">git clone --recursive https://github.com/cdeanj/coverage_sampler.git</action> |
0
72901052a829
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit 3a1ac4b58e77fb6fba076c679ee7e317a79d1f8b
chrisd
parents:
diff
changeset
|
7 <action type="shell_command">make</action> |
72901052a829
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit 3a1ac4b58e77fb6fba076c679ee7e317a79d1f8b
chrisd
parents:
diff
changeset
|
8 <action type="move_file"> |
72901052a829
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit 3a1ac4b58e77fb6fba076c679ee7e317a79d1f8b
chrisd
parents:
diff
changeset
|
9 <source>csa</source> |
72901052a829
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit 3a1ac4b58e77fb6fba076c679ee7e317a79d1f8b
chrisd
parents:
diff
changeset
|
10 <destination>$INSTALL_DIR/bin</destination> |
72901052a829
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit 3a1ac4b58e77fb6fba076c679ee7e317a79d1f8b
chrisd
parents:
diff
changeset
|
11 </action> |
72901052a829
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit 3a1ac4b58e77fb6fba076c679ee7e317a79d1f8b
chrisd
parents:
diff
changeset
|
12 <action type="set_environment"> |
72901052a829
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit 3a1ac4b58e77fb6fba076c679ee7e317a79d1f8b
chrisd
parents:
diff
changeset
|
13 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> |
72901052a829
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit 3a1ac4b58e77fb6fba076c679ee7e317a79d1f8b
chrisd
parents:
diff
changeset
|
14 </action> |
72901052a829
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit 3a1ac4b58e77fb6fba076c679ee7e317a79d1f8b
chrisd
parents:
diff
changeset
|
15 </actions> |
72901052a829
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit 3a1ac4b58e77fb6fba076c679ee7e317a79d1f8b
chrisd
parents:
diff
changeset
|
16 </install> |
72901052a829
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit 3a1ac4b58e77fb6fba076c679ee7e317a79d1f8b
chrisd
parents:
diff
changeset
|
17 <readme>Compiling csa requires a C++ compiler</readme> |
72901052a829
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit 3a1ac4b58e77fb6fba076c679ee7e317a79d1f8b
chrisd
parents:
diff
changeset
|
18 </package> |
72901052a829
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit 3a1ac4b58e77fb6fba076c679ee7e317a79d1f8b
chrisd
parents:
diff
changeset
|
19 </tool_dependency> |