# HG changeset patch # User devteam # Date 1473969917 14400 # Node ID 03030ecd1961d01418519cffa2f52a6e0ced3c34 # Parent ad12ba1db0e493a869ebf03ed85d4efb871f82b7 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/vcflib/vcfrandomsample commit 0b9b6512272b82637c2f1e831367e89aed77ae79 diff -r ad12ba1db0e4 -r 03030ecd1961 macros.xml --- a/macros.xml Mon Nov 09 12:33:58 2015 -0500 +++ b/macros.xml Thu Sep 15 16:05:17 2016 -0400 @@ -1,7 +1,7 @@ - vcflib + vcflib @@ -10,6 +10,7 @@ + 1.0.0_rc1 diff -r ad12ba1db0e4 -r 03030ecd1961 tool_dependencies.xml --- a/tool_dependencies.xml Mon Nov 09 12:33:58 2015 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,6 +0,0 @@ - - - - - - diff -r ad12ba1db0e4 -r 03030ecd1961 vcfrandomsample.xml --- a/vcfrandomsample.xml Mon Nov 09 12:33:58 2015 -0500 +++ b/vcfrandomsample.xml Thu Sep 15 16:05:17 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@ + + +