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