<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Bowtie Configuration</title><link>https://sourceforge.net/p/tapdancebio/wiki/Bowtie%2520Configuration/</link><description>Recent changes to Bowtie Configuration</description><atom:link href="https://sourceforge.net/p/tapdancebio/wiki/Bowtie%20Configuration/feed" rel="self"/><language>en</language><lastBuildDate>Fri, 11 Nov 2011 21:56:42 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/tapdancebio/wiki/Bowtie%20Configuration/feed" rel="self" type="application/rss+xml"/><item><title>WikiPage Bowtie Configuration modified by Jesse Erdmann</title><link>https://sourceforge.net/p/tapdancebio/wiki/Bowtie%2520Configuration/</link><description>If bowtie is not on the path of the user(s) expected to run bowtie, the location of the executable may be configured as follows:

\# Specify the bowtie command to use, useful if you want to use a specific bowtie version not on the path 
\#  or would like special options.  For example, to quiet bowtie output. Defaults to 'bowtie' on user $PATH
$bowtie_exe = '/my/bowtie/directory/bowtie --quiet';

Likewise, if users mostly work with only a single genome, that can be configured as the default as follows: ADD INFO ABOUT 'chrX' BUG IF NOT FIXED

\# Specify the genome idnex to use, should be a full path excluding the file extension or just the name of 
\#  the genome index if the index is in the indexes folder of the bowtie installation. Defaults to 'mm9'
\#$bowtie_idx = '/path/to/bowtie/indexes/my_reference_genome_name';</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jesse Erdmann</dc:creator><pubDate>Fri, 11 Nov 2011 21:56:42 -0000</pubDate><guid>https://sourceforge.net5aae594c4def56521232428ca0da5b097363d8f1</guid></item></channel></rss>