# HG changeset patch
# User anton
# Date 1410806908 14400
# Node ID 28459b837ef81d3667e82b25ef9d2ba660d908a4
# Parent  98961914308d381b1e15415d39f8bc1d476cff24
Uploaded
diff -r 98961914308d -r 28459b837ef8 tool_dependencies.xml
--- a/tool_dependencies.xml	Wed Jun 25 16:34:28 2014 -0400
+++ b/tool_dependencies.xml	Mon Sep 15 14:48:28 2014 -0400
@@ -1,6 +1,6 @@
 
 
-  
-      
+    
+        
     
 
diff -r 98961914308d -r 28459b837ef8 vcfannotate.xml
--- a/vcfannotate.xml	Wed Jun 25 16:34:28 2014 -0400
+++ b/vcfannotate.xml	Mon Sep 15 14:48:28 2014 -0400
@@ -1,12 +1,12 @@
 
 
-    vcflib
+    vcflib
 
   Intersect VCF records with BED annotations
   vcfannotate --key "${key_option}" -b "${bed_data}" "${input}" > "${out_file1}"
           
     
-    
+    
     
   
   
@@ -22,7 +22,7 @@
     
   
 
-Intersect the records in the VCF file with targets provided in a BED file. Intersections are done on the reference sequences in the VCF file. 
+Intersect the records in the VCF file with intervals (features) provided in a BED file. Intersections are done on the reference sequences in the VCF file. 
 
 -----