# HG changeset patch # User cshl-bsr # Date 1459279573 14400 # Node ID f98435398c1d0e0dddc09c5f304502f35642dadc # Parent b4ff32b63fcda45a090a5d0aa9a5d52b3ba4a3f0 Uploaded diff -r b4ff32b63fcd -r f98435398c1d BAMqc.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/BAMqc.xml Tue Mar 29 15:26:13 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 + + + +