Mercurial > repos > jjohnson > snpeff_with_dep
comparison tool_dependencies.xml @ 24:f22f28cd881e
Update for snpEff v3.2
author | Jim Johnson <jj@umn.edu> |
---|---|
date | Tue, 07 May 2013 14:58:15 -0500 |
parents | 077c84a53846 |
children | 7c1c337fb21c |
comparison
equal
deleted
inserted
replaced
23:50c1a8ff6c82 | 24:f22f28cd881e |
---|---|
1 <?xml version="1.0"?> | 1 <?xml version="1.0"?> |
2 <tool_dependency> | 2 <tool_dependency> |
3 <package name="snpEff" version="3.1"> | 3 <package name="snpEff" version="3.2"> |
4 <install version="1.0"> | 4 <repository toolshed="http://localhost:19009" name="snpeff_3_2" owner="jimmy" changeset_revision="b793dbd0644e" /> |
5 <actions> | |
6 <action type="download_by_url">http://sourceforge.net/projects/snpeff/files/snpEff_v3_1_core.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="set_environment"> | |
12 <environment_variable name="JAVA_JAR_PATH" action="set_to">$INSTALL_DIR</environment_variable> | |
13 </action> | |
14 <action type="set_environment"> | |
15 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/scripts</environment_variable> | |
16 </action> | |
17 </actions> | |
18 </install> | |
19 <readme> | |
20 </readme> | |
21 </package> | 5 </package> |
22 </tool_dependency> | 6 </tool_dependency> |
23 | 7 |