<?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/hmm-graspx/wiki/Home/</link><description>Recent changes to Home</description><atom:link href="https://sourceforge.net/p/hmm-graspx/wiki/Home/feed" rel="self"/><language>en</language><lastBuildDate>Mon, 23 Nov 2015 20:06:27 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/hmm-graspx/wiki/Home/feed" rel="self" type="application/rss+xml"/><item><title>Home modified by cczhong</title><link>https://sourceforge.net/p/hmm-graspx/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,8 +1,51 @@
-Welcome to your wiki!
+#
+#  HMM-GRASPx: guided search and assembly of short peptides using HMM models
+#
+#  Please direct comments, suggestions, bug-reports to Cuncong Zhong (czhong@jcvi.org)
+#

-This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: [SamplePage].
+1: Runing individual programs
+   
+   * 'graspxp-build' is used to construct the index. Assuming that you are under directory
+     '/HMMGRASPx_home/', simply type './bin/graspxp-build ./Examples/mix3fams.fa'. The build
+     program will create a set of indexing files and put into '/HMMGRASPx_home/WorkSpace'.

-The wiki uses [Markdown](/p/hmm-graspx/wiki/markdown_syntax/) syntax.
+   * 'graspxp-assemble' is used to perform targeted assembly. Assuming that you are under 
+     directory '/HMMGRASPx_home/', and that you have finished the previous building step, 
+     simply type 
+     './bin/graspxp-assemble ./Examples/mix3fams.hmm ./Examples/mix3fams.fa raw_contigs.fa'.
+     The program will generate file 'raw_contigs.fa', which is in the FASTA format and contains
+     all contigs being assembled in this stage.

-[[members limit=20]]
-[[download_button]]
+   * 'graspxp-map' is used to align the short peptides against the assembled contigs. Assuming
+     that you are under directory '/HMMGRASPx_home/', and that you have finished the previous
+     assembly step, simply type
+     './bin/graspxp-map ./Examples/mix3fams.fa raw_contigs.fa mapping.list'.
+     
+     IMPORTANT: Note that this step will directly mapping short peptides against the raw contigs
+     generated from the previous step. We suggest that the raw contigs being first verified by
+     HMMER3 re-alignment (e.g. between './Examples/mixfams.hmm' and 'raw_contigs.fa') before donig
+     the mapping. This step is optional but important in reducing false-positive predictions.
+     Below you will find the use of a driver script that automatically include the verification 
+     process.
+
+     The resulting mapping output is a table that contains three fields, namely 1: the ID of the
+     read in the data set; 2: the header/name of the read; and 3: the header/name of the contig
+     where the read is mapped onto.
+ 
+2: Using the "RunHMMGRASPx.pl" script to streamline your analysis
+
+   * The script requires HMMER3 (http://hmmer.janelia.org/). This current release should 
+     contain a copy of the software under the '/HMMGRASPx_home/ThirdParty' folder.
+   * You need to compile HMMER3. First go to '/HMMGRASPx_home/ThirdParty/hmmer-3', and
+     then type './configure'.
+   * In the same directory, type './make'. If the compilation is successful, you should
+     find that all executables have been put under directory 
+     '/HMMGRASPx_home/ThirdParty/hmmer-3/binaries'.
+
+   * After compiling HMMER3, you should be able to use the "RunHMMGRASPx.pl" script. To
+     analyze the data given in '/HMMGRASPx_home/Examples', simply type (assume you are under
+     /HMMGRASPx_home/)
+     'perl Scripts/RunHMMGRASPx.pl --hmm=Examples/mix3fams.hmm --seq=Examples/mix3fams.fa --out=TestResults --home=./ --index=WorkSpace/ --param=Settings/param'
+
+   * To find out meaning of the options, please type 'perl Scripts/RunHMMGRASPx.pl'
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">cczhong</dc:creator><pubDate>Mon, 23 Nov 2015 20:06:27 -0000</pubDate><guid>https://sourceforge.net7d0c00ea5ab79e1f4a22f75944b4f74d336923c5</guid></item><item><title>Home modified by cczhong</title><link>https://sourceforge.net/p/hmm-graspx/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Welcome to your wiki!&lt;/p&gt;
&lt;p&gt;This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: &lt;span&gt;[SamplePage]&lt;/span&gt;.&lt;/p&gt;
&lt;p&gt;The wiki uses &lt;a class="" href="/p/hmm-graspx/wiki/markdown_syntax/"&gt;Markdown&lt;/a&gt; syntax.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;h6&gt;Project Members:&lt;/h6&gt;
	&lt;ul class="md-users-list"&gt;
		&lt;li&gt;&lt;a href="/u/cczhong/"&gt;cczhong&lt;/a&gt; (admin)&lt;/li&gt;
		
	&lt;/ul&gt;&lt;br/&gt;
&lt;p&gt;&lt;span class="download-button-564fb271c431436d6371a2d9" style="margin-bottom: 1em; display: block;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">cczhong</dc:creator><pubDate>Fri, 20 Nov 2015 23:53:21 -0000</pubDate><guid>https://sourceforge.netfc43f09a87462dc0841d50ac5899c1d6ac49ae64</guid></item></channel></rss>