Mercurial > repos > iuc > package_fido_f63cd47b8414f87d57b8c1b713d34a04b29c7aee
comparison tool_dependencies.xml @ 0:bed1ab604b55 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_fido_f63cd47b8414f87d57b8c1b713d34a04b29c7aee commit 0c094c3df9574cb057ccb65878f98f300d5b0a09
author | iuc |
---|---|
date | Tue, 19 May 2015 14:58:22 -0400 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:bed1ab604b55 |
---|---|
1 <tool_dependency> | |
2 <package name="Fido" version="f63cd47b8414f87d57b8c1b713d34a04b29c7aee"> | |
3 <install version="1.0"> | |
4 <actions> | |
5 <action type="shell_command">git clone --recursive https://github.com/hendrikweisser/Fido.git</action> | |
6 <action type="shell_command">git reset --hard f63cd47b8414f87d57b8c1b713d34a04b29c7aee</action> | |
7 <action type="make_directory">build</action> | |
8 <action type="change_directory">build</action> | |
9 <action type="shell_command">cmake ..</action> | |
10 <action type="shell_command">make</action> | |
11 <action type="move_file"> | |
12 <source>Fido</source> | |
13 <destination>$INSTALL_DIR/bin</destination> | |
14 </action> | |
15 <action type="move_file"> | |
16 <source>FidoChooseParameters</source> | |
17 <destination>$INSTALL_DIR/bin</destination> | |
18 </action> | |
19 <action type="set_environment"> | |
20 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> | |
21 <environment_variable name="FIDO_ROOT_PATH" action="set_to">$INSTALL_DIR</environment_variable> | |
22 </action> | |
23 </actions> | |
24 </install> | |
25 <readme> | |
26 Fido is a free software tool used in the area of computational proteomics. It calculates posterior probabilities for protein | |
27 identifications based on database searches of tandem mass spectra. The website for Fido is here: http://noble.gs.washington.edu/proj/fido/ | |
28 </readme> | |
29 </package> | |
30 </tool_dependency> |