Repository 'vcfcombine'
hg clone https://toolshed.g2.bx.psu.edu/repos/anton/vcfcombine

Changeset 3:80a0553ee39a (2014-09-15)
Previous changeset 2:e00ef554b109 (2014-06-25)
Commit message:
Uploaded
modified:
tool_dependencies.xml
vcfcombine.xml
b
diff -r e00ef554b109 -r 80a0553ee39a tool_dependencies.xml
--- a/tool_dependencies.xml Wed Jun 25 16:37:13 2014 -0400
+++ b/tool_dependencies.xml Mon Sep 15 14:50:09 2014 -0400
b
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <tool_dependency>
-  <package name="vcflib" version="86723982aa">
-      <repository changeset_revision="a6826babf644" name="vcflib_86723982aa" owner="anton" toolshed="https://toolshed.g2.bx.psu.edu" />
+    <package name="vcflib" version="8a5602bf07">
+        <repository changeset_revision="bffe0495cd92" name="package_vcflib_8a5602bf07" owner="anton" toolshed="https://toolshed.g2.bx.psu.edu" />
     </package>
 </tool_dependency>
b
diff -r e00ef554b109 -r 80a0553ee39a vcfcombine.xml
--- a/vcfcombine.xml Wed Jun 25 16:37:13 2014 -0400
+++ b/vcfcombine.xml Mon Sep 15 14:50:09 2014 -0400
b
@@ -1,6 +1,6 @@
 <tool id="vcfcombine" name="VCFcombine:" version="0.0.2">
 <requirements>
-    <requirement type="package" version="86723982aa">vcflib</requirement>
+    <requirement type="package" version="8a5602bf07">vcflib</requirement>
 </requirements>
   <description>Combine multiple VCF datasets</description>
   <command>
@@ -30,7 +30,7 @@
     </tests>
   <help>
 
-Combines VCF files positionally, combining samples when sites and alleles are identical. Any number of VCF files may be combined. The INFO field and other columns are taken from one of the files which are combined when records in multiple files match. Alleles must have identical ordering to be combined into one record. If they do not, multiple records will be emitted.
+Combines VCF files positionally, combining samples when sites and alleles are identical. Any number of VCF files may be combined. The INFO field and other columns are taken from one of the files, which are combined when records in multiple files match. Alleles must have identical ordering to be combined into one record. If they do not, multiple records will be emitted.
 
 -----