Repository 'vcfrandomsample'
hg clone https://toolshed.g2.bx.psu.edu/repos/devteam/vcfrandomsample

Changeset 2:12b570dd0bc5 (2018-03-26)
Previous changeset 1:c035d96c5cbe (2016-09-15) Next changeset 3:6257ee3b50d3 (2020-01-23)
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/vcflib/vcfrandomsample commit c2af291b241e37e0a55adbc1fc72a9fa37d93582
modified:
vcfrandomsample.xml
b
diff -r c035d96c5cbe -r 12b570dd0bc5 vcfrandomsample.xml
--- a/vcfrandomsample.xml Thu Sep 15 16:06:28 2016 -0400
+++ b/vcfrandomsample.xml Mon Mar 26 12:28:36 2018 -0400
b
@@ -1,4 +1,4 @@
-<tool id="vcfrandomsample" name="VCFrandomSample:" version="@WRAPPER_VERSION@.0">
+<tool id="vcfrandomsample" name="VCFrandomSample:" version="@WRAPPER_VERSION@+galaxy0">
     <description>Randomly sample sites from VCF dataset</description>
     <macros>
         <import>macros.xml</import>
@@ -24,7 +24,7 @@
                 <option value="no">Don't use advanced options</option>
                 <option value="use_adv_controls">Use advanced options</option>
             </param>
-            <when value="" />
+            <when value="no" />
             <when value="use_adv_controls">
                 <param name="scale_by" type="text" value="AF" label="scale sampling likelihood by this INFO field" help="-s, --scale-by; this only works for Float info fields such as AF" />
             </when>
@@ -43,7 +43,6 @@
         </test>
     </tests>
     <help>
-
 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).