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