# HG changeset patch # User devteam # Date 1473969988 14400 # Node ID c035d96c5cbe9d3c12b6ac18755650ae64533f27 # Parent d9efe78424136f27b59318549b487194b9e8f2c3 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/vcflib/vcfrandomsample commit 0b9b6512272b82637c2f1e831367e89aed77ae79 diff -r d9efe7842413 -r c035d96c5cbe macros.xml --- a/macros.xml Thu Mar 19 14:44:16 2015 -0400 +++ b/macros.xml Thu Sep 15 16:06:28 2016 -0400 @@ -1,7 +1,7 @@ - vcflib + vcflib @@ -10,6 +10,7 @@ + 1.0.0_rc1 diff -r d9efe7842413 -r c035d96c5cbe tool_dependencies.xml --- a/tool_dependencies.xml Thu Mar 19 14:44:16 2015 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,6 +0,0 @@ - - - - - - diff -r d9efe7842413 -r c035d96c5cbe vcfrandomsample.xml --- a/vcfrandomsample.xml Thu Mar 19 14:44:16 2015 -0400 +++ b/vcfrandomsample.xml Thu Sep 15 16:06:28 2016 -0400 @@ -1,55 +1,55 @@ - - Randomly sample sites from VCF dataset - - macros.xml - - - - - - #if $adv_options.adv_options_selector == True: - vcfrandomsample -s "${adv_options.scale_by}" -p ${random_seed} -r ${rate} "${vcf_input}" > "${out_file1}" - #else: - vcfrandomsample -p ${random_seed} -r ${rate} "${vcf_input}" > "${out_file1}" - #end if - - - - - - - - - - - - - - - - - - - - - - - - - - -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:: - - -r, --rate RATE base sampling probability per locus - -s, --scale-by KEY scale sampling likelihood by this Float info field - -p, --random-seed N use this random seed - ----- - -Vcfrandomsample @IS_PART_OF_VCFLIB@ - - - + + Randomly sample sites from VCF dataset + + macros.xml + + + + + vcfrandomsample + #if $adv_options.adv_options_selector == "use_adv_controls": + -s "${adv_options.scale_by}" + #end if + -p ${random_seed} + -r ${rate} + "${vcf_input}" > "${out_file1}" + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +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). + +---- + +Vcfrandomsample @IS_PART_OF_VCFLIB@ + + +