<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to add</title><link>https://sourceforge.net/p/fastqfs/wiki/add/</link><description>Recent changes to add</description><atom:link href="https://sourceforge.net/p/fastqfs/wiki/add/feed" rel="self"/><language>en</language><lastBuildDate>Tue, 28 Jul 2015 10:53:03 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/fastqfs/wiki/add/feed" rel="self" type="application/rss+xml"/><item><title>add modified by RAHUL SHARMA</title><link>https://sourceforge.net/p/fastqfs/wiki/add/</link><description>&lt;div class="markdown_content"&gt;&lt;h3&gt;&lt;/h3&gt;
&lt;h3 id="generate-plots"&gt;Generate plots&lt;/h3&gt;
&lt;h3&gt;&lt;/h3&gt;
&lt;p&gt;perl FastQFS_V1.0.pl -plotting Yes -fw &amp;lt;Forward reads="" file=""&amp;gt; -rw &amp;lt;Reverse reads="" file=""&amp;gt; -prefix &amp;lt;Prefix for="" the="" output="" files=""&amp;gt; -sc &amp;lt;Scoring system="" used="" (33="" or="" 64)=""&amp;gt; -gsize &amp;lt;expected genome="" size="" in="" MBs=""&amp;gt; -l &amp;lt;Read length=""&amp;gt; &lt;/p&gt;
&lt;h3&gt;&lt;/h3&gt;
&lt;h3 id="perform-read-filtering"&gt;Perform read filtering&lt;/h3&gt;
&lt;h3&gt;&lt;/h3&gt;
&lt;p&gt;perl FastQFS_V1.0.pl -filtering Yes -fw &amp;lt;Forward reads="" file=""&amp;gt; -rw &amp;lt;Reverse reads="" file=""&amp;gt; -prefix &amp;lt;Prefix for="" the="" output="" files=""&amp;gt; -sc &amp;lt;Scoring system="" used="" (33="" or="" 64)=""&amp;gt; -mq &amp;lt;Base_quality_cutoff&amp;gt; -q &amp;lt;Average read="" quality="" threshold=""&amp;gt; -l &amp;lt;Length threshold=""&amp;gt; -plotting &amp;lt;Yes No=""&amp;gt; -gsize &amp;lt;expected genome="" size="" in="" MBs=""&amp;gt; &lt;/p&gt;
&lt;p&gt;OPTIONS:&lt;/p&gt;
&lt;h2 id="file-related-options"&gt;File related options&lt;/h2&gt;
&lt;p&gt;-fw         : File having the forward reads.&lt;br /&gt;
-rw         : File having the reverse reads.&lt;br /&gt;
-prefix     : Prefix for the output files (forward file, reverse file, single file and other log files).&lt;/p&gt;
&lt;h2 id="filtering-parameters-related-options"&gt;Filtering parameters related options&lt;/h2&gt;
&lt;p&gt;-sc         : Scores used for reads quality (33 - Sanger Phred+33, 64 - Solexa Solexa+64) &lt;span&gt;[Default: 33]&lt;/span&gt; &lt;br /&gt;
-mq         : Minimum quality threshold for a base to filter &lt;span&gt;[Default: 3]&lt;/span&gt;&lt;br /&gt;
-q          : Average quality threshold filter &lt;span&gt;[Default: 20]&lt;/span&gt;&lt;br /&gt;
-l          : Length threshold filter &lt;span&gt;[Default: 100]&lt;/span&gt;&lt;br /&gt;
-gsize      : Expected genome size in MBs to calculate reads coverage depth. &lt;/p&gt;
&lt;h2 id="general-options"&gt;General options&lt;/h2&gt;
&lt;p&gt;-plotting   : Plot length distribution table (Yes or No).&lt;br /&gt;
-filtering  : Perform the data filtering or not (Yes or No).&lt;br /&gt;
-h          : Help message.&lt;/p&gt;
&lt;h1 id="author-rahul-sharma-and-marco-thines"&gt;Author: Rahul Sharma and Marco Thines&lt;/h1&gt;
&lt;h1 id="institute-bik-f-senckenberg"&gt;Institute: Bik-F, Senckenberg.&lt;/h1&gt;
&lt;h1 id="date-12th-june-2014"&gt;Date: 12th, June, 2014&lt;/h1&gt;
&lt;h1 id="version-v10"&gt;Version: V1.0&lt;/h1&gt;
&lt;h1&gt;&lt;/h1&gt;
&lt;h1 id="description"&gt;Description:&lt;/h1&gt;
&lt;h1&gt;&lt;/h1&gt;
&lt;h1 id="this-script-to-helps-user-in-making-decisions-on-the-data-filtering-parameters-it-shows-reads-statistics"&gt;This script to helps user in making decisions on the data filtering parameters. It shows reads statistics&lt;/h1&gt;
&lt;h1 id="by-calculating-average-quality-length-and-minimum-quality-of-a-base-of-both-pairs-it-considers-average"&gt;by calculating average quality, length and minimum quality of a base of both pairs. It considers average&lt;/h1&gt;
&lt;h1 id="qualities-of-18-to-30-increment-of-4-and-minimum-base-quality-from-3-to-18-increment-of-5-and-lengths"&gt;qualities of 18 to 30 (increment of 4) and minimum base quality from 3 to 18 (increment of 5) and lengths&lt;/h1&gt;
&lt;h1 id="from-l-50-l-is-user-specified-length-with-the-increment-of-10-later-it-can-also-filter-out-the-reads"&gt;from L-50 (L is user-specified length) with the increment of 10. Later it can also filter out the reads&lt;/h1&gt;
&lt;h1 id="using-following-criteria"&gt;using following criteria:&lt;/h1&gt;
&lt;h1&gt;&lt;/h1&gt;
&lt;h1 id="1-reads-average-quality-cutoff"&gt;1). Reads average quality cutoff.&lt;/h1&gt;
&lt;h1 id="2-whole-read-will-be-discarded-if-one-of-the-base-is-having-quality-below"&gt;2). Whole read will be discarded if one of the base is having quality below&lt;/h1&gt;
&lt;h1 id="the-provided-quality-cutoff"&gt;the provided quality cutoff.&lt;/h1&gt;
&lt;h1 id="3-reads-which-are-shorter-than-the-provided-length-cutoffs"&gt;3). Reads which are shorter than the provided length cutoffs.&lt;/h1&gt;
&lt;h1 id="4-reads-which-are-having-ns"&gt;4). Reads which are having Ns.&lt;/h1&gt;
&lt;p&gt;Please cite using the following information:&lt;/p&gt;
&lt;p&gt;Sharma R, Thines M: FastQFS – A tool for evaluating and filtering paired-end sequencing data generated from high throughput sequencing. Mycological Progress 2015, 14(8).&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">RAHUL SHARMA</dc:creator><pubDate>Tue, 28 Jul 2015 10:53:03 -0000</pubDate><guid>https://sourceforge.net7323ab9c719f872464c154d5cc9e0f8c08785aff</guid></item></channel></rss>