<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to regex6.py</title><link>https://sourceforge.net/p/appbiokth2011/wiki/regex6.py/</link><description>Recent changes to regex6.py</description><atom:link href="https://sourceforge.net/p/appbiokth2011/wiki/regex6.py/feed" rel="self"/><language>en</language><lastBuildDate>Tue, 24 Jul 2012 10:37:33 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/appbiokth2011/wiki/regex6.py/feed" rel="self" type="application/rss+xml"/><item><title>WikiPage regex6.py modified by Sarah Bourlat</title><link>https://sourceforge.net/p/appbiokth2011/wiki/regex6.py/</link><description>&lt;pre&gt;--- v3
+++ v4
@@ -2,4 +2,20 @@
 
 Blast results parsing: 
 
-This script uses regular expressions to parse the results of the standalone BLAST in text format. By using regular expressions we extract the sequence identifier, the BLAST accession number and the species name, as a comma separated file which was then used to load these data to the BioSQL database.
+This script uses regular expressions to parse BLAST results in text format. By using regular expressions we extract the sequence identifier, the BLAST accession number and the species name, as a comma separated file which can be used to load these data to the BioSQL database.
+
+Here is an example of a file before parsing:
+
+gb|AEC74743.1|  cytochrome oxidase subunit 1 [Hymenoptera sp. BOL...   226    2e-57
+gb|ABU51883.1|  cytochrome oxidase subunit I [Virilastacus rucapi...   226    2e-57
+gb|AEC59043.1|  cytochrome oxidase subunit 1 [Araneae sp. BOLD:AA...   226    3e-57
+gb|AEC74632.1|  cytochrome oxidase subunit 1 [Hymenoptera sp. BOL...   226    3e-57
+
+And after parsing:
+
+1 , AEC74743.1 , Hymenoptera sp. 
+1 , ABU51883.1 , Virilastacus rucapihuelensis
+1 , AEC59043.1 , Araneae sp. 
+1 , AEC74632.1 , Hymenoptera sp. 
+
+
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Sarah Bourlat</dc:creator><pubDate>Tue, 24 Jul 2012 10:37:33 -0000</pubDate><guid>https://sourceforge.net9b7b722ebc77dbf73a65e07a73568075196a8083</guid></item><item><title>WikiPage regex6.py modified by Sarah Bourlat</title><link>https://sourceforge.net/p/appbiokth2011/wiki/regex6.py/</link><description>&lt;pre&gt;--- v2
+++ v3
@@ -1,4 +1,4 @@
-[regex6.py]()
+[regex6.py](https://sourceforge.net/p/appbiokth2011/code/ci/78249081e205a0142525f036bb9fcced0690eb6e/tree/regex6.py)
 
 Blast results parsing: 
 
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Sarah Bourlat</dc:creator><pubDate>Mon, 23 Jul 2012 13:57:17 -0000</pubDate><guid>https://sourceforge.net11852704f6476891db0f92b9bf6af467f5247119</guid></item><item><title>WikiPage regex6.py modified by Sarah Bourlat</title><link>https://sourceforge.net/p/appbiokth2011/wiki/regex6.py/</link><description>&lt;pre&gt;--- v1
+++ v2
@@ -1,3 +1,5 @@
-regex6.py (Blast results parsing): 
+[regex6.py]()
+
+Blast results parsing: 
 
 This script uses regular expressions to parse the results of the standalone BLAST in text format. By using regular expressions we extract the sequence identifier, the BLAST accession number and the species name, as a comma separated file which was then used to load these data to the BioSQL database.
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Sarah Bourlat</dc:creator><pubDate>Mon, 23 Jul 2012 13:56:21 -0000</pubDate><guid>https://sourceforge.net77b98692e57f46348f4bf360cb89834367e223c3</guid></item><item><title>WikiPage regex6.py modified by SBMV</title><link>https://sourceforge.net/p/appbiokth2011/wiki/regex6.py/</link><description>regex6.py (Blast results parsing): 

This script uses regular expressions to parse the results of the standalone BLAST in text format. By using regular expressions we extract the sequence identifier, the BLAST accession number and the species name, as a comma separated file which was then used to load these data to the BioSQL database.
</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">SBMV</dc:creator><pubDate>Fri, 20 Jul 2012 08:46:27 -0000</pubDate><guid>https://sourceforge.netd7e75170476f0a86ee00e10c70f763354906f843</guid></item></channel></rss>