Mercurial > repos > jjohnson > snpeff_with_dep
annotate tool_dependencies.xml @ 21:077c84a53846
JAVA_JAR_PATH action changed to set_to in tool_dependencies.xml
| author | Jim Johnson <jj@umn.edu> |
|---|---|
| date | Tue, 27 Nov 2012 08:22:36 -0600 |
| parents | 1cae7fb31da7 |
| children | f22f28cd881e |
| rev | line source |
|---|---|
| 0 | 1 <?xml version="1.0"?> |
| 2 <tool_dependency> | |
| 20 | 3 <package name="snpEff" version="3.1"> |
| 0 | 4 <install version="1.0"> |
| 5 <actions> | |
| 20 | 6 <action type="download_by_url">http://sourceforge.net/projects/snpeff/files/snpEff_v3_1_core.zip</action> |
| 15 | 7 <action type="move_directory_files"> |
| 8 <source_directory>.</source_directory> | |
| 9 <destination_directory>$INSTALL_DIR</destination_directory> | |
| 10 </action> | |
| 14 | 11 <action type="set_environment"> |
|
21
077c84a53846
JAVA_JAR_PATH action changed to set_to in tool_dependencies.xml
Jim Johnson <jj@umn.edu>
parents:
20
diff
changeset
|
12 <environment_variable name="JAVA_JAR_PATH" action="set_to">$INSTALL_DIR</environment_variable> |
| 20 | 13 </action> |
| 14 <action type="set_environment"> | |
| 15 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/scripts</environment_variable> | |
| 14 | 16 </action> |
| 17 </actions> | |
| 18 </install> | |
| 15 | 19 <readme> |
| 20 </readme> | |
| 21 </package> | |
| 0 | 22 </tool_dependency> |
| 23 |
