<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to UseTuque</title><link>https://sourceforge.net/p/tuque/wiki/UseTuque/</link><description>Recent changes to UseTuque</description><atom:link href="https://sourceforge.net/p/tuque/wiki/UseTuque/feed" rel="self"/><language>en</language><lastBuildDate>Wed, 10 Apr 2013 17:27:41 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/tuque/wiki/UseTuque/feed" rel="self" type="application/rss+xml"/><item><title>UseTuque modified by Ian Reid</title><link>https://sourceforge.net/p/tuque/wiki/UseTuque/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -13,8 +13,7 @@
                -m The maximum amount of RAM to use, in bytes \[10000000000\]
                -o Path to a directory where output should be written \[Genome/RNA-Seq\]. It will be created if it does
                   not exist.
-               -n The number of input reads files \[1\]; if n &gt; 1 these files should be named
-                  Reads_filename.1 through Reads_filename.n
+               -n The number of input reads files \[1\]; if n &gt; 1 these files should be named Reads_filename.1 through Reads_filename.n

 Only the genome filename and the reads filename need to be specified; the other parameters have reasonable default
 values.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ian Reid</dc:creator><pubDate>Wed, 10 Apr 2013 17:27:41 -0000</pubDate><guid>https://sourceforge.netd5f5d8c21ce014a6401dca37a31415ec2aae7311</guid></item><item><title>UseTuque modified by Ian Reid</title><link>https://sourceforge.net/p/tuque/wiki/UseTuque/</link><description>&lt;div class="markdown_content"&gt;&lt;h1 id="running-the-programs"&gt;Running the programs&lt;/h1&gt;
&lt;h2 id="tuquesplice"&gt;tuqueSplice&lt;/h2&gt;
&lt;p&gt;tuqueSplice will find the splice junctions in a set of RNA-Seq reads and map the reads to a genome.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Command line:&lt;/strong&gt;  tuqueSplice -g Genome_sequence_filename [-j Predicted.juncs] [-m Memory limit] [-o Output directory] [-n Number of input files] [-c Config file path] Reads_filename&lt;br /&gt;
              Parameters:&lt;br /&gt;
                -c Path to configuration file [tuque/tuque.cfg]&lt;br /&gt;
                -g The name of a fasta file containing the genome sequence to be mapped against. Required.&lt;br /&gt;
                -j Name of a file containing predicted splice junctions in .juncs format [None]&lt;br /&gt;
                -m The maximum amount of RAM to use, in bytes [10000000000]&lt;br /&gt;
                -o Path to a directory where output should be written [Genome/RNA-Seq]. It will be created if it does&lt;br /&gt;
                   not exist.&lt;br /&gt;
                -n The number of input reads files [1]; if n &amp;gt; 1 these files should be named&lt;br /&gt;
                   Reads_filename.1 through Reads_filename.n&lt;/p&gt;
&lt;p&gt;Only the genome filename and the reads filename need to be specified; the other parameters have reasonable default&lt;br /&gt;
values.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Outputs:&lt;/strong&gt;&lt;br /&gt;
  Filtered splice junction locations in classified.juncs&lt;br /&gt;
  Read mappings in tuque_hits.bam&lt;br /&gt;
  Coverage depths in tuque.coverage.wig.gz&lt;br /&gt;
  tuqueSplice.log contains a complete record of the run and bowtie.log contains read mapping statistics.&lt;/p&gt;
&lt;h2 id="tuquesplice_ps"&gt;tuqueSplice_ps&lt;/h2&gt;
&lt;p&gt;tuqueSplice_ps is a variant of tuqueSplice that is more efficient in genomes with numerous small scaffolds or contigs.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Command line:&lt;/strong&gt; tuqueSplice -g Genome_sequence_filename [-j Predicted.juncs] [-m Memory limit] [-o Output directory] [-n Number of input files] [-c Config file path] Reads_filename&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Outputs:&lt;/strong&gt; Same as tuqueSplice&lt;/p&gt;
&lt;h2 id="tuqueindex"&gt;tuqueIndex&lt;/h2&gt;
&lt;p&gt;tuqueIndex will prepare a Bowtie index including spliced sequences suitable for use with tuqueMap&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Command line:&lt;/strong&gt; tuqueIndex Genome_sequence_filename Read_length Splice_junctions.juncs Index_name_stem&lt;br /&gt;
&lt;strong&gt;Outputs:&lt;/strong&gt; A set of Bowtie index files&lt;/p&gt;
&lt;h2 id="tuquemap"&gt;tuqueMap&lt;/h2&gt;
&lt;p&gt;tuqueMap will map a set of RNA-Seq reads to a genome using known splice junctions&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Command line:&lt;/strong&gt; tuqueMap [Options] bowtie_index Output_directory Reads_filename&lt;br /&gt;
    Options:&lt;br /&gt;
        -e The maximum sum of Phred quality values at all mismatched read positions [70]&lt;br /&gt;
        -h The maximum number of hits allowed for one read [25]&lt;br /&gt;
        -m The maximum amount of RAM to use, in bytes [10000000000]&lt;br /&gt;
        -n The maximum number of mismatches allowed in the first 28 bases of the read [3]&lt;br /&gt;
        -p The maximum number of processes to use [1].&lt;br /&gt;
        -c Path to configuration file [tuque/tuque.cfg]&lt;br /&gt;
        -a Path to .bam file containing Already-mapped reads [None]&lt;br /&gt;
        -u Keep uncompressed intermediate files&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Outputs:&lt;/strong&gt;&lt;br /&gt;
  Read mappings in tuque_hits.bam&lt;br /&gt;
  Coverage depths in tuque.coverage.wig.gz&lt;br /&gt;
  bowtie.log contains read mapping statistics.&lt;/p&gt;
&lt;h2 id="tuquecount"&gt;tuqueCount&lt;/h2&gt;
&lt;p&gt;tuqueCount will count the reads mapping inside annotated sequence features in a set of BAM files.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Command line:&lt;/strong&gt; tuqueCount -g Annotation file [-o Output filename] [-c Config file path] Mapped reads filenames&lt;br /&gt;
     Options:&lt;br /&gt;
        -c Path to configuration file [tuque/tuque.cfg]&lt;br /&gt;
        -g The name of a GFF3 file containing the gene features to be counted. Required.&lt;br /&gt;
        -o Path to a file where output should be written [counts.txt].&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Output:&lt;/strong&gt; The output file is plain text with tab-delimited columns containing two sections. The first section has read counts as its data values and the second section has FPKM values. Each section contains a header line followed by a line for each sequence feature. Each line contains the feature ID, then its length, and then the data value for each input BAM file.&lt;br /&gt;
        This file can be imported by most spreadsheet programs.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ian Reid</dc:creator><pubDate>Wed, 10 Apr 2013 17:00:04 -0000</pubDate><guid>https://sourceforge.net245484a9142b68349a78f3ab62c70f9bcd459d2e</guid></item></channel></rss>