annotate tool_dependencies.xml @ 3:4c3efe9449ad draft default tip

Uploaded
author jmchilton
date Thu, 09 May 2013 16:34:36 -0400
parents 26672d4c24c3
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
7b5266edcd42 Initial commit.
jmchilton
parents:
diff changeset
1 <?xml version="1.0"?>
7b5266edcd42 Initial commit.
jmchilton
parents:
diff changeset
2 <tool_dependency>
7b5266edcd42 Initial commit.
jmchilton
parents:
diff changeset
3 <package name="tint_proteomics_scripts" version="1.19.19">
7b5266edcd42 Initial commit.
jmchilton
parents:
diff changeset
4 <install version="1.0">
7b5266edcd42 Initial commit.
jmchilton
parents:
diff changeset
5 <actions>
7b5266edcd42 Initial commit.
jmchilton
parents:
diff changeset
6 <action type="download_by_url">http://artifactory.msi.umn.edu/ext-release-local/msi/umn/edu/tint-proteomics-scripts/1.19.19/tint-proteomics-scripts-1.19.19.zip</action>
7b5266edcd42 Initial commit.
jmchilton
parents:
diff changeset
7 <action type="move_directory_files">
1
3671f7b25d09 Uploaded
jmchilton
parents: 0
diff changeset
8 <source_directory>.</source_directory>
0
7b5266edcd42 Initial commit.
jmchilton
parents:
diff changeset
9 <destination_directory>$INSTALL_DIR/</destination_directory>
7b5266edcd42 Initial commit.
jmchilton
parents:
diff changeset
10 </action>
3
4c3efe9449ad Uploaded
jmchilton
parents: 2
diff changeset
11 <action type="shell_command">chmod +x $INSTALL_DIR/*cli $INSTALL_DIR/MgfFormatter</action>
0
7b5266edcd42 Initial commit.
jmchilton
parents:
diff changeset
12 <action type="set_environment">
7b5266edcd42 Initial commit.
jmchilton
parents:
diff changeset
13 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR</environment_variable>
7b5266edcd42 Initial commit.
jmchilton
parents:
diff changeset
14 </action>
7b5266edcd42 Initial commit.
jmchilton
parents:
diff changeset
15 </actions>
7b5266edcd42 Initial commit.
jmchilton
parents:
diff changeset
16 </install>
7b5266edcd42 Initial commit.
jmchilton
parents:
diff changeset
17 <readme>
7b5266edcd42 Initial commit.
jmchilton
parents:
diff changeset
18 This package downloads and installs the proteomics scripts
7b5266edcd42 Initial commit.
jmchilton
parents:
diff changeset
19 developed as part of the TINT framework
7b5266edcd42 Initial commit.
jmchilton
parents:
diff changeset
20 (https://github.com/jmchilton/TINT).
7b5266edcd42 Initial commit.
jmchilton
parents:
diff changeset
21
7b5266edcd42 Initial commit.
jmchilton
parents:
diff changeset
22 These include iQuant and the MGF formatter.
7b5266edcd42 Initial commit.
jmchilton
parents:
diff changeset
23 </readme>
7b5266edcd42 Initial commit.
jmchilton
parents:
diff changeset
24 </package>
7b5266edcd42 Initial commit.
jmchilton
parents:
diff changeset
25 </tool_dependency>