annotate tool_dependencies.xml @ 0:4b65f6e39cb0 draft default tip

Uploaded from GH
author devteam
date Tue, 11 Nov 2014 12:45:19 -0500
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
4b65f6e39cb0 Uploaded from GH
devteam
parents:
diff changeset
1 <?xml version="1.0"?>
4b65f6e39cb0 Uploaded from GH
devteam
parents:
diff changeset
2 <tool_dependency>
4b65f6e39cb0 Uploaded from GH
devteam
parents:
diff changeset
3 <package name="FastQC" version="0.11.2">
4b65f6e39cb0 Uploaded from GH
devteam
parents:
diff changeset
4 <install version="1.0">
4b65f6e39cb0 Uploaded from GH
devteam
parents:
diff changeset
5 <actions>
4b65f6e39cb0 Uploaded from GH
devteam
parents:
diff changeset
6 <action type="download_by_url">http://www.bioinformatics.babraham.ac.uk/projects/fastqc/fastqc_v0.11.2.zip</action>
4b65f6e39cb0 Uploaded from GH
devteam
parents:
diff changeset
7 <action type="move_directory_files">
4b65f6e39cb0 Uploaded from GH
devteam
parents:
diff changeset
8 <source_directory>.</source_directory>
4b65f6e39cb0 Uploaded from GH
devteam
parents:
diff changeset
9 <destination_directory>$INSTALL_DIR</destination_directory>
4b65f6e39cb0 Uploaded from GH
devteam
parents:
diff changeset
10 </action>
4b65f6e39cb0 Uploaded from GH
devteam
parents:
diff changeset
11 <action type="chmod">
4b65f6e39cb0 Uploaded from GH
devteam
parents:
diff changeset
12 <file mode="755">$INSTALL_DIR/fastqc</file>
4b65f6e39cb0 Uploaded from GH
devteam
parents:
diff changeset
13 </action>
4b65f6e39cb0 Uploaded from GH
devteam
parents:
diff changeset
14 <action type="set_environment">
4b65f6e39cb0 Uploaded from GH
devteam
parents:
diff changeset
15 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR</environment_variable>
4b65f6e39cb0 Uploaded from GH
devteam
parents:
diff changeset
16 <environment_variable name="FASTQC_JAR_PATH" action="set_to">$INSTALL_DIR</environment_variable>
4b65f6e39cb0 Uploaded from GH
devteam
parents:
diff changeset
17 </action>
4b65f6e39cb0 Uploaded from GH
devteam
parents:
diff changeset
18 </actions>
4b65f6e39cb0 Uploaded from GH
devteam
parents:
diff changeset
19 </install>
4b65f6e39cb0 Uploaded from GH
devteam
parents:
diff changeset
20 <readme></readme>
4b65f6e39cb0 Uploaded from GH
devteam
parents:
diff changeset
21 </package>
4b65f6e39cb0 Uploaded from GH
devteam
parents:
diff changeset
22 </tool_dependency>