# HG changeset patch # User brigidar # Date 1445302037 14400 # Node ID 28c130b826a3fff206addffa37e06048b25fe5ce Uploaded diff -r 000000000000 -r 28c130b826a3 getfasta.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/getfasta.xml Mon Oct 19 20:47:17 2015 -0400 @@ -0,0 +1,46 @@ + + + + + + + bedTofasta + + + + bedtools getfasta -fi '$input' -bed '$bedfile' -fo output.out + + + + + + + + + + + + + + **What it does** + + This tool converts a BED file into extracted fasta regions. + + + .. class:: warningmark + + This tool requires that `bedtools`__ has been installed on your system. + + ------ + + This tool is part of the `bedtools package`__ from the `Quinlan laboratory`__. If you use this tool, please cite `Quinlan AR, and Hall I.M. BEDTools: A flexible framework for comparing genomic features. Bioinformatics, 2010, 26, 6.`__ + + .. __: http://code.google.com/p/bedtools/ + .. __: http://code.google.com/p/bedtools/ + .. __: http://cphg.virginia.edu/quinlan/ + .. __: http://bioinformatics.oxfordjournals.org/content/26/6/841.short + + + + + \ No newline at end of file