changeset 3:80a0553ee39a draft default tip

Uploaded
author anton
date Mon, 15 Sep 2014 14:50:09 -0400
parents e00ef554b109
children
files tool_dependencies.xml vcfcombine.xml
diffstat 2 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Wed Jun 25 16:37:13 2014 -0400
+++ b/tool_dependencies.xml	Mon Sep 15 14:50:09 2014 -0400
@@ -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>
--- a/vcfcombine.xml	Wed Jun 25 16:37:13 2014 -0400
+++ b/vcfcombine.xml	Mon Sep 15 14:50:09 2014 -0400
@@ -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.
 
 -----