Mercurial > repos > chrisd > snipfinder
annotate tool_dependencies.xml @ 2:c5085b1ad596 draft
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/snipfinder commit a770ce682054f35fe7508c80b252bbe2bef68ac2
author | chrisd |
---|---|
date | Fri, 05 Aug 2016 11:30:58 -0400 |
parents | d9be5a7e70f5 |
children |
rev | line source |
---|---|
0
d9be5a7e70f5
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/snpfinder commit 8b7c17352f46ab4fce3bc13c3e63d4021fe83ae7
chrisd
parents:
diff
changeset
|
1 <?xml version="1.0"?> |
d9be5a7e70f5
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/snpfinder commit 8b7c17352f46ab4fce3bc13c3e63d4021fe83ae7
chrisd
parents:
diff
changeset
|
2 <tool_dependency> |
2
c5085b1ad596
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/snipfinder commit a770ce682054f35fe7508c80b252bbe2bef68ac2
chrisd
parents:
0
diff
changeset
|
3 <package name="snipfinder" version="0.1"> |
0
d9be5a7e70f5
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/snpfinder commit 8b7c17352f46ab4fce3bc13c3e63d4021fe83ae7
chrisd
parents:
diff
changeset
|
4 <install version="1.0"> |
d9be5a7e70f5
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/snpfinder commit 8b7c17352f46ab4fce3bc13c3e63d4021fe83ae7
chrisd
parents:
diff
changeset
|
5 <actions> |
2
c5085b1ad596
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/snipfinder commit a770ce682054f35fe7508c80b252bbe2bef68ac2
chrisd
parents:
0
diff
changeset
|
6 <action type="shell_command">git clone --recursive https://github.com/cdeanj/snipfinder.git</action> |
0
d9be5a7e70f5
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/snpfinder commit 8b7c17352f46ab4fce3bc13c3e63d4021fe83ae7
chrisd
parents:
diff
changeset
|
7 <action type="shell_command">make</action> |
d9be5a7e70f5
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/snpfinder commit 8b7c17352f46ab4fce3bc13c3e63d4021fe83ae7
chrisd
parents:
diff
changeset
|
8 <action type="move_file"> |
2
c5085b1ad596
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/snipfinder commit a770ce682054f35fe7508c80b252bbe2bef68ac2
chrisd
parents:
0
diff
changeset
|
9 <source>snipfinder</source> |
0
d9be5a7e70f5
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/snpfinder commit 8b7c17352f46ab4fce3bc13c3e63d4021fe83ae7
chrisd
parents:
diff
changeset
|
10 <destination>$INSTALL_DIR/bin</destination> |
d9be5a7e70f5
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/snpfinder commit 8b7c17352f46ab4fce3bc13c3e63d4021fe83ae7
chrisd
parents:
diff
changeset
|
11 </action> |
d9be5a7e70f5
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/snpfinder commit 8b7c17352f46ab4fce3bc13c3e63d4021fe83ae7
chrisd
parents:
diff
changeset
|
12 <action type="set_environment"> |
d9be5a7e70f5
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/snpfinder commit 8b7c17352f46ab4fce3bc13c3e63d4021fe83ae7
chrisd
parents:
diff
changeset
|
13 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> |
d9be5a7e70f5
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/snpfinder commit 8b7c17352f46ab4fce3bc13c3e63d4021fe83ae7
chrisd
parents:
diff
changeset
|
14 </action> |
d9be5a7e70f5
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/snpfinder commit 8b7c17352f46ab4fce3bc13c3e63d4021fe83ae7
chrisd
parents:
diff
changeset
|
15 </actions> |
d9be5a7e70f5
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/snpfinder commit 8b7c17352f46ab4fce3bc13c3e63d4021fe83ae7
chrisd
parents:
diff
changeset
|
16 </install> |
2
c5085b1ad596
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/snipfinder commit a770ce682054f35fe7508c80b252bbe2bef68ac2
chrisd
parents:
0
diff
changeset
|
17 <readme>Compiling snipfinder requires a C++ compiler</readme> |
0
d9be5a7e70f5
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/snpfinder commit 8b7c17352f46ab4fce3bc13c3e63d4021fe83ae7
chrisd
parents:
diff
changeset
|
18 </package> |
d9be5a7e70f5
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/snpfinder commit 8b7c17352f46ab4fce3bc13c3e63d4021fe83ae7
chrisd
parents:
diff
changeset
|
19 </tool_dependency> |