Mercurial > repos > jjohnson > snpeff_with_dep
annotate tool_dependencies.xml @ 10:9cd24981dbd2
tool_dependencies.xml - add unzip shell_command
author | Jim Johnson <jj@umn.edu> |
---|---|
date | Tue, 18 Sep 2012 08:36:28 -0500 |
parents | 38b3a6b97bd1 |
children | e9e4ff80e72b |
rev | line source |
---|---|
0 | 1 <?xml version="1.0"?> |
2 <tool_dependency> | |
3 <set_environment version="1.0"> | |
4 | 4 <environment_variable name="JAVA_JAR_PATH" action="set_to">$INSTALL_DIR/bin</environment_variable> |
0 | 5 </set_environment> |
6 <package name="snpEff" version="3.0f"> | |
7 <install version="1.0"> | |
8 <actions> | |
7 | 9 <action type="download_by_url">http://sourceforge.net/projects/snpeff/files/snpEff_latest_core.zip</action> |
10
9cd24981dbd2
tool_dependencies.xml - add unzip shell_command
Jim Johnson <jj@umn.edu>
parents:
9
diff
changeset
|
10 <action type="shell_command">unzip snpEff_latest_core.zip</action> |
4 | 11 <action type="move_file"> |
9
38b3a6b97bd1
Add src dir snpEff_3_0 to move_file in tool_dependencies.xml
Jim Johnson <jj@umn.edu>
parents:
8
diff
changeset
|
12 <source>snpEff_3_0/SnpSift.jar</source> |
4 | 13 <destination>$INSTALL_DIR/bin</destination> |
14 </action> | |
15 <action type="move_file"> | |
9
38b3a6b97bd1
Add src dir snpEff_3_0 to move_file in tool_dependencies.xml
Jim Johnson <jj@umn.edu>
parents:
8
diff
changeset
|
16 <source>snpEff_3_0/snpEff.jar</source> |
38b3a6b97bd1
Add src dir snpEff_3_0 to move_file in tool_dependencies.xml
Jim Johnson <jj@umn.edu>
parents:
8
diff
changeset
|
17 <destination>$INSTALL_DIR/bin</destination> |
38b3a6b97bd1
Add src dir snpEff_3_0 to move_file in tool_dependencies.xml
Jim Johnson <jj@umn.edu>
parents:
8
diff
changeset
|
18 </action> |
38b3a6b97bd1
Add src dir snpEff_3_0 to move_file in tool_dependencies.xml
Jim Johnson <jj@umn.edu>
parents:
8
diff
changeset
|
19 <action type="move_file"> |
38b3a6b97bd1
Add src dir snpEff_3_0 to move_file in tool_dependencies.xml
Jim Johnson <jj@umn.edu>
parents:
8
diff
changeset
|
20 <source>snpEff_3_0/snpEff.config</source> |
4 | 21 <destination>$INSTALL_DIR/bin</destination> |
22 </action> | |
23 <action type="move_directory_files"> | |
9
38b3a6b97bd1
Add src dir snpEff_3_0 to move_file in tool_dependencies.xml
Jim Johnson <jj@umn.edu>
parents:
8
diff
changeset
|
24 <source_directory>snpEff_3_0/scripts</source_directory> |
4 | 25 <destination_directory>$INSTALL_DIR/bin</destination_directory> |
26 </action> | |
27 <action type="set_environment"> | |
6 | 28 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> |
4 | 29 </action> |
0 | 30 </actions> |
31 </install> | |
32 <readme> | |
33 </readme> | |
34 </package> | |
35 | |
36 </tool_dependency> | |
37 |