# HG changeset patch # User gdroc # Date 1473073783 14400 # Node ID dabf0a44251ac234f370e502d3def57a4e4da4cc # Parent 75d479c7b38a6a16822edd6de054beaf7c4ff9c5 Uploaded diff -r 75d479c7b38a -r dabf0a44251a rave.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/rave.xml Mon Sep 05 07:09:43 2016 -0400 @@ -0,0 +1,157 @@ + + - Rapid Allelic Variant Extractor + + + + perl + plink + + + + + + ./rave.pl + --tool_directory $__tool_directory__ + --bfile ${plinkdb.fields.path} + #if $filter_var.subpopulation == 'yes': + --keep ${filter_var.population_select.fields.path} + #end if + #if $filter_individuals.individual == 'file': + --keep ${filter_individuals.variety_file} + #else if $filter_individuals.individual == 'list': + --variety_list "${filter_individuals.variety_list}" + #end if + #if $filter_loc.location == 'file': + --extract range ${filter_loc.location_file} + #else if $filter_loc.location == 'list': + --location_list "${filter_loc.location_list}" + #end if + #if $filter_locus.locus == 'file': + --extract range ${filter_locus.locus_file} + #else if $filter_locus.locus == 'list': + --locus_list "${filter_locus.locus_list}" + #end if + --maf $maf + --output_format $output_format + --out $plink_output + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +========== + Overview +========== + +**PLINK Overview** + +PLINK2 +Majority of information in this page is derived from an excellent PLINK_ manual written by Shaun Purcell, Christopher Chang. + +.. _PLINK: https://www.cog-genomics.org/plink2 + +**Input formats** + +Plink binary file (bed/bim/fam) + +Example : Plink binary for High Density Rice Array (HDRA, 700k SNPs, McCouch SR et al. Nat Commun 7, 10532) + +See Plink genotype data bundle available at https://ricediversity.org/data/ + +----- + +.. class:: infomark + +**Galaxy integration** Droc Gaetan (CIRAD), Ruiz Manuel (CIRAD). + +.. class:: infomark + +**Support** For any questions about Galaxy integration, please send an e-mail to southgreen@cirad.fr + +.. class:: infomark + +**Program encapsulated in Galaxy by South Green** + + + + 10.1186/s13742-015-0047-8 + 10.1086/519795 + + +