# HG changeset patch # User drosofff # Date 1403510141 14400 # Node ID 67610b7c0a408ec7c5cfeeace62a091b1f5dd9eb Uploaded diff -r 000000000000 -r 67610b7c0a40 sRbowtieParser.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sRbowtieParser.xml Mon Jun 23 03:55:41 2014 -0400 @@ -0,0 +1,67 @@ + + + bowtie-inspect + + + sRbowtieParser.py + #if $refGenomeSource.genomeSource == "history": + $refGenomeSource.ownFile ## index source + --do_not_extract_index + #else: + #silent reference= filter( lambda x: str( x[0] ) == str( $input_list.dbkey ), $__app__.tool_data_tables[ 'bowtie_indexes' ].get_fields() )[0][-1] + $reference ## index source + --extract_index + #end if + $output + $polarity + #for $i in $refGenomeSource.input_list + $i $i.ext "$i.name" + #end for + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +**What it does** + +Parses read counts from one or several sRBowtie alignments (in tabular, Sam or Bam format). + +Here a bowtie match done against an index composed of a set of items is parsed and expressed as a hit list of the corresponding items + +Sense, antisense or both sense and antisense alignments can be counted + +The library labels are infered from the input dataset names in the galaxy history. + +**It is thus essential that input datasets are appropriately renamed** + +**it is preferable that you do not put any space in this input dataset names. You may edit these names in the history** + + + + + +