Mercurial > repos > yhoogstrate > varscan_mpileup2snp_from_bam
view tool_dependencies.xml @ 5:637f78452b3a
Uploaded
author | yhoogstrate |
---|---|
date | Tue, 17 Dec 2013 05:03:38 -0500 |
parents | 473e1c58d3ae |
children | 467ace7bd807 |
line wrap: on
line source
<?xml version="1.0"?> <tool_dependency> <package name="samtools-mpileup-parallel" version="1.0.19"> <install version="1.0"> <actions> <action type="shell_command">svn checkout https://github.com/mydatascience/parallel-mpileup/trunk samtools-mpileup-parallel && cd samtools-mpileup-parallel && cd $(ls |grep samtools-) && make && cp samtools ../</action> <action type="move_file"> <source>samtools</source> <destination>$INSTALL_DIR/bin/samtools-mpileup-parallel</destination> </action> <action type="set_environment"> <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> <environment_variable name="PATH" action="prepend_to">$REPOSITORY_INSTALL_DIR</environment_variable> </action> </actions> </install> <readme> Downloads and installs a modified version of samtools, able to paralellize the mpileup function. </readme> </package> <package name="VarScan" version="2.3.6"> <install version="1.0"> <actions> <action type="download_by_url">http://downloads.sourceforge.net/project/varscan/VarScan.v2.3.6.jar</action> <action type="move_file"> <source>VarScan.v2.3.6.jar</source> <destination>$INSTALL_DIR/bin</destination> </action> <action type="set_environment"> <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> <environment_variable name="PATH" action="prepend_to">$REPOSITORY_INSTALL_DIR</environment_variable> </action> </actions> </install> <readme> Downloads VarScan2. </readme> </package> </tool_dependency>