comparison varscan/tool_dependencies.xml @ 4:572397bbe057 draft default tip

Added Xmx10G setting to both varscan_somatic wrappers
author geert-vandeweyer
date Wed, 26 Mar 2014 05:24:22 -0400
parents 848f3dc54593
children
comparison
equal deleted inserted replaced
3:b2ad469e0ff9 4:572397bbe057
1 <?xml version="1.0"?>
2 <tool_dependency>
3 <package name="VarScan" version="2.3.5">
4 <install version="1.0">
5 <actions>
6 <action type="download_by_url">http://downloads.sourceforge.net/project/varscan/VarScan.v2.3.5.jar</action>
7 <action type="move_file">
8 <source>VarScan.v2.3.5.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>