Mercurial > repos > rmarenco > trfbig
comparison tool_dependencies.xml @ 0:e45bd0ffc1a4 draft default tip
planemo upload for repository https://github.com/remimarenco/trfBig commit 97fd3895fbafc69df1a1c4092f261ba23fc0bd0b-dirty
author | rmarenco |
---|---|
date | Thu, 14 Jul 2016 17:00:29 -0400 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:e45bd0ffc1a4 |
---|---|
1 <?xml version="1.0"?> | |
2 <tool_dependency> | |
3 <!-- Package trfBig --> | |
4 <package name="trfBig" version="1.0"> | |
5 <install version="1.0"> | |
6 <actions> | |
7 <action type="download_binary" target_directory="bin"> | |
8 <url_template os="darwin">http://hgdownload.cse.ucsc.edu/admin/exe/macOSX.${architecture}/trfBig</url_template> | |
9 <url_template os="linux">http://hgdownload.cse.ucsc.edu/admin/exe/linux.${architecture}/trfBig</url_template> | |
10 </action> | |
11 <action type="chmod"> | |
12 <file mode="750">$INSTALL_DIR/bin/trfBig</file> | |
13 </action> | |
14 <action type="set_environment"> | |
15 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> | |
16 </action> | |
17 </actions> | |
18 </install> | |
19 <readme>The tools downloaded by this dependency definition are free for academic use.</readme> | |
20 </package> | |
21 | |
22 <!-- Package trf --> | |
23 <!-- https://tandem.bu.edu/trf/downloads/trf407b.linux64 --> | |
24 <package name="trf" version="4.07b"> | |
25 <install version="1.0"> | |
26 <actions> | |
27 <action type="download_binary" target_directory="bin"> | |
28 <url_template os="darwin">https://tandem.bu.edu/trf/downloads/trf407b.macos64</url_template> | |
29 <url_template os="linux">https://tandem.bu.edu/trf/downloads/trf407b.linux64</url_template> | |
30 </action> | |
31 <action type="move_file"> | |
32 <source>trf407b.macos64</source> | |
33 <destination>$INSTALL_DIR/bin/trf</destination> | |
34 </action> | |
35 <action type="move_file"> | |
36 <source>trf407b.linux64</source> | |
37 <destination>$INSTALL_DIR/bin/trf</destination> | |
38 </action> | |
39 <action type="chmod"> | |
40 <file mode="750">$INSTALL_DIR/bin/trf</file> | |
41 </action> | |
42 <action type="set_environment"> | |
43 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> | |
44 </action> | |
45 </actions> | |
46 </install> | |
47 <readme>The tools downloaded by this dependency definition are free for academic use.</readme> | |
48 </package> | |
49 </tool_dependency> |