<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://stab.st-andrews.ac.uk/wiki/index.php?action=history&amp;feed=atom&amp;title=BamQC</id>
		<title>BamQC - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://stab.st-andrews.ac.uk/wiki/index.php?action=history&amp;feed=atom&amp;title=BamQC"/>
		<link rel="alternate" type="text/html" href="http://stab.st-andrews.ac.uk/wiki/index.php?title=BamQC&amp;action=history"/>
		<updated>2026-06-18T01:41:45Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.30.0</generator>

	<entry>
		<id>http://stab.st-andrews.ac.uk/wiki/index.php?title=BamQC&amp;diff=407&amp;oldid=prev</id>
		<title>Rf: Created page with &quot;= Introduction =  From S. Andrews&#039; lab, who also produce FastQC  = Helpfile output =           BamQC - A high throughput mapped sequence QC analysis tool    SYNOPSIS        ba...&quot;</title>
		<link rel="alternate" type="text/html" href="http://stab.st-andrews.ac.uk/wiki/index.php?title=BamQC&amp;diff=407&amp;oldid=prev"/>
				<updated>2016-06-23T14:45:52Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;= Introduction =  From S. Andrews&amp;#039; lab, who also produce FastQC  = Helpfile output =           BamQC - A high throughput mapped sequence QC analysis tool    SYNOPSIS        ba...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;= Introduction =&lt;br /&gt;
&lt;br /&gt;
From S. Andrews&amp;#039; lab, who also produce FastQC&lt;br /&gt;
&lt;br /&gt;
= Helpfile output =&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
        BamQC - A high throughput mapped sequence QC analysis tool&lt;br /&gt;
 &lt;br /&gt;
 SYNOPSIS&lt;br /&gt;
 &lt;br /&gt;
     bamqc bamfile1 .. bamfileN | &amp;lt;folder containing SAM/BAM mapped files&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
     bamqc [-o output dir] [--(no)extract] [-f file.gtf]&lt;br /&gt;
            bamfile1 .. bamfileN | &amp;lt;folder containing SAM/BAM mapped files&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
     bamqc [-o output dir] [--(no)extract] [-g genome_dir]&lt;br /&gt;
            bamfile1 .. bamfileN | &amp;lt;folder containing SAM/BAM mapped files&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
     bamqc [-o output dir] [--(no)extract] [-p species -e assembly]&lt;br /&gt;
            bamfile1 .. bamfileN | &amp;lt;folder containing SAM/BAM mapped files&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
 DESCRIPTION&lt;br /&gt;
 &lt;br /&gt;
     BamQC reads a set of mapped BAM files and produces from each one a quality&lt;br /&gt;
     control report consisting of a number of different modules, each one of&lt;br /&gt;
     which will help to identify a different potential type of problem in your&lt;br /&gt;
     data.&lt;br /&gt;
 &lt;br /&gt;
     If no files to process are specified on the command line then the program&lt;br /&gt;
     will start as an interactive graphical application.  If files are provided&lt;br /&gt;
     on the command line then the program will run with no user interaction&lt;br /&gt;
     required.  In this mode it is suitable for inclusion into a standardised&lt;br /&gt;
     analysis pipeline.&lt;br /&gt;
 &lt;br /&gt;
     The options for the program as as follows:&lt;br /&gt;
 &lt;br /&gt;
     -f --gff        Use a specified annotation file as annotation set&lt;br /&gt;
 &lt;br /&gt;
     -g --genome     The directory containing species/assembly to use. If the&lt;br /&gt;
                     couple species assembly does not exist, BamQC will try to&lt;br /&gt;
                     download it.&lt;br /&gt;
 &lt;br /&gt;
     -s --species    The genome species to use. If the couple species assembly&lt;br /&gt;
                     does not exist, BamQC will try to download it.&lt;br /&gt;
 &lt;br /&gt;
     -a --assembly   The genome assembly associated to the species to use.&lt;br /&gt;
                     If the couple species assembly does not exist, BamQC&lt;br /&gt;
                     will try to download it.&lt;br /&gt;
 &lt;br /&gt;
     -b --available [Pattern] List the genomes available on the Babraham Server&lt;br /&gt;
                                 which are filtered using the string Pattern if this is provided.&lt;br /&gt;
                                 This string is considered as a substring in the pattern matching.&lt;br /&gt;
                                 For instance, the pattern=m?s will retrieve mus, mis, musculus,&lt;br /&gt;
                                 humus. Therefore its behaviour is equivalent to *m?s*.&lt;br /&gt;
 &lt;br /&gt;
     -e --saved      List the saved genomes&lt;br /&gt;
 &lt;br /&gt;
     -h --help       Print this help file and exit&lt;br /&gt;
 &lt;br /&gt;
     -v --version    Print the version of the program and exit&lt;br /&gt;
 &lt;br /&gt;
     -o --outdir     Create all output files in the specified output directory.&lt;br /&gt;
                     Please note that this directory must exist as the program&lt;br /&gt;
                     will not create it.  If this option is not set then the&lt;br /&gt;
                     output file for each sequence file is created in the same&lt;br /&gt;
                     directory as the sequence file which was processed.&lt;br /&gt;
 &lt;br /&gt;
     --extract       If set then the zipped output file will be uncompressed in&lt;br /&gt;
                     the same directory after it has been created.  By default&lt;br /&gt;
                     this option will be set if bamqc is run in non-interactive&lt;br /&gt;
                     mode.&lt;br /&gt;
 &lt;br /&gt;
     -j --java       Provides the full path to the java binary you want to use to&lt;br /&gt;
                     launch bamqc. If not supplied then java is assumed to be in&lt;br /&gt;
                     your path.&lt;br /&gt;
 &lt;br /&gt;
     --noextract     Do not uncompress the output file after creating it.  You&lt;br /&gt;
                     should set this option if you do not wish to uncompress&lt;br /&gt;
                     the output when running in non-interactive mode.&lt;br /&gt;
 &lt;br /&gt;
     --nogroup       Disable grouping of bases for reads &amp;gt;50bp. All reports will&lt;br /&gt;
                     show data for every base in the read.  WARNING: Using this&lt;br /&gt;
                     option will cause bamqc to crash and burn if you use it on&lt;br /&gt;
                     really long reads, and your plots may end up a ridiculous size.&lt;br /&gt;
                     You have been warned!&lt;br /&gt;
 &lt;br /&gt;
     -t --threads    Specifies the number of files which can be processed&lt;br /&gt;
                     simultaneously.  Each thread will be allocated 250MB of&lt;br /&gt;
                     memory so you shouldn&amp;#039;t run more threads than your&lt;br /&gt;
                     available memory will cope with, and not more than&lt;br /&gt;
                     6 threads on a 32 bit machine&lt;br /&gt;
 &lt;br /&gt;
     -l --limits     Specifies a non-default file which contains a set of criteria&lt;br /&gt;
                     which will be used to determine the warn/error limits for the&lt;br /&gt;
                     various modules.  This file can also be used to selectively&lt;br /&gt;
                     remove some modules from the output all together.  The format&lt;br /&gt;
                     needs to mirror the default limits.txt file found in the&lt;br /&gt;
                     Configuration folder.&lt;br /&gt;
 &lt;br /&gt;
    -q --quiet       Supress all progress messages on stdout and only report errors.&lt;br /&gt;
 &lt;br /&gt;
    -d --dir         Selects a directory to be used for temporary files written when&lt;br /&gt;
                     generating report images. Defaults to system temp directory if&lt;br /&gt;
                     not specified.&lt;/div&gt;</summary>
		<author><name>Rf</name></author>	</entry>

	</feed>