Mercurial > repos > iuc > package_tophat_2_0_14
annotate tool_dependencies.xml @ 4:b13271391f95 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_tophat_2_0_14 commit f077faa1ffe22597b4eef5ed1f216a53be3aae7b
author | iuc |
---|---|
date | Fri, 06 Nov 2015 16:30:31 -0500 |
parents | 536f7bb5616d |
children |
rev | line source |
---|---|
0 | 1 <?xml version="1.0"?> |
2 <tool_dependency> | |
3 <package name="tophat" version="2.0.14"> | |
4 <install version="1.0"> | |
5 <actions_group> | |
6 <actions architecture="x86_64" os="linux"> | |
7 <action type="download_by_url">https://depot.galaxyproject.org/package/linux/x86_64/tophat/tophat-2.0.14-Linux-x86_64.tar.gz</action> | |
8 <action type="move_directory_files"> | |
9 <source_directory>.</source_directory> | |
2 | 10 <destination_directory>$INSTALL_DIR</destination_directory> |
0 | 11 </action> |
3
536f7bb5616d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_tophat_2_0_14 commit 93bd8341966e13b91bbcb2b9bce75f0c0e7e1d92
iuc
parents:
2
diff
changeset
|
12 <action type="shell_command">sed -i.bak 's#/build/dest#$INSTALL_DIR#' $INSTALL_DIR/bin/tophat2</action> |
0 | 13 </actions> |
4
b13271391f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_tophat_2_0_14 commit f077faa1ffe22597b4eef5ed1f216a53be3aae7b
iuc
parents:
3
diff
changeset
|
14 <actions architecture="x86_64" os="darwin"> |
b13271391f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_tophat_2_0_14 commit f077faa1ffe22597b4eef5ed1f216a53be3aae7b
iuc
parents:
3
diff
changeset
|
15 <action type="download_by_url">https://ccb.jhu.edu/software/tophat/downloads/tophat-2.0.14.OSX_x86_64.tar.gz</action> |
b13271391f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_tophat_2_0_14 commit f077faa1ffe22597b4eef5ed1f216a53be3aae7b
iuc
parents:
3
diff
changeset
|
16 <action type="move_directory_files"> |
b13271391f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_tophat_2_0_14 commit f077faa1ffe22597b4eef5ed1f216a53be3aae7b
iuc
parents:
3
diff
changeset
|
17 <source_directory>.</source_directory> |
b13271391f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_tophat_2_0_14 commit f077faa1ffe22597b4eef5ed1f216a53be3aae7b
iuc
parents:
3
diff
changeset
|
18 <destination_directory>$INSTALL_DIR</destination_directory> |
b13271391f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_tophat_2_0_14 commit f077faa1ffe22597b4eef5ed1f216a53be3aae7b
iuc
parents:
3
diff
changeset
|
19 </action> |
b13271391f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_tophat_2_0_14 commit f077faa1ffe22597b4eef5ed1f216a53be3aae7b
iuc
parents:
3
diff
changeset
|
20 </actions> |
0 | 21 <actions> |
1 | 22 <action type="download_by_url">http://ccb.jhu.edu/software/tophat/downloads/tophat-2.0.14.tar.gz</action> |
0 | 23 <action type="shell_command">./configure --prefix=$INSTALL_DIR</action> |
24 <action type="make_install" /> | |
25 </actions> | |
26 <action type="set_environment"> | |
27 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> | |
28 </action> | |
29 </actions_group> | |
30 </install> | |
31 <readme /> | |
32 </package> | |
33 </tool_dependency> |