# HG changeset patch # User joachim-jacob # Date 1360662647 18000 # Node ID 9537dd9dd18b240c262952ff36f2003842e6157a # Parent 934cd08c77af0beec15b06b79cf06ee0bc0cf8c5 Uploaded diff -r 934cd08c77af -r 9537dd9dd18b bamqc.xml --- a/bamqc.xml Tue Feb 12 04:48:36 2013 -0500 +++ b/bamqc.xml Tue Feb 12 04:50:47 2013 -0500 @@ -69,170 +69,17 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - **Tool Overview** -Tool_ allows for simply but throroughly checking of the quality of mapping. +Bamqc_ allows for simply but throroughly checking of the quality of mapping. -.. _Tool: http://qualimap.bioinfo.cipf.es// +.. _Bamqc: http://qualimap.bioinfo.cipf.es// ------ -**Know what you are doing** - -.. class:: warningmark - -Know what you are doing by reading the `documentation`__ and experimenting. - -.. __: http://tophat.cbcb.umd.edu/manual.html - ------- - -**Input formats** - -Tool accepts files in Sanger FASTQ format. Use the FASTQ Groomer to prepare your files. - ------- - -**Outputs** - -Tool produces two output files: - -- junctions -- A UCSC BED_ track of junctions reported by TopHat. Each junction consists of two connected BED blocks, where each block is as long as the maximal overhang of any read spanning the junction. The score is the number of alignments spanning the junction. -- accepted_hits -- A list of read alignments in BAM_ format. - -.. _BED: http://genome.ucsc.edu/FAQ/FAQformat.html#format1 -.. _BAM: http://samtools.sourceforge.net/ - -Two other possible outputs, depending on the options you choose, are insertions and deletions, both of which are in BED format. - -------- - -**Tool settings** - -All of the options have a default value. You can change any of them. Some of the options in Tophat have been implemented here. - ------- - -**Tool parameter list** - -This is a list of implemented Tophat options:: - - -r This is the expected (mean) inner distance between mate pairs. For, example, for paired end runs with fragments - selected at 300bp, where each end is 50bp, you should set -r to be 200. There is no default, and this parameter - is required for paired end runs. -