Mercurial > repos > chrisd > coverage_sampler
annotate tool_dependencies.xml @ 15:233b2d979df4 draft
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit 98296c46d15c170e77d5eefad61cc447378fa73a-dirty
author | chrisd |
---|---|
date | Wed, 29 Jun 2016 02:43:33 -0400 |
parents | 65d8343a6122 |
children |
rev | line source |
---|---|
0
b53a97d0d54c
planemo upload for repository https://github.com/ChrisD11/csa_dep commit e9517a49dbeb556362b2bfafb62ca70af93106dd
chrisd
parents:
diff
changeset
|
1 <?xml version="1.0"?> |
b53a97d0d54c
planemo upload for repository https://github.com/ChrisD11/csa_dep commit e9517a49dbeb556362b2bfafb62ca70af93106dd
chrisd
parents:
diff
changeset
|
2 <tool_dependency> |
12
284dec15f7f4
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit 454f675c3a74cb7eb99f83ab3a299b82ec5f92b2-dirty
chrisd
parents:
11
diff
changeset
|
3 <package name="coverage_sampler" version="0.1"> |
284dec15f7f4
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit 454f675c3a74cb7eb99f83ab3a299b82ec5f92b2-dirty
chrisd
parents:
11
diff
changeset
|
4 <install version="1.0"> |
0
b53a97d0d54c
planemo upload for repository https://github.com/ChrisD11/csa_dep commit e9517a49dbeb556362b2bfafb62ca70af93106dd
chrisd
parents:
diff
changeset
|
5 <actions> |
5
17bce2f348b6
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit cd12289e62a04427f3db8ae40246cf25b8486c74-dirty
chrisd
parents:
0
diff
changeset
|
6 <action type="shell_command">git clone --recursive https://github.com/cdeanj/coverage_sampler.git</action> |
0
b53a97d0d54c
planemo upload for repository https://github.com/ChrisD11/csa_dep commit e9517a49dbeb556362b2bfafb62ca70af93106dd
chrisd
parents:
diff
changeset
|
7 <action type="shell_command">make</action> |
b53a97d0d54c
planemo upload for repository https://github.com/ChrisD11/csa_dep commit e9517a49dbeb556362b2bfafb62ca70af93106dd
chrisd
parents:
diff
changeset
|
8 <action type="move_file"> |
13
65d8343a6122
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit a0f50dfb0809b4d2053cd8f5031efe6615fe4887-dirty
chrisd
parents:
12
diff
changeset
|
9 <source>csa</source> |
0
b53a97d0d54c
planemo upload for repository https://github.com/ChrisD11/csa_dep commit e9517a49dbeb556362b2bfafb62ca70af93106dd
chrisd
parents:
diff
changeset
|
10 <destination>$INSTALL_DIR/bin</destination> |
b53a97d0d54c
planemo upload for repository https://github.com/ChrisD11/csa_dep commit e9517a49dbeb556362b2bfafb62ca70af93106dd
chrisd
parents:
diff
changeset
|
11 </action> |
b53a97d0d54c
planemo upload for repository https://github.com/ChrisD11/csa_dep commit e9517a49dbeb556362b2bfafb62ca70af93106dd
chrisd
parents:
diff
changeset
|
12 <action type="set_environment"> |
b53a97d0d54c
planemo upload for repository https://github.com/ChrisD11/csa_dep commit e9517a49dbeb556362b2bfafb62ca70af93106dd
chrisd
parents:
diff
changeset
|
13 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> |
b53a97d0d54c
planemo upload for repository https://github.com/ChrisD11/csa_dep commit e9517a49dbeb556362b2bfafb62ca70af93106dd
chrisd
parents:
diff
changeset
|
14 </action> |
b53a97d0d54c
planemo upload for repository https://github.com/ChrisD11/csa_dep commit e9517a49dbeb556362b2bfafb62ca70af93106dd
chrisd
parents:
diff
changeset
|
15 </actions> |
b53a97d0d54c
planemo upload for repository https://github.com/ChrisD11/csa_dep commit e9517a49dbeb556362b2bfafb62ca70af93106dd
chrisd
parents:
diff
changeset
|
16 </install> |
b53a97d0d54c
planemo upload for repository https://github.com/ChrisD11/csa_dep commit e9517a49dbeb556362b2bfafb62ca70af93106dd
chrisd
parents:
diff
changeset
|
17 <readme>Compiling csa requires a C++ compiler</readme> |
b53a97d0d54c
planemo upload for repository https://github.com/ChrisD11/csa_dep commit e9517a49dbeb556362b2bfafb62ca70af93106dd
chrisd
parents:
diff
changeset
|
18 </package> |
b53a97d0d54c
planemo upload for repository https://github.com/ChrisD11/csa_dep commit e9517a49dbeb556362b2bfafb62ca70af93106dd
chrisd
parents:
diff
changeset
|
19 </tool_dependency> |