# HG changeset patch # User danwiththeplan # Date 1315889498 14400 # Node ID 3e165049e517cbf0fba4f5d3d825ec2f30d16559 Uploaded diff -r 000000000000 -r 3e165049e517 GSnap.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GSnap.xml Tue Sep 13 00:51:38 2011 -0400 @@ -0,0 +1,102 @@ + + RNA aligner + + + GSnap.py + + #if $advanced_condition.advanced == 'True': + -t "$advanced_condition.threads" + -B "$advanced_condition.memkeep" + #else: + -t 4 + -B 4 + #end if + + -D "${filter(lambda x: str(x[0]) == str($reference), $__app__.tool_data_tables['GSnap_indexes'].get_fields())[0][-1]}" + + -A "$format" + -d "$reference" + "$input1" + "$input2" + > $output + + 2> $error + + + + gsnap + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +**What it does** + +BWA is a fast light-weighted tool that aligns relatively short sequences (queries) to a sequence database (large), such as the human reference genome. It is developed by Heng Li at the Sanger Insitute. Li H. and Durbin R. (2009) Fast and accurate short read alignment with Burrows-Wheeler transform. Bioinformatics, 25, 1754-60. + +------ + +**Know what you are doing** + +.. class:: warningmark + +There is no such thing (yet) as an automated gearshift in short read mapping. It is all like stick-shift driving in San Francisco. In other words = running this tool with default parameters will probably not give you meaningful results. A way to deal with this is to **understand** the parameters by carefully reading the `documentation`__ and experimenting. Fortunately, Galaxy makes experimenting easy. + + .. __: http://bio-bwa.sourceforge.net/ + +------ + +**Input formats** + +BWA accepts files in Sanger FASTQ format. Use the FASTQ Groomer to prepare your files. + + + +------ + +**Generated By**: + +LUMC Interface Generator (0.1) + +2011-09-13T04:45:57.634566Z + +**Based On**: + +RDF Definition of "GSnap" + +2011-08-29T12:07:31.688276Z + + + \ No newline at end of file