annotate tool_dependencies.xml @ 4:24670f9f6839
draft
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/varscan_version_2 commit 5a4e0ca9992af3a6e5ed2b533f04bb82ce761e0b
author |
devteam |
date |
Mon, 09 Nov 2015 12:01:23 -0500 |
parents |
f82940004c84 |
children |
|
rev |
line source |
3
|
1 <?xml version="1.0"?>
|
|
2 <tool_dependency>
|
|
3 <package name="varscan" version="2.3.6">
|
|
4 <install version="1.0">
|
|
5 <actions>
|
|
6 <action type="download_by_url">http://downloads.sourceforge.net/project/varscan/VarScan.v2.3.6.jar</action>
|
|
7 <action type="move_file">
|
|
8 <source>VarScan.v2.3.6.jar</source>
|
|
9 <destination>$INSTALL_DIR/jars</destination>
|
|
10 </action>
|
|
11 <action type="set_environment">
|
|
12 <environment_variable name="JAVA_JAR_PATH" action="set_to">$INSTALL_DIR/jars</environment_variable>
|
|
13 </action>
|
|
14 </actions>
|
|
15 </install>
|
|
16 <readme>
|
|
17 </readme>
|
|
18 </package>
|
|
19 </tool_dependency>
|