# HG changeset patch # User anton # Date 1410807009 14400 # Node ID 80a0553ee39aabde9a5b2e28f00ecb8f1f8c7251 # Parent e00ef554b109221647468d97a1bcda5d0518421e Uploaded 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 @@ -1,6 +1,6 @@ - - + + 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 @@ -1,6 +1,6 @@ - vcflib + vcflib Combine multiple VCF datasets @@ -30,7 +30,7 @@ -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. -----