<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Home</title><link>https://sourceforge.net/p/fastqvizqual/wiki/Home/</link><description>Recent changes to Home</description><atom:link href="https://sourceforge.net/p/fastqvizqual/wiki/Home/feed" rel="self"/><language>en</language><lastBuildDate>Fri, 16 Sep 2011 07:28:48 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/fastqvizqual/wiki/Home/feed" rel="self" type="application/rss+xml"/><item><title>WikiPage Home modified by &lt;REDACTED&gt;</title><link>https://sourceforge.net/p/fastqvizqual/wiki/Home/</link><description>&lt;pre&gt;&lt;/pre&gt;</description><pubDate>Fri, 16 Sep 2011 07:28:48 -0000</pubDate><guid>https://sourceforge.netb750851415850f94c0466972c0a4f48b15ac8af7</guid></item><item><title>WikiPage Home modified by &lt;REDACTED&gt;</title><link>https://sourceforge.net/p/fastqvizqual/wiki/Home/</link><description>&lt;pre&gt;--- v8 
+++ v9 
@@ -3,7 +3,7 @@
 
 **Use**:
 
-&gt; python tile_visual_quality.py fastq_file_name image_output_name [--ngrid int --tile int --base int --encoding str]
+&gt; python tile_visual_quality.py fastq_file_name image_output_name \[--ngrid int --tile int --base int --encoding str\]
 
 1. options in [] are optional, --ngrid controls the resolution, --tile selects the tile to be plotted, --base selects the base position for which the score is calculated, range from 0 to k-1, where the read length is k
 
&lt;/pre&gt;</description><pubDate>Fri, 16 Sep 2011 07:25:00 -0000</pubDate><guid>https://sourceforge.netaae62f445fac1307778db311b02800b3f750b94d</guid></item><item><title>WikiPage Home modified by &lt;REDACTED&gt;</title><link>https://sourceforge.net/p/fastqvizqual/wiki/Home/</link><description>&lt;pre&gt;--- v7 
+++ v8 
@@ -9,7 +9,7 @@
 
 2. default ngrid is 500, default tile is all
 
-3. if no base position is specified, the median of the score across all [36] bases is used for every read
+3. if no base position is specified, the median of the score across all (ex: 36) bases is used for every read
 
 4. encoding type: 'sanger', 'illumina1.0' or 'illumina1.3', default is 'illumina1.3'
 
&lt;/pre&gt;</description><pubDate>Fri, 16 Sep 2011 07:21:27 -0000</pubDate><guid>https://sourceforge.net48b88250fafbc9b4a2624ab2889d3f71607f6dd9</guid></item><item><title>WikiPage Home modified by &lt;REDACTED&gt;</title><link>https://sourceforge.net/p/fastqvizqual/wiki/Home/</link><description>&lt;pre&gt;--- v6 
+++ v7 
@@ -13,11 +13,11 @@
 
 4. encoding type: 'sanger', 'illumina1.0' or 'illumina1.3', default is 'illumina1.3'
 
-5. Example:
-
+5. Requires python packages argparse, sys, matplotlib, numpy
+
+**Example**:
+
 &gt; python tile_visual_quality.py data.fastq tile.png --ngrid 500 --tile 10 --base 5 --encoding 'illumina1.3'
-
-6. Requires python packages argparse, sys, matplotlib, numpy
 
 
 **Links**:
&lt;/pre&gt;</description><pubDate>Fri, 16 Sep 2011 07:20:45 -0000</pubDate><guid>https://sourceforge.net659a90e7d34ca26b2b2568085b1980b37ee55125</guid></item><item><title>WikiPage Home modified by &lt;REDACTED&gt;</title><link>https://sourceforge.net/p/fastqvizqual/wiki/Home/</link><description>&lt;pre&gt;&lt;/pre&gt;</description><pubDate>Fri, 16 Sep 2011 07:20:03 -0000</pubDate><guid>https://sourceforge.netb56d0cfaf8eb80ceb0d6666ac998ce70beb8f70c</guid></item><item><title>WikiPage Home modified by &lt;REDACTED&gt;</title><link>https://sourceforge.net/p/fastqvizqual/wiki/Home/</link><description>&lt;pre&gt;--- v4 
+++ v5 
@@ -1,25 +1,26 @@
 - Plot the quality scores of reads in a tile as color-coded pixels in 2D
 - Read tile numbers, coordinates and scores from a regular fastq file format
 
-Use:
+**Use**:
+
 &gt; python tile_visual_quality.py fastq_file_name image_output_name [--ngrid int --tile int --base int --encoding str]
 
 1. options in [] are optional, --ngrid controls the resolution, --tile selects the tile to be plotted, --base selects the base position for which the score is calculated, range from 0 to k-1, where the read length is k
 
 2. default ngrid is 500, default tile is all
 
 3. if no base position is specified, the median of the score across all [36] bases is used for every read
 
 4. encoding type: 'sanger', 'illumina1.0' or 'illumina1.3', default is 'illumina1.3'
 
 5. Example:
 
 &gt; python tile_visual_quality.py data.fastq tile.png --ngrid 500 --tile 10 --base 5 --encoding 'illumina1.3'
 
 6. Requires python packages argparse, sys, matplotlib, numpy
 
 
-Links:
+**Links**:
 
 [FASTQ format](http://en.wikipedia.org/wiki/FASTQ_format)
 [Score encoding](http://en.wikipedia.org/wiki/FASTQ_format#Variations)
&lt;/pre&gt;</description><pubDate>Fri, 16 Sep 2011 07:19:40 -0000</pubDate><guid>https://sourceforge.nete67bce9f1e0fa9a3c900089a7bd26457c27e9790</guid></item><item><title>WikiPage Home modified by &lt;REDACTED&gt;</title><link>https://sourceforge.net/p/fastqvizqual/wiki/Home/</link><description>&lt;pre&gt;--- v3 
+++ v4 
@@ -2,18 +2,19 @@
 - Read tile numbers, coordinates and scores from a regular fastq file format
 
 Use:
-&gt;&gt; python tile_visual_quality.py fastq_file_name image_output_name [--ngrid int --tile int --base int --encoding str]
-
+&gt; python tile_visual_quality.py fastq_file_name image_output_name [--ngrid int --tile int --base int --encoding str]
+
 1. options in [] are optional, --ngrid controls the resolution, --tile selects the tile to be plotted, --base selects the base position for which the score is calculated, range from 0 to k-1, where the read length is k
 
 2. default ngrid is 500, default tile is all
 
 3. if no base position is specified, the median of the score across all [36] bases is used for every read
 
 4. encoding type: 'sanger', 'illumina1.0' or 'illumina1.3', default is 'illumina1.3'
 
 5. Example:
-&gt;&gt; python tile_visual_quality.py data.fastq tile.png --ngrid 500 --tile 10 --base 5 --encoding 'illumina1.3'
+
+&gt; python tile_visual_quality.py data.fastq tile.png --ngrid 500 --tile 10 --base 5 --encoding 'illumina1.3'
 
 6. Requires python packages argparse, sys, matplotlib, numpy
 
&lt;/pre&gt;</description><pubDate>Fri, 16 Sep 2011 07:16:49 -0000</pubDate><guid>https://sourceforge.neta1b6ad54c35063d7669075112eee8463f5023bf7</guid></item><item><title>WikiPage Home modified by &lt;REDACTED&gt;</title><link>https://sourceforge.net/p/fastqvizqual/wiki/Home/</link><description>&lt;pre&gt;--- v2 
+++ v3 
@@ -3,6 +3,7 @@
 
 Use:
 &gt;&gt; python tile_visual_quality.py fastq_file_name image_output_name [--ngrid int --tile int --base int --encoding str]
+
 1. options in [] are optional, --ngrid controls the resolution, --tile selects the tile to be plotted, --base selects the base position for which the score is calculated, range from 0 to k-1, where the read length is k
 
 2. default ngrid is 500, default tile is all
&lt;/pre&gt;</description><pubDate>Fri, 16 Sep 2011 07:16:11 -0000</pubDate><guid>https://sourceforge.netaad226617d506f29154524c96e7b8a216223aa4d</guid></item><item><title>WikiPage Home modified by &lt;REDACTED&gt;</title><link>https://sourceforge.net/p/fastqvizqual/wiki/Home/</link><description>&lt;pre&gt;--- v1 
+++ v2 
@@ -1,5 +1,23 @@
-Welcome to your wiki!
-
-This is the default page, edit it as you see fit. To add a page simply reference it within brackets, e.g.: [SamplePage].
-
-The wiki uses [Markdown](/p/fastqvizqual/wiki/markdown_syntax/) syntax.
+- Plot the quality scores of reads in a tile as color-coded pixels in 2D
+- Read tile numbers, coordinates and scores from a regular fastq file format
+
+Use:
+&gt;&gt; python tile_visual_quality.py fastq_file_name image_output_name [--ngrid int --tile int --base int --encoding str]
+1. options in [] are optional, --ngrid controls the resolution, --tile selects the tile to be plotted, --base selects the base position for which the score is calculated, range from 0 to k-1, where the read length is k
+
+2. default ngrid is 500, default tile is all
+
+3. if no base position is specified, the median of the score across all [36] bases is used for every read
+
+4. encoding type: 'sanger', 'illumina1.0' or 'illumina1.3', default is 'illumina1.3'
+
+5. Example:
+&gt;&gt; python tile_visual_quality.py data.fastq tile.png --ngrid 500 --tile 10 --base 5 --encoding 'illumina1.3'
+
+6. Requires python packages argparse, sys, matplotlib, numpy
+
+
+Links:
+
+[FASTQ format](http://en.wikipedia.org/wiki/FASTQ_format)
+[Score encoding](http://en.wikipedia.org/wiki/FASTQ_format#Variations)
&lt;/pre&gt;</description><pubDate>Fri, 16 Sep 2011 07:15:08 -0000</pubDate><guid>https://sourceforge.netd1ff00997727faa2639bd635d6f5b7805c5f73d9</guid></item><item><title>WikiPage Home modified by &lt;REDACTED&gt;</title><link>https://sourceforge.net/p/fastqvizqual/wiki/Home/</link><description>Welcome to your wiki!

This is the default page, edit it as you see fit. To add a page simply reference it within brackets, e.g.: [SamplePage].

The wiki uses [Markdown](/p/fastqvizqual/wiki/markdown_syntax/) syntax.
</description><pubDate>Fri, 16 Sep 2011 05:44:33 -0000</pubDate><guid>https://sourceforge.netf39f49fcaa39fadfeab17ef69c17ad6c7e1c8e05</guid></item></channel></rss>