Mercurial > repos > jjohnson > snpeff_with_dep
annotate tool_dependencies.xml @ 9:38b3a6b97bd1
Add src dir snpEff_3_0 to move_file in tool_dependencies.xml
| author | Jim Johnson <jj@umn.edu> |
|---|---|
| date | Fri, 14 Sep 2012 14:48:54 -0500 |
| parents | 1562bb333568 |
| children | 9cd24981dbd2 |
| 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> |
| 4 | 10 <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
|
11 <source>snpEff_3_0/SnpSift.jar</source> |
| 4 | 12 <destination>$INSTALL_DIR/bin</destination> |
| 13 </action> | |
| 14 <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
|
15 <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
|
16 <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
|
17 </action> |
|
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 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
|
19 <source>snpEff_3_0/snpEff.config</source> |
| 4 | 20 <destination>$INSTALL_DIR/bin</destination> |
| 21 </action> | |
| 22 <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
|
23 <source_directory>snpEff_3_0/scripts</source_directory> |
| 4 | 24 <destination_directory>$INSTALL_DIR/bin</destination_directory> |
| 25 </action> | |
| 26 <action type="set_environment"> | |
| 6 | 27 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> |
| 4 | 28 </action> |
| 0 | 29 </actions> |
| 30 </install> | |
| 31 <readme> | |
| 32 </readme> | |
| 33 </package> | |
| 34 | |
| 35 </tool_dependency> | |
| 36 |
