<?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/isquest/wiki/Home/</link><description>Recent changes to Home</description><atom:link href="https://sourceforge.net/p/isquest/wiki/Home/feed" rel="self"/><language>en</language><lastBuildDate>Thu, 17 Sep 2015 15:32:43 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/isquest/wiki/Home/feed" rel="self" type="application/rss+xml"/><item><title>Home modified by Abhishek Biswas</title><link>https://sourceforge.net/p/isquest/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v15
+++ v16
@@ -1,6 +1,6 @@
 ## Welcome to your ISQuest wiki! ##

-This file is the user manual for ISQuest version 1.0.
+This file is the user manual for ISQuest version 1.4.1

 ### 1. Building ISQuest Executable ###

@@ -24,6 +24,12 @@
         * Install standalone BLAST. See manual http://www.ncbi.nlm.nih.gov/books/NBK52637/
         * Download "nt" database and setup as instructed in step(c).
         * Edit PATH environment variable to include the path to isq executable file.
+    3. Installation with MPI
+       * mpic++ should be in PATH.
+       * Run make as usual. A new executable named mpiblast will be built.
+       * Path to mpiblast must be available in the config file as MPIBLAST. This it to make sure this can be invoked from SGE.
+       * Set MPIHOSTCOUNT can be set. Default is 4. 
+       * Run isq as "qsub -pe &amp;lt;env&amp;gt; 1 isq ...."

 ### 3. User Instructions ###

@@ -35,12 +41,14 @@
        BLASTDB=&amp;lt;&amp;lt;SOME PATH=""&amp;gt;&amp;gt;\blastdb\
        LOOPCOUNTER=5
        USEPREVBLAST=1
+        MPIBLAST=/scratch/abisw001/ISQuest/isquest-code/
+       MPIHOSTCOUNT=8
     2. A set of contigs in fasta format.
     3. The set of reads used to assemble the contigs in fasta format.
     4. Prefix of the name of the output files.

 The command to execute the file is as follows:
-        &amp;gt;isq &amp;lt;paramter file=""&amp;gt; &amp;lt;contig file=""&amp;gt; &amp;lt;read file=""&amp;gt; output_name_prefix_string
+        &amp;gt;isq &amp;lt;paramter file=""&amp;gt; &amp;lt;contig file=""&amp;gt; &lt;output&gt; &amp;lt;read file=""&amp;gt; output_name_prefix_string

 ### 4. Important Issues  ###
     * The software during the first run will download a lot of GenBank files in GENBANKPATH from NCBI. This will make this run very slow. Future runs will be faster. 
&lt;/output&gt;&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Abhishek Biswas</dc:creator><pubDate>Thu, 17 Sep 2015 15:32:43 -0000</pubDate><guid>https://sourceforge.netea9699d81260af746ade839f6e1dee3cb01c919e</guid></item><item><title>Home modified by Abhishek Biswas</title><link>https://sourceforge.net/p/isquest/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v14
+++ v15
@@ -33,7 +33,7 @@
            GENBANKPATH=&amp;lt;&amp;lt;SOME PATH=""&amp;gt;&amp;gt;
        BLASTPATH=&amp;lt;SOME PATH=""&amp;gt;\blast-2.2.29\bin\
        BLASTDB=&amp;lt;&amp;lt;SOME PATH=""&amp;gt;&amp;gt;\blastdb\
-       LOOPCOUNTER=2
+       LOOPCOUNTER=5
        USEPREVBLAST=1
     2. A set of contigs in fasta format.
     3. The set of reads used to assemble the contigs in fasta format.
@@ -51,9 +51,9 @@
 The major output files are:

     * Bunch of *.sam alignment files with corresponding fasta files with same name containing the rference sequence 
-        1. You can import them into Geneious
-        2. Naming Convention &amp;lt;strain_name&amp;gt;_&amp;lt;loopID&amp;gt;_transposaseHit_&amp;lt;level 1="" ID=""&amp;gt;_&amp;lt;level 2="" ID=""&amp;gt;.*.sam
-    * IS_Contig_Map.txt provides the contig ID and the coordinates of the original transposase hits. 
+        1. You can import them into a viewer tool.
+        2. Naming Convention &amp;lt;strain_name&amp;gt;_&amp;lt;loopID&amp;gt;_transposaseHit_&amp;lt;levelIDs&amp;gt;.*.sam
+    * IS_Contig_Map.txt provides the contig and the coordinates of the original transposase hits. 

 [[members limit=20]]
 [[download_button]]
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Abhishek Biswas</dc:creator><pubDate>Tue, 21 Jul 2015 17:13:29 -0000</pubDate><guid>https://sourceforge.net52cf279b4c7f90658f4f7ff45c759bfe1919fe2c</guid></item><item><title>Home modified by Abhishek Biswas</title><link>https://sourceforge.net/p/isquest/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v13
+++ v14
@@ -20,12 +20,12 @@
         * Edit PATH environment variable to include the path to isq executable file.

     2. Installation on Linux
-        a. ISQuest executable file generated in step 1. 
-        b. Install standalone BLAST. See manual http://www.ncbi.nlm.nih.gov/books/NBK52637/
-        c. Download "nt" database and setup as instructed in step(c).
-        d. Edit PATH environment variable to include the path to isq executable file.
+        * ISQuest executable file generated in step 1. 
+        * Install standalone BLAST. See manual http://www.ncbi.nlm.nih.gov/books/NBK52637/
+        * Download "nt" database and setup as instructed in step(c).
+        * Edit PATH environment variable to include the path to isq executable file.

-3. User Instructions
+### 3. User Instructions ###

 To use the software you will need:

@@ -40,15 +40,14 @@
     4. Prefix of the name of the output files.

 The command to execute the file is as follows:
+        &amp;gt;isq &amp;lt;paramter file=""&amp;gt; &amp;lt;contig file=""&amp;gt; &amp;lt;read file=""&amp;gt; output_name_prefix_string

-   &amp;gt;isq &amp;lt;paramter file=""&amp;gt; &amp;lt;contig file=""&amp;gt; &amp;lt;read file=""&amp;gt; strain_name
-   
-4. Important points to note:
+### 4. Important Issues  ###
     * The software during the first run will download a lot of GenBank files in GENBANKPATH from NCBI. This will make this run very slow. Future runs will be faster. 
     * The software will do a BLAST search during the first run. This will make the first run slow.       Future runs can use the same BLAST results. If you want to generate new BLAST search use USEPREVBLAST=0
     * The GBFP parser that I am using right now cannot handle certain GenBank file types. There is no support for this anymore and I have to go in and fix the bugs. This will be done in the next release. 

-5. Output
+### 5. Output ###
 The major output files are:

     * Bunch of *.sam alignment files with corresponding fasta files with same name containing the rference sequence 
@@ -56,19 +55,5 @@
         2. Naming Convention &amp;lt;strain_name&amp;gt;_&amp;lt;loopID&amp;gt;_transposaseHit_&amp;lt;level 1="" ID=""&amp;gt;_&amp;lt;level 2="" ID=""&amp;gt;.*.sam
     * IS_Contig_Map.txt provides the contig ID and the coordinates of the original transposase hits. 

-6. Example usage
-
-Please go to the directory &amp;lt;some_path&amp;gt;\324-958
-
-You will need:
-
-    1. A parameter file "param.conf"
-    2. A set of contigs for 324-958 strain - Contigs324-958.fasta
-    3. The reads - 324-958_A_GGACTCCT-GTAAGGAG_L001_R_TRIM_PAIRED.fasta
-
-Try to execute the following command from command line:
- 
-isq param.conf Contigs324-958.fasta 324-958_A_GGACTCCT-GTAAGGAG_L001_R_TRIM_PAIRED.fasta 324-958
-
 [[members limit=20]]
 [[download_button]]
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Abhishek Biswas</dc:creator><pubDate>Tue, 21 Jul 2015 17:11:19 -0000</pubDate><guid>https://sourceforge.netc1c923ac0a7816a8919d01101fccf122f6d1c609</guid></item><item><title>Home modified by Abhishek Biswas</title><link>https://sourceforge.net/p/isquest/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v12
+++ v13
@@ -14,11 +14,10 @@

     1. Installation on Windows
         * ISQuest executable file generated in step 1. 
-   * Download and install Microsoft Visual C++ 2010 Redistributable Package (x64)
-       http://www.microsoft.com/en-us/download/confirmation.aspx?id=14632
-   * Install standalone BLAST. See manual http://www.ncbi.nlm.nih.gov/books/NBK52637/
-   * Download "nt" database and setup as instructed in step(c).
-   * Edit PATH environment variable to include the path to isq executable file.
+        * Download and install Microsoft Visual C++ 2010 Redistributable Package (x64) http://www.microsoft.com/en-us/download/confirmation.aspx?id=14632
+        * Install standalone BLAST. See manual http://www.ncbi.nlm.nih.gov/books/NBK52637/
+        * Download "nt" database and setup as instructed in step(c).
+        * Edit PATH environment variable to include the path to isq executable file.

     2. Installation on Linux
         a. ISQuest executable file generated in step 1. 
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Abhishek Biswas</dc:creator><pubDate>Tue, 21 Jul 2015 17:06:36 -0000</pubDate><guid>https://sourceforge.neta67ba1c708d6a5a6d08c1d379af5afd714d44070</guid></item><item><title>Home modified by Abhishek Biswas</title><link>https://sourceforge.net/p/isquest/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v11
+++ v12
@@ -4,19 +4,21 @@

 ### 1. Building ISQuest Executable ###

-make
+1. Download and unzip the code in a directory. 
+2. Change to the directory. 
+3. Execute command: make

 ### 2. Installation ###

 The ISQuest tool requires some local setup of supporting tools and databases. To install the software you will need: 

     1. Installation on Windows
-        a. ISQuest executable file generated in step 1. 
-   b. Download and install Microsoft Visual C++ 2010 Redistributable Package (x64)
+        * ISQuest executable file generated in step 1. 
+   * Download and install Microsoft Visual C++ 2010 Redistributable Package (x64)
        http://www.microsoft.com/en-us/download/confirmation.aspx?id=14632
-   c. Install standalone BLAST. See manual http://www.ncbi.nlm.nih.gov/books/NBK52637/
-   d. Download "nt" database and setup as instructed in step(c).
-   e. Edit PATH environment variable to include the path to isq executable file.
+   * Install standalone BLAST. See manual http://www.ncbi.nlm.nih.gov/books/NBK52637/
+   * Download "nt" database and setup as instructed in step(c).
+   * Edit PATH environment variable to include the path to isq executable file.

     2. Installation on Linux
         a. ISQuest executable file generated in step 1. 
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Abhishek Biswas</dc:creator><pubDate>Tue, 21 Jul 2015 17:01:18 -0000</pubDate><guid>https://sourceforge.netf6fa3fc0723bce2314f1fe143b9dae4e7830d35c</guid></item><item><title>Home modified by Abhishek Biswas</title><link>https://sourceforge.net/p/isquest/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v10
+++ v11
@@ -1,12 +1,12 @@
-Welcome to your ISQuest wiki!
+## Welcome to your ISQuest wiki! ##

-This file is the user manual for ISQuest_1.0...
+This file is the user manual for ISQuest version 1.0.

-1. Building ISQuest Executable
+### 1. Building ISQuest Executable ###

 make

-2. Installation
+### 2. Installation ###

 The ISQuest tool requires some local setup of supporting tools and databases. To install the software you will need: 

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Abhishek Biswas</dc:creator><pubDate>Tue, 21 Jul 2015 16:58:44 -0000</pubDate><guid>https://sourceforge.net86de3bbd09cd76ba32ceb0ec8e67fde8057eb449</guid></item><item><title>Home modified by Abhishek Biswas</title><link>https://sourceforge.net/p/isquest/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v9
+++ v10
@@ -6,7 +6,7 @@

 make

-+ Installation
+2. Installation

 The ISQuest tool requires some local setup of supporting tools and databases. To install the software you will need: 

@@ -18,13 +18,13 @@
    d. Download "nt" database and setup as instructed in step(c).
    e. Edit PATH environment variable to include the path to isq executable file.

-    + Installation on Linux
+    2. Installation on Linux
         a. ISQuest executable file generated in step 1. 
         b. Install standalone BLAST. See manual http://www.ncbi.nlm.nih.gov/books/NBK52637/
         c. Download "nt" database and setup as instructed in step(c).
         d. Edit PATH environment variable to include the path to isq executable file.

-* User Instructions
+3. User Instructions

 To use the software you will need:

@@ -34,9 +34,9 @@
        BLASTDB=&amp;lt;&amp;lt;SOME PATH=""&amp;gt;&amp;gt;\blastdb\
        LOOPCOUNTER=2
        USEPREVBLAST=1
-    + A set of contigs in fasta format.
-    + The set of reads used to assemble the contigs in fasta format.
-    + Prefix of the name of the output files.
+    2. A set of contigs in fasta format.
+    3. The set of reads used to assemble the contigs in fasta format.
+    4. Prefix of the name of the output files.

 The command to execute the file is as follows:

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Abhishek Biswas</dc:creator><pubDate>Tue, 21 Jul 2015 16:54:15 -0000</pubDate><guid>https://sourceforge.net0caa51ba14771bba4f5095883a694197c02b3a9b</guid></item><item><title>Home modified by Abhishek Biswas</title><link>https://sourceforge.net/p/isquest/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v8
+++ v9
@@ -6,77 +6,66 @@

 make

-2. Installation
++ Installation

-The ISQuest tool requires some local setup of supporting tools and
-databases.   
+The ISQuest tool requires some local setup of supporting tools and databases. To install the software you will need: 

-2a. Installation on Windows
-
-To install the software you will need: 
-
-   a. ISQuest executable file generated in step 1. 
+    1. Installation on Windows
+        a. ISQuest executable file generated in step 1. 
    b. Download and install Microsoft Visual C++ 2010 Redistributable Package (x64)
        http://www.microsoft.com/en-us/download/confirmation.aspx?id=14632
-   c. Install standalone BLAST. See manual 
-       http://www.ncbi.nlm.nih.gov/books/NBK52637/
+   c. Install standalone BLAST. See manual http://www.ncbi.nlm.nih.gov/books/NBK52637/
    d. Download "nt" database and setup as instructed in step(c).
    e. Edit PATH environment variable to include the path to isq executable file.

-2b. Installation on Linux
+    + Installation on Linux
+        a. ISQuest executable file generated in step 1. 
+        b. Install standalone BLAST. See manual http://www.ncbi.nlm.nih.gov/books/NBK52637/
+        c. Download "nt" database and setup as instructed in step(c).
+        d. Edit PATH environment variable to include the path to isq executable file.

-    a. ISQuest executable file generated in step 1. 
-    b. Install standalone BLAST. See manual http://www.ncbi.nlm.nih.gov/books/NBK52637/
-    c. Download "nt" database and setup as instructed in step(c).
-    d. Edit PATH environment variable to include the path to isq executable file.
-
-3. User Instructions
+* User Instructions

 To use the software you will need:

-   a. Parameter file with the following fields:
-       GENBANKPATH=&amp;lt;&amp;lt;SOME PATH=""&amp;gt;&amp;gt;
+    1. Parameter file with the following fields:
+           GENBANKPATH=&amp;lt;&amp;lt;SOME PATH=""&amp;gt;&amp;gt;
        BLASTPATH=&amp;lt;SOME PATH=""&amp;gt;\blast-2.2.29\bin\
        BLASTDB=&amp;lt;&amp;lt;SOME PATH=""&amp;gt;&amp;gt;\blastdb\
        LOOPCOUNTER=2
        USEPREVBLAST=1
-   b. A set of contigs in fasta format.
-   c. The set of reads used to assemble the contigs in fasta format.
-   d. Prefix of the name of the output files.
+    + A set of contigs in fasta format.
+    + The set of reads used to assemble the contigs in fasta format.
+    + Prefix of the name of the output files.

 The command to execute the file is as follows:

    &amp;gt;isq &amp;lt;paramter file=""&amp;gt; &amp;lt;contig file=""&amp;gt; &amp;lt;read file=""&amp;gt; strain_name

-Important points to note:
-   a. The software during the first run will download a lot of GenBank files in GENBANKPATH from NCBI. 
-      This will make this run very slow. Future runs will be faster. 
-   b. The software will do a BLAST search during the first run. This will make the first run slow. 
-       Future runs can use the same BLAST results. If you want to generate new BLAST search use 
-      USEPREVBLAST=0
-   c. The GBFP parser that I am using right now cannot handle certain GenBank file types. 
-      There is no support for this anymore nad I hace to go in and fix the bugs.
-      This will be done in the next release. 
+4. Important points to note:
+    * The software during the first run will download a lot of GenBank files in GENBANKPATH from NCBI. This will make this run very slow. Future runs will be faster. 
+    * The software will do a BLAST search during the first run. This will make the first run slow.       Future runs can use the same BLAST results. If you want to generate new BLAST search use USEPREVBLAST=0
+    * The GBFP parser that I am using right now cannot handle certain GenBank file types. There is no support for this anymore and I have to go in and fix the bugs. This will be done in the next release. 

-
+5. Output
 The major output files are:

-   a. Bunch of *.sam alignment files with corresponding fasta files with same name containing the reference sequence 
-       i. You can import them into Geneious
-       ii. Naming Convention &amp;lt;strain_name&amp;gt;_&amp;lt;loopID&amp;gt;_transposaseHit_&amp;lt;level 1="" ID=""&amp;gt;_&amp;lt;level 2="" ID=""&amp;gt;.*.sam
-   b. IS_Contig_Map.txt provides the contig ID and the coordinates of the original transposase hits. 
+    * Bunch of *.sam alignment files with corresponding fasta files with same name containing the rference sequence 
+        1. You can import them into Geneious
+        2. Naming Convention &amp;lt;strain_name&amp;gt;_&amp;lt;loopID&amp;gt;_transposaseHit_&amp;lt;level 1="" ID=""&amp;gt;_&amp;lt;level 2="" ID=""&amp;gt;.*.sam
+    * IS_Contig_Map.txt provides the contig ID and the coordinates of the original transposase hits. 

-4. Example usage
+6. Example usage

-Please go to the directory D:\gauthier\MarinumStrains\324-958
+Please go to the directory &amp;lt;some_path&amp;gt;\324-958

-You will find:
+You will need:

-1. A parameter file "param.conf"
-2. A set of contigs for 324-958 strain - Contigs324-958.fasta
-3. The reads - 324-958_A_GGACTCCT-GTAAGGAG_L001_R_TRIM_PAIRED.fasta
+    1. A parameter file "param.conf"
+    2. A set of contigs for 324-958 strain - Contigs324-958.fasta
+    3. The reads - 324-958_A_GGACTCCT-GTAAGGAG_L001_R_TRIM_PAIRED.fasta

-Try to execute the following command from commandline:
+Try to execute the following command from command line:

 isq param.conf Contigs324-958.fasta 324-958_A_GGACTCCT-GTAAGGAG_L001_R_TRIM_PAIRED.fasta 324-958

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Abhishek Biswas</dc:creator><pubDate>Tue, 21 Jul 2015 16:52:11 -0000</pubDate><guid>https://sourceforge.nete69aa2f475246702cf22061095899382559a3631</guid></item><item><title>Home modified by Abhishek Biswas</title><link>https://sourceforge.net/p/isquest/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v7
+++ v8
@@ -23,20 +23,41 @@
    d. Download "nt" database and setup as instructed in step(c).
    e. Edit PATH environment variable to include the path to isq executable file.

+2b. Installation on Linux
+
+    a. ISQuest executable file generated in step 1. 
+    b. Install standalone BLAST. See manual http://www.ncbi.nlm.nih.gov/books/NBK52637/
+    c. Download "nt" database and setup as instructed in step(c).
+    d. Edit PATH environment variable to include the path to isq executable file.
+
 3. User Instructions

 To use the software you will need:

-   a. Parameter file with three fields:
+   a. Parameter file with the following fields:
+       GENBANKPATH=&amp;lt;&amp;lt;SOME PATH=""&amp;gt;&amp;gt;
        BLASTPATH=&amp;lt;SOME PATH=""&amp;gt;\blast-2.2.29\bin\
        BLASTDB=&amp;lt;&amp;lt;SOME PATH=""&amp;gt;&amp;gt;\blastdb\
        LOOPCOUNTER=2
-   b. A set of contigs in fasta format
-   c. The set of reads used to assemble the contigs in fasta format
+       USEPREVBLAST=1
+   b. A set of contigs in fasta format.
+   c. The set of reads used to assemble the contigs in fasta format.
+   d. Prefix of the name of the output files.

 The command to execute the file is as follows:

    &amp;gt;isq &amp;lt;paramter file=""&amp;gt; &amp;lt;contig file=""&amp;gt; &amp;lt;read file=""&amp;gt; strain_name
+   
+Important points to note:
+   a. The software during the first run will download a lot of GenBank files in GENBANKPATH from NCBI. 
+      This will make this run very slow. Future runs will be faster. 
+   b. The software will do a BLAST search during the first run. This will make the first run slow. 
+       Future runs can use the same BLAST results. If you want to generate new BLAST search use 
+      USEPREVBLAST=0
+   c. The GBFP parser that I am using right now cannot handle certain GenBank file types. 
+      There is no support for this anymore nad I hace to go in and fix the bugs.
+      This will be done in the next release. 
+

 The major output files are:

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Abhishek Biswas</dc:creator><pubDate>Tue, 21 Jul 2015 16:43:04 -0000</pubDate><guid>https://sourceforge.net74b341102e08effa73a2d4e8c14d0c9dfe5caefe</guid></item><item><title>Home modified by Abhishek Biswas</title><link>https://sourceforge.net/p/isquest/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v6
+++ v7
@@ -8,7 +8,7 @@

 2. Installation

-The ISQuest tool requires dome local setup of supporting tools and
+The ISQuest tool requires some local setup of supporting tools and
 databases.   

 2a. Installation on Windows
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Abhishek Biswas</dc:creator><pubDate>Mon, 06 Jul 2015 07:40:33 -0000</pubDate><guid>https://sourceforge.net6de8530288bae84bb0ae18110b73ade77e378c4a</guid></item></channel></rss>