<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Running EricScript</title><link>https://sourceforge.net/p/ericscript/wiki/Running%2520EricScript/</link><description>Recent changes to Running EricScript</description><atom:link href="https://sourceforge.net/p/ericscript/wiki/Running%20EricScript/feed" rel="self"/><language>en</language><lastBuildDate>Tue, 22 Nov 2011 09:42:48 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/ericscript/wiki/Running%20EricScript/feed" rel="self" type="application/rss+xml"/><item><title>WikiPage Running EricScript modified by matteo.benelli</title><link>https://sourceforge.net/p/ericscript/wiki/Running%2520EricScript/</link><description>&lt;pre&gt;--- v6 
+++ v7 
@@ -1,14 +1,26 @@
-After you download EricScript, copy the program folder to your preferred location.
-The first time you run EricScript, you need to make ericscript.pl executable and to create the indexes required by BWA to perform the alignment.
-
-chmod +x /PATH/TO/ERIC/ericscript.pl
-bwa index -a bwtsw /PATH/TO/ERIC/lib/Ref.fa/EnsemblGene.Reference.fa 
-
-To obtain more information on how running EricScript, digit:
-
-/PATH/TO/ERIC/ericscript.pl
-
-To run EricScript with default parameters, simply digit:
-
-/PATH/TO/ERIC/ericscript.pl -name samplename -o /PATH/TO/OUTPUT/ reads_1.fastq(.gz) reads_2.fastq(.gz)
+Once you have downloaded EricScript, extract the package
+
+&gt; tar -xjf ericscript.tar.bz2
+
+Make a copy of the program folder to your favorite location.
+Before running for the first time EricScript, you need to make ericscript.pl executable:
+
+&gt; chmod +x /PATH/TO/ERIC/ericscript.pl
+
+Then, you need to download the pre-built Ensembl Database:
+
+&gt; /PATH/TO/ERIC/ericscript.pl --checkdb
+
+To get information about running EricScript, digit:
+
+&gt; /PATH/TO/ERIC/ericscript.pl --help
+
+To run a demonstration of EricScript pipeline on a synthetic dataset, digit:
+
+&gt; /PATH/TO/ERIC/ericscript.pl --demo
+
+To run EricScript with default parameters, digit:
+
+&gt; /PATH/TO/ERIC/ericscript.pl -name SAMPLENAME -o /PATH/TO/OUTPUT/YOUR_FASTQ_1  /PATH/TO/OUTPUT/YOUR_FASTQ_2
+
 
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">matteo.benelli</dc:creator><pubDate>Tue, 22 Nov 2011 09:42:48 -0000</pubDate><guid>https://sourceforge.netc3c3fb6e5cb0315a048cb4263eb6c0694f4ac182</guid></item><item><title>WikiPage Running EricScript modified by matteo.benelli</title><link>https://sourceforge.net/p/ericscript/wiki/Running%2520EricScript/</link><description>&lt;pre&gt;--- v5 
+++ v6 
@@ -4,6 +4,10 @@
 chmod +x /PATH/TO/ERIC/ericscript.pl
 bwa index -a bwtsw /PATH/TO/ERIC/lib/Ref.fa/EnsemblGene.Reference.fa 
 
+To obtain more information on how running EricScript, digit:
+
+/PATH/TO/ERIC/ericscript.pl
+
 To run EricScript with default parameters, simply digit:
 
 /PATH/TO/ERIC/ericscript.pl -name samplename -o /PATH/TO/OUTPUT/ reads_1.fastq(.gz) reads_2.fastq(.gz)
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">matteo.benelli</dc:creator><pubDate>Tue, 11 Oct 2011 14:09:58 -0000</pubDate><guid>https://sourceforge.net6247111fe9b474f76015330cd6099dad20f7f3ca</guid></item><item><title>WikiPage Running EricScript modified by matteo.benelli</title><link>https://sourceforge.net/p/ericscript/wiki/Running%2520EricScript/</link><description>&lt;pre&gt;--- v4 
+++ v5 
@@ -1,5 +1,5 @@
 After you download EricScript, copy the program folder to your preferred location.
-The first time you run EricScript, you need to make ericscript.pl executable and to index database sequences in the FASTA format by using BWA.
+The first time you run EricScript, you need to make ericscript.pl executable and to create the indexes required by BWA to perform the alignment.
 
 chmod +x /PATH/TO/ERIC/ericscript.pl
 bwa index -a bwtsw /PATH/TO/ERIC/lib/Ref.fa/EnsemblGene.Reference.fa 
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">matteo.benelli</dc:creator><pubDate>Tue, 11 Oct 2011 14:05:31 -0000</pubDate><guid>https://sourceforge.netaf3d6f5113a8087c6a1b68bd55ab2626b8eb605e</guid></item><item><title>WikiPage Running EricScript modified by matteo.benelli</title><link>https://sourceforge.net/p/ericscript/wiki/Running%2520EricScript/</link><description>&lt;pre&gt;--- v3 
+++ v4 
@@ -1,7 +1,7 @@
 After you download EricScript, copy the program folder to your preferred location.
 The first time you run EricScript, you need to make ericscript.pl executable and to index database sequences in the FASTA format by using BWA.
 
-chamod +x /PATH/TO/ERIC/ericscript.pl
+chmod +x /PATH/TO/ERIC/ericscript.pl
 bwa index -a bwtsw /PATH/TO/ERIC/lib/Ref.fa/EnsemblGene.Reference.fa 
 
 To run EricScript with default parameters, simply digit:
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">matteo.benelli</dc:creator><pubDate>Tue, 11 Oct 2011 14:04:27 -0000</pubDate><guid>https://sourceforge.net0103bfe5072eaa73300a43c60101deb467955b67</guid></item><item><title>WikiPage Running EricScript modified by matteo.benelli</title><link>https://sourceforge.net/p/ericscript/wiki/Running%2520EricScript/</link><description>&lt;pre&gt;--- v2 
+++ v3 
@@ -1,10 +1,10 @@
 After you download EricScript, copy the program folder to your preferred location.
 The first time you run EricScript, you need to make ericscript.pl executable and to index database sequences in the FASTA format by using BWA.
 
-chamod +x */path/to/ericscript/*ericscript.pl
-bwa index -a bwtsw */path/to/ericscript*/lib/Ref.fa/EnsemblGene.Reference.fa 
-
+chamod +x /PATH/TO/ERIC/ericscript.pl
+bwa index -a bwtsw /PATH/TO/ERIC/lib/Ref.fa/EnsemblGene.Reference.fa 
+
 To run EricScript with default parameters, simply digit:
 
-*/path/to/ericscript/*ericscript.pl -name samplename -o */path/to/output/* your_reads_1.fastq(.gz) your_reads_2.fastq(.gz)
+/PATH/TO/ERIC/ericscript.pl -name samplename -o /PATH/TO/OUTPUT/ reads_1.fastq(.gz) reads_2.fastq(.gz)
 
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">matteo.benelli</dc:creator><pubDate>Tue, 11 Oct 2011 14:04:14 -0000</pubDate><guid>https://sourceforge.net446f6b79bacd32da52dd2a8a7d91f6f063763852</guid></item><item><title>WikiPage Running EricScript modified by matteo.benelli</title><link>https://sourceforge.net/p/ericscript/wiki/Running%2520EricScript/</link><description>&lt;pre&gt;--- v1 
+++ v2 
@@ -1,10 +1,10 @@
 After you download EricScript, copy the program folder to your preferred location.
 The first time you run EricScript, you need to make ericscript.pl executable and to index database sequences in the FASTA format by using BWA.
 
-chamod +x */path/to/ericscript*/ericscript.pl
+chamod +x */path/to/ericscript/*ericscript.pl
 bwa index -a bwtsw */path/to/ericscript*/lib/Ref.fa/EnsemblGene.Reference.fa 
 
 To run EricScript with default parameters, simply digit:
 
-*/path/to/ericscript*ericscript.pl -name samplename -o */path/to/output/* your_reads_1.fastq(.gz) your_reads_2.fastq(.gz)
+*/path/to/ericscript/*ericscript.pl -name samplename -o */path/to/output/* your_reads_1.fastq(.gz) your_reads_2.fastq(.gz)
 
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">matteo.benelli</dc:creator><pubDate>Tue, 11 Oct 2011 14:02:30 -0000</pubDate><guid>https://sourceforge.net93b7839637dcddb63fafab7369c99315d1f6d431</guid></item><item><title>WikiPage Running EricScript modified by matteo.benelli</title><link>https://sourceforge.net/p/ericscript/wiki/Running%2520EricScript/</link><description>After you download EricScript, copy the program folder to your preferred location.
The first time you run EricScript, you need to make ericscript.pl executable and to index database sequences in the FASTA format by using BWA.

chamod +x */path/to/ericscript*/ericscript.pl
bwa index -a bwtsw */path/to/ericscript*/lib/Ref.fa/EnsemblGene.Reference.fa 

To run EricScript with default parameters, simply digit:

*/path/to/ericscript*ericscript.pl -name samplename -o */path/to/output/* your_reads_1.fastq(.gz) your_reads_2.fastq(.gz)

</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">matteo.benelli</dc:creator><pubDate>Tue, 11 Oct 2011 14:00:54 -0000</pubDate><guid>https://sourceforge.net6d947f0ad5027661078227c91e951df465eaee66</guid></item></channel></rss>