<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Tracks</title><link>https://sourceforge.net/p/bamformatics/wiki/Tracks/</link><description>Recent changes to Tracks</description><atom:link href="https://sourceforge.net/p/bamformatics/wiki/Tracks/feed" rel="self"/><language>en</language><lastBuildDate>Sun, 04 Aug 2013 20:32:25 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/bamformatics/wiki/Tracks/feed" rel="self" type="application/rss+xml"/><item><title>Tracks modified by Tomasz</title><link>https://sourceforge.net/p/bamformatics/wiki/Tracks/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1 +1,29 @@
 ##Genomic Tracks##
+
+The Bamformatics toolkit can summarize alignment files by means of genomic tracks.
+
+
+&lt;br /&gt;
+####Coverage####
+
+Coverage tracks are a standard means to indicate the number of reads aligned on genomic regions. The tracks can be produced via the command
+
+   java -jar Bamformatics.jar tracks –-type coverage
+   --bam alignment.bam --output covdir 
+   options
+
+The output will be a new directory with one file per chromosome. Each track is a table in run-length encoded format. The first column shows the length (in base paits) of segment of constant coverage, the second column gives the coverage value on that segment.
+
+The last field in the command, *options*, refers to details/thresholds used during variant calling. These options can also be used here to obtain the exact coverage values used during variant calling (ignoring low mapping quality, low base qualities, bases from read starts and ends, and overlapping paired-end reads).
+
+*Note:* Default values for variant calling options are automatically used in calculation of coverage tracks. 
+
+*Comment:* The coverage tracks output by this program are in a format that can be processed by genomic track smoothing software, e.g. [Locsmoc](https://sourceforge.net/projects/locsmoc/ ).
+
+
+
+&lt;br /&gt;
+####Other tracks####
+
+The toolkit can also compute other types of tracks: entropy of reference/alternative base pairs in an alignment, and read start and read end locations. These tracks can be produced by changing the –-type option. See the command-line help menus for more information.
+
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Tomasz</dc:creator><pubDate>Sun, 04 Aug 2013 20:32:25 -0000</pubDate><guid>https://sourceforge.net51e17c9cf9dfa5b24bbfbf38496283d33500f29c</guid></item><item><title>WikiPage Tracks modified by Tomasz</title><link>https://sourceforge.net/p/bamformatics/wiki/Tracks/</link><description>&lt;div class="markdown_content"&gt;&lt;h2 id="genomic-tracks"&gt;Genomic Tracks&lt;/h2&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Tomasz</dc:creator><pubDate>Sun, 03 Mar 2013 22:02:42 -0000</pubDate><guid>https://sourceforge.net682e74f8d655485f0ecb7bd193d145380857c940</guid></item></channel></rss>