<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Concepts</title><link>https://sourceforge.net/p/gasic/wiki/Concepts/</link><description>Recent changes to Concepts</description><atom:link href="https://sourceforge.net/p/gasic/wiki/Concepts/feed" rel="self"/><language>en</language><lastBuildDate>Wed, 21 Mar 2012 13:00:08 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/gasic/wiki/Concepts/feed" rel="self" type="application/rss+xml"/><item><title>WikiPage Concepts modified by Martin Lindner</title><link>https://sourceforge.net/p/gasic/wiki/Concepts/</link><description>&lt;pre&gt;--- v3 
+++ v4 
@@ -24,3 +24,10 @@
 * __Similarity Estimation__: Do a `import create_matrix` to gain access to the fuctions for calculating the similarity matrix.
 * __Similarity Correction__: Do a `import correct_abundances` to gain access to the fuctions for estimating the true abundances.
 
+
+Wrapper
+=======
+GASiC strongly relies on external software for __read mapping__ and __read simulation__. Since GASiC should work with any mapping tool supporting the SAM format (http://samtools.sourceforge.net/), the user can decide which tool should be used. 
+
+GASiC already provides wrappers for the mapping tools `bowtie, bowtie2`, and `BWA` and for the read simulators `Mason` and `dwgsim`. More wrappers can be added easily by creating a simple wrapper function and adding this wrapper function to the corresponding wrapper list. Step by step instructions are given in the source code `core/tools.py`.
+
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Martin Lindner</dc:creator><pubDate>Wed, 21 Mar 2012 13:00:08 -0000</pubDate><guid>https://sourceforge.net6280f2c83094526eb1419514775d0d96528c105a</guid></item><item><title>WikiPage Concepts modified by Martin Lindner</title><link>https://sourceforge.net/p/gasic/wiki/Concepts/</link><description>&lt;pre&gt;--- v2 
+++ v3 
@@ -21,6 +21,6 @@
 Instead of running the command line scripts one by one, all steps can be bundled in a single python script file. To this end, the user can import the corresponding modules and access the underlying functions directly.
 
 * __Read mapping__: Wrappers for the read mapping tools are available in `core/tools.py`. Just do a `from core import tools` to get access to all implemented wrappers.
-*__Similarity Estimation__: Do a `import create_matrix` to gain access to the fuctions for calculating the similarity matrix.
-*__Similarity Correction__: Do a `import correct_abundances` to gain access to the fuctions for estimating the true abundances.
+* __Similarity Estimation__: Do a `import create_matrix` to gain access to the fuctions for calculating the similarity matrix.
+* __Similarity Correction__: Do a `import correct_abundances` to gain access to the fuctions for estimating the true abundances.
 
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Martin Lindner</dc:creator><pubDate>Wed, 21 Mar 2012 12:34:38 -0000</pubDate><guid>https://sourceforge.net7b205656e8fc90be037ea3da8a3e07a6dce1171e</guid></item><item><title>WikiPage Concepts modified by Martin Lindner</title><link>https://sourceforge.net/p/gasic/wiki/Concepts/</link><description>&lt;pre&gt;--- v1 
+++ v2 
@@ -1,18 +1,26 @@
-GASiC Concepts
+Interfaces
 ==============
 
-There are two major approaches to use GASiC. The first is the _command line interface_, the second is the _scripting interface_.
+There are two major approaches to use GASiC. The first is the __command line interface__, the second is the __scripting interface__.
 
 Command Line Interface
 ----------------------
 
 For the command line interface, GASiC provides three python scripts:
 
 * `run_mappers.py` perfroms read alignment/mapping. The generated output is in a format readily usable by the following GASiC steps.
 * `create_matrix.py` calculates the similarity matrix encoding the sequence similarities of the reference genomes.
 * `correct_abundances.py` estimates the true abundances for all genomes in the dataset using the alignment information and the similarity matrix.
 
 
 Scripting Interface
 -------------------
+
+GASiCs scripting interface allows the user to create more versatile and powerful analysis scripts. This is useful, when tasks should be automated or a finer control of the single steps is required.
+
+Instead of running the command line scripts one by one, all steps can be bundled in a single python script file. To this end, the user can import the corresponding modules and access the underlying functions directly.
+
+* __Read mapping__: Wrappers for the read mapping tools are available in `core/tools.py`. Just do a `from core import tools` to get access to all implemented wrappers.
+*__Similarity Estimation__: Do a `import create_matrix` to gain access to the fuctions for calculating the similarity matrix.
+*__Similarity Correction__: Do a `import correct_abundances` to gain access to the fuctions for estimating the true abundances.
 
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Martin Lindner</dc:creator><pubDate>Wed, 21 Mar 2012 12:34:08 -0000</pubDate><guid>https://sourceforge.netc3b548ba610742de2234649a10ff7b87813f50ab</guid></item><item><title>WikiPage Concepts modified by Martin Lindner</title><link>https://sourceforge.net/p/gasic/wiki/Concepts/</link><description>GASiC Concepts
==============

There are two major approaches to use GASiC. The first is the _command line interface_, the second is the _scripting interface_.

Command Line Interface
----------------------

For the command line interface, GASiC provides three python scripts:

* `run_mappers.py` perfroms read alignment/mapping. The generated output is in a format readily usable by the following GASiC steps.
* `create_matrix.py` calculates the similarity matrix encoding the sequence similarities of the reference genomes.
* `correct_abundances.py` estimates the true abundances for all genomes in the dataset using the alignment information and the similarity matrix.


Scripting Interface
-------------------

</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Martin Lindner</dc:creator><pubDate>Wed, 21 Mar 2012 10:02:30 -0000</pubDate><guid>https://sourceforge.net1a4f979458629e01facb4e1caca6e8aeeed1b423</guid></item></channel></rss>