Mercurial > repos > iuc > package_vsearch_1_1_3
comparison tool_dependencies.xml @ 1:559454eab468 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_vsearch_1_1_3 commit 025696892784ba9fd07404ce4d21f3dca4ac1a1e-dirty
author | iuc |
---|---|
date | Fri, 17 Jul 2015 14:20:19 -0400 |
parents | c1fc77fac9fb |
children |
comparison
equal
deleted
inserted
replaced
0:c1fc77fac9fb | 1:559454eab468 |
---|---|
3 <package name="vsearch" version="1.1.3"> | 3 <package name="vsearch" version="1.1.3"> |
4 <install version="1.0"> | 4 <install version="1.0"> |
5 <actions_group> | 5 <actions_group> |
6 <actions architecture="x86_64" os="darwin"> | 6 <actions architecture="x86_64" os="darwin"> |
7 <action type="download_file">https://github.com/torognes/vsearch/releases/download/v1.1.3/vsearch-1.1.3-osx-x86_64</action> | 7 <action type="download_file">https://github.com/torognes/vsearch/releases/download/v1.1.3/vsearch-1.1.3-osx-x86_64</action> |
8 <action type="move_file"> | 8 <action type="move_file" rename_to="vsearch"> |
9 <source>vsearch-1.1.3-osx-x86_64</source> | 9 <source>vsearch-1.1.3-osx-x86_64</source> |
10 <destination>$INSTALL_DIR/bin/vsearch</destination> | 10 <destination>$INSTALL_DIR/bin</destination> |
11 </action> | 11 </action> |
12 <action type="shell_command">chmod +x $INSTALL_DIR/bin/vsearch</action> | 12 <action type="shell_command">chmod +x $INSTALL_DIR/bin/vsearch</action> |
13 </actions> | 13 </actions> |
14 <actions architecture="x86_64" os="linux"> | 14 <actions architecture="x86_64" os="linux"> |
15 <action type="download_file">https://github.com/torognes/vsearch/releases/download/v1.1.3/vsearch-1.1.3-linux-x86_64</action> | 15 <action type="download_file">https://github.com/torognes/vsearch/releases/download/v1.1.3/vsearch-1.1.3-linux-x86_64</action> |
16 <action type="move_file"> | 16 <action type="move_file" rename_to="vsearch"> |
17 <source>vsearch-1.1.3-linux-x86_64</source> | 17 <source>vsearch-1.1.3-linux-x86_64</source> |
18 <destination>$INSTALL_DIR/bin/vsearch</destination> | 18 <destination>$INSTALL_DIR/bin</destination> |
19 </action> | 19 </action> |
20 <action type="shell_command">chmod +x $INSTALL_DIR/bin/vsearch</action> | 20 <action type="shell_command">chmod +x $INSTALL_DIR/bin/vsearch</action> |
21 </actions> | 21 </actions> |
22 | 22 |
23 <action type="set_environment"> | 23 <action type="set_environment"> |