<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to default</title><link>https://sourceforge.net/p/bamformatics/wiki/default/</link><description>Recent changes to default</description><atom:link href="https://sourceforge.net/p/bamformatics/wiki/default/feed" rel="self"/><language>en</language><lastBuildDate>Tue, 05 Mar 2013 21:14:21 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/bamformatics/wiki/default/feed" rel="self" type="application/rss+xml"/><item><title>WikiPage default modified by Tomasz</title><link>https://sourceforge.net/p/bamformatics/wiki/default/</link><description>&lt;div class="markdown_content"&gt;&lt;h2 id="common-options"&gt;Common options&lt;/h2&gt;
&lt;p&gt;One of the advantages of the Bamformatics toolkit is that its individual programs accept a common set of options, for which default values can be set. This is valuable as it enables the bioinformatician to execute steps in a long workflow in a consistent manner. It also facilitates manual or exploratory execution of customized data processing on the command-line.&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;h4 id="setting-default-values"&gt;Setting default values&lt;/h4&gt;
&lt;p&gt;All the available common options and their associated default values can be accessed via the command&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span class="n"&gt;java&lt;/span&gt; &lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="n"&gt;jar&lt;/span&gt; &lt;span class="n"&gt;Bamformatics&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;jar&lt;/span&gt; &lt;span class="n"&gt;defaults&lt;/span&gt; –&lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="n"&gt;show&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;


&lt;p&gt;To change the default value for any of the options, use for example&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span class="n"&gt;java&lt;/span&gt; &lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="n"&gt;jar&lt;/span&gt; &lt;span class="n"&gt;Bamformatics&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;jar&lt;/span&gt; &lt;span class="n"&gt;defaults&lt;/span&gt; &lt;span class="o"&gt;--&lt;/span&gt;&lt;span class="n"&gt;genome&lt;/span&gt; &lt;span class="o"&gt;/&lt;/span&gt;&lt;span class="n"&gt;path&lt;/span&gt;&lt;span class="o"&gt;/&lt;/span&gt;&lt;span class="n"&gt;to&lt;/span&gt;&lt;span class="o"&gt;/&lt;/span&gt;&lt;span class="n"&gt;genome&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;fa&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;


&lt;p&gt;To restore the hard-coded defaults, use &lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span class="n"&gt;java&lt;/span&gt; &lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="n"&gt;jar&lt;/span&gt; &lt;span class="n"&gt;Bamformatics&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;jar&lt;/span&gt; &lt;span class="n"&gt;defaults&lt;/span&gt; &lt;span class="o"&gt;--&lt;/span&gt;&lt;span class="n"&gt;reset&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;


&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;h4 id="meaning"&gt;Meaning&lt;/h4&gt;
&lt;p&gt;Below is an synopsis of each of the options. In parenthesis are the programs that use the option.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;genome&lt;/em&gt; - path to a reference genome (variants)&lt;/p&gt;
&lt;p&gt;&lt;em&gt;minallelic&lt;/em&gt; – a fraction between 0 and 1 - minimum proportion of alternative bases at a locus required to call a variant (variants)&lt;/p&gt;
&lt;p&gt;&lt;em&gt;minbasequal&lt;/em&gt; – ASCII character - minimum base quality value to considered a base in analysis (variants, tracks)&lt;/p&gt;
&lt;p&gt;&lt;em&gt;mindepth&lt;/em&gt; – non-negative integer - minimum number of reads with an alternative base at a locus required to call a variant (variants)&lt;/p&gt;
&lt;p&gt;&lt;em&gt;minfromstart&lt;/em&gt; - non-negative integer - number of the bases at 5prime end of read to exclude from analysis (variants, tracks)&lt;/p&gt;
&lt;p&gt;&lt;em&gt;minfromend&lt;/em&gt; – non-negative integer - number of the bases at 3prime end of read to exclude from analysis (variants, tracks)&lt;/p&gt;
&lt;p&gt;&lt;em&gt;minmapqual&lt;/em&gt; – non-negative integer - minimum mapping quality for a read to be included in analysis (variants, tracks)&lt;/p&gt;
&lt;p&gt;&lt;em&gt;minscore&lt;/em&gt; – non-negative value - minimum threshold score required to call a variant (variants)&lt;/p&gt;
&lt;p&gt;&lt;em&gt;strandbias&lt;/em&gt; – value between 0 and 1 - threshold p-value for a strand bias Fisher-test (variants)&lt;/p&gt;
&lt;p&gt;&lt;em&gt;trim&lt;/em&gt; – true/false - whether or not to exclude homo-polymer chains at read start/end (variants, tracks)&lt;/p&gt;
&lt;p&gt;&lt;em&gt;trimQB&lt;/em&gt; – true/false, whether or not to exclude bases with base-quality 'B' at read start/end (variants, tracks)&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Tomasz</dc:creator><pubDate>Tue, 05 Mar 2013 21:14:21 -0000</pubDate><guid>https://sourceforge.net17b644143c45a32fcddd5d64055f3fe9b9732718</guid></item></channel></rss>