changeset 3:e7ce0d1fe6f5 draft default tip

Uploaded
author anton
date Mon, 15 Sep 2014 14:53:34 -0400
parents 9c03ddb3ba52
children
files tool_dependencies.xml vcfrandomsample.xml
diffstat 2 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Wed Jun 25 16:50:53 2014 -0400
+++ b/tool_dependencies.xml	Mon Sep 15 14:53:34 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/vcfrandomsample.xml	Wed Jun 25 16:50:53 2014 -0400
+++ b/vcfrandomsample.xml	Mon Sep 15 14:53:34 2014 -0400
@@ -1,6 +1,6 @@
 <tool id="vcfrandomsample" name="VCFrandomSample:" version="0.0.2">
 <requirements>
-    <requirement type="package" version="86723982aa">vcflib</requirement>
+    <requirement type="package" version="8a5602bf07">vcflib</requirement>
 </requirements>
   <description>Randomly sample sites from VCF dataset</description>
   <command>
@@ -36,7 +36,7 @@
     </tests>
   <help>
 
-Randomly sample sites from an input VCF file. Scale the sampling probability by the field specified by --scale-by (see advanced controls).  This may be
+Randomly sample sites from an input VCF dataset. Scale the sampling probability by the field specified by --scale-by (see advanced controls).  This may be
 used to provide uniform sampling across allele frequencies, for instance (AF field in this case).
 
 Options::