Repository 'vcftools'
hg clone https://toolshed.g2.bx.psu.edu/repos/nilesh/vcftools

Changeset 5:a78b6f80d359 (2013-07-10)
Previous changeset 4:895e42d0fc59 (2013-07-10) Next changeset 6:90fe42320bd1 (2013-07-10)
Commit message:
Deleted selected files
removed:
tool_dependencies.xml
b
diff -r 895e42d0fc59 -r a78b6f80d359 tool_dependencies.xml
--- a/tool_dependencies.xml Wed Jul 10 17:23:00 2013 -0400
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
b
@@ -1,19 +0,0 @@
-<?xml version="1.0"?>
-<tool_dependency>
-    <package name="vcftools" version="0.1.11">
-        <install version="1.0">
-            <actions>
-                <action type="download_by_url">http://sourceforge.net/projects/vcftools/files/vcftools_0.1.11.tar.gz</action>
-                <action type="shell_command">make</action>
-                <action type="shell_command">PREFIX="$INSTALL_DIR/vcftools</action>                
-                <action type="set_environment">
-                    <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/vcftools/bin</environment_variable>
-                </action>
-            </actions>
-        </install>
-        <readme>
-            A set of tools written in Perl and C++ for working with VCF files, such as those generated by the 1000 Genomes Project
-        </readme>
-    </package>
-    
-</tool_dependency>