Mercurial > repos > chrisd > snipfinder
annotate tool_dependencies.xml @ 0:4b10ed36eb91 draft
planemo upload for repository https://github.com/ChrisD11/snp_caller_dep commit 6abdb1a7169f828f14104fece8a69a81e92717f4
| author | chrisd |
|---|---|
| date | Mon, 22 Feb 2016 19:43:25 -0500 |
| parents | |
| children | 61b6570a752e |
| rev | line source |
|---|---|
|
0
4b10ed36eb91
planemo upload for repository https://github.com/ChrisD11/snp_caller_dep commit 6abdb1a7169f828f14104fece8a69a81e92717f4
chrisd
parents:
diff
changeset
|
1 <?xml version="1.0"?> |
|
4b10ed36eb91
planemo upload for repository https://github.com/ChrisD11/snp_caller_dep commit 6abdb1a7169f828f14104fece8a69a81e92717f4
chrisd
parents:
diff
changeset
|
2 <tool_dependency> |
|
4b10ed36eb91
planemo upload for repository https://github.com/ChrisD11/snp_caller_dep commit 6abdb1a7169f828f14104fece8a69a81e92717f4
chrisd
parents:
diff
changeset
|
3 <package name="snp" version="0.1"> |
|
4b10ed36eb91
planemo upload for repository https://github.com/ChrisD11/snp_caller_dep commit 6abdb1a7169f828f14104fece8a69a81e92717f4
chrisd
parents:
diff
changeset
|
4 <install version="1.0"> |
|
4b10ed36eb91
planemo upload for repository https://github.com/ChrisD11/snp_caller_dep commit 6abdb1a7169f828f14104fece8a69a81e92717f4
chrisd
parents:
diff
changeset
|
5 <actions> |
|
4b10ed36eb91
planemo upload for repository https://github.com/ChrisD11/snp_caller_dep commit 6abdb1a7169f828f14104fece8a69a81e92717f4
chrisd
parents:
diff
changeset
|
6 <action type="shell_command">git clone --recursive https://github.com/ChrisD11/snp_caller.git</action> |
|
4b10ed36eb91
planemo upload for repository https://github.com/ChrisD11/snp_caller_dep commit 6abdb1a7169f828f14104fece8a69a81e92717f4
chrisd
parents:
diff
changeset
|
7 <action type="shell_command">make</action> |
|
4b10ed36eb91
planemo upload for repository https://github.com/ChrisD11/snp_caller_dep commit 6abdb1a7169f828f14104fece8a69a81e92717f4
chrisd
parents:
diff
changeset
|
8 <action type="move_file"> |
|
4b10ed36eb91
planemo upload for repository https://github.com/ChrisD11/snp_caller_dep commit 6abdb1a7169f828f14104fece8a69a81e92717f4
chrisd
parents:
diff
changeset
|
9 <source>snp</source> |
|
4b10ed36eb91
planemo upload for repository https://github.com/ChrisD11/snp_caller_dep commit 6abdb1a7169f828f14104fece8a69a81e92717f4
chrisd
parents:
diff
changeset
|
10 <destination>$INSTALL_DIR/bin</destination> |
|
4b10ed36eb91
planemo upload for repository https://github.com/ChrisD11/snp_caller_dep commit 6abdb1a7169f828f14104fece8a69a81e92717f4
chrisd
parents:
diff
changeset
|
11 </action> |
|
4b10ed36eb91
planemo upload for repository https://github.com/ChrisD11/snp_caller_dep commit 6abdb1a7169f828f14104fece8a69a81e92717f4
chrisd
parents:
diff
changeset
|
12 <action type="set_environment"> |
|
4b10ed36eb91
planemo upload for repository https://github.com/ChrisD11/snp_caller_dep commit 6abdb1a7169f828f14104fece8a69a81e92717f4
chrisd
parents:
diff
changeset
|
13 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> |
|
4b10ed36eb91
planemo upload for repository https://github.com/ChrisD11/snp_caller_dep commit 6abdb1a7169f828f14104fece8a69a81e92717f4
chrisd
parents:
diff
changeset
|
14 </action> |
|
4b10ed36eb91
planemo upload for repository https://github.com/ChrisD11/snp_caller_dep commit 6abdb1a7169f828f14104fece8a69a81e92717f4
chrisd
parents:
diff
changeset
|
15 </actions> |
|
4b10ed36eb91
planemo upload for repository https://github.com/ChrisD11/snp_caller_dep commit 6abdb1a7169f828f14104fece8a69a81e92717f4
chrisd
parents:
diff
changeset
|
16 </install> |
|
4b10ed36eb91
planemo upload for repository https://github.com/ChrisD11/snp_caller_dep commit 6abdb1a7169f828f14104fece8a69a81e92717f4
chrisd
parents:
diff
changeset
|
17 <readme>Compiling snp finder requires a C++ compiler</readme> |
|
4b10ed36eb91
planemo upload for repository https://github.com/ChrisD11/snp_caller_dep commit 6abdb1a7169f828f14104fece8a69a81e92717f4
chrisd
parents:
diff
changeset
|
18 </package> |
|
4b10ed36eb91
planemo upload for repository https://github.com/ChrisD11/snp_caller_dep commit 6abdb1a7169f828f14104fece8a69a81e92717f4
chrisd
parents:
diff
changeset
|
19 </tool_dependency> |
