# HG changeset patch # User cshl-bsr # Date 1459354476 14400 # Node ID bee9673b8f46f2376de66e87d3a21ac19e02d8df # Parent 5bfcc6c131edfbb567b87c39beb6d8a65406f2f6 Uploaded diff -r 5bfcc6c131ed -r bee9673b8f46 BAMqc.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/BAMqc.xml Wed Mar 30 12:14:36 2016 -0400 @@ -0,0 +1,109 @@ + + + + performs QC on BAM files for gene abundances and sample correlation + + + + BAMqc + samtools + R + + + + + BAMqc.sh + + -r '${refdb}' + + -f '${attrID}' + + -R '${rRNAdb}' + + -s '$stranded' + + -o "$output" + + #set $core = len($files) + + -p $core + + #if str($cond_adv_options.adv_options) == 'yes': + -q '$cond_adv_options.mapq' + #end if + + #for $file in $files + '$file.input' + '$file.input.tag' + #end for + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +**What it does** + +This tool takes the mapping results from RNA-Seq libraries (BAM), and performs rapid gene abundance quantification. If multiple files are provided, it will calculate and display correlation between each sample. + +----- + +The Galaxy wrapper for this tool is written by the `Cold Spring Harbor Laboratory`_ `Bioinformatics Shared Resources`_. + +ezBAMQC_ is written by the `Molly Hammell Laboratory`_ and the `Bioinformatics Shared Resources`_ at CSHL_. + +.. _CSHL: `Cold Spring Harbor Laboratory`_ +.. _ezBAMQC: http://hammelllab.labsites.cshl.edu/software#ezBAMQC +.. _`Molly Hammell Laboratory`: http://hammelllab.labsites.cshl.edu/ +.. _`Cold Spring Harbor Laboratory`: http://www.cshl.edu/ +.. _`Bioinformatics Shared Resources`: http://bioinfo.cshl.edu/index.html + + + +