Mercurial > repos > devteam > package_fastqc_0_10_1
comparison tool_dependencies.xml @ 0:4c650e5219e0 draft default tip
Imported from capsule None
author | devteam |
---|---|
date | Mon, 27 Jan 2014 09:24:56 -0500 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:4c650e5219e0 |
---|---|
1 <?xml version="1.0"?> | |
2 <tool_dependency> | |
3 <package name="FastQC" version="0.10.1"> | |
4 <install version="1.0"> | |
5 <actions> | |
6 <action type="download_by_url">http://www.bioinformatics.babraham.ac.uk/projects/fastqc/fastqc_v0.10.1.zip</action> | |
7 <action type="move_directory_files"> | |
8 <source_directory>.</source_directory> | |
9 <destination_directory>$INSTALL_DIR</destination_directory> | |
10 </action> | |
11 <action type="chmod"> | |
12 <file mode="755">$INSTALL_DIR/fastqc</file> | |
13 </action> | |
14 <action type="set_environment"> | |
15 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR</environment_variable> | |
16 <environment_variable name="JAVA_JAR_PATH" action="set_to">$INSTALL_DIR</environment_variable> | |
17 </action> | |
18 </actions> | |
19 </install> | |
20 <readme></readme> | |
21 </package> | |
22 </tool_dependency> |