Mercurial > repos > chrisd > metasnp
annotate tool_dependencies.xml @ 4:d6b45c192434 draft default tip
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/metasnp commit b1b48803d77cf63c00ee5001ce72a424629ade85-dirty
author | chrisd |
---|---|
date | Thu, 28 Jul 2016 03:36:46 -0400 |
parents | dad8e3330201 |
children |
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> |
3
dad8e3330201
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/metasnp commit 4d6ab8614d11d40412e9f904797a6a744d436146-dirty
chrisd
parents:
2
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"> |
3
dad8e3330201
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/metasnp commit 4d6ab8614d11d40412e9f904797a6a744d436146-dirty
chrisd
parents:
2
diff
changeset
|
9 <source>metasnp</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> |