0
|
1 <?xml version="1.0"?>
|
|
2 <tool_dependency>
|
2
|
3 <package name="peptide_shaker" version="0.20.1">
|
0
|
4 <install version="1.0">
|
|
5 <actions>
|
|
6 <action type="download_by_url">http://peptide-shaker.googlecode.com/files/PeptideShaker-0.20.1.zip</action>
|
|
7 <action type="shell_command">chmod -R o+w resources</action>
|
|
8 <action type="shell_command">wget https://gist.github.com/jmchilton/5002161/raw/f1fe76d6e6eed99a768ed0b9f41c2d0a6a4b24b7/PeptideShaker</action>
|
1
|
9 <action type="shell_command">wget https://gist.github.com/jmchilton/5002161/raw/8a17d5fb589984365284e55a98a455c2b47da54f/PeptideShakerCLI</action>
|
0
|
10 <action type="shell_command">chmod +x PeptideShaker</action>
|
1
|
11 <action type="shell_command">chmod +x PeptideShakerCLI</action>
|
0
|
12 <action type="move_directory_files">
|
|
13 <source_directory>.</source_directory>
|
|
14 <destination_directory>$INSTALL_DIR/</destination_directory>
|
|
15 </action>
|
|
16 <action type="set_environment">
|
|
17 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR</environment_variable>
|
|
18 </action>
|
|
19 </actions>
|
|
20 </install>
|
|
21 <readme>
|
|
22 Install Galaxy package application for PeptideShaker 0.20.1.
|
|
23 </readme>
|
|
24 </package>
|
|
25 </tool_dependency>
|