<?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/pipebar/wiki/Home/</link><description>Recent changes to Home</description><atom:link href="https://sourceforge.net/p/pipebar/wiki/Home/feed" rel="self"/><language>en</language><lastBuildDate>Mon, 13 Aug 2018 14:24:09 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/pipebar/wiki/Home/feed" rel="self" type="application/rss+xml"/><item><title>Home modified by Renato Oliveira</title><link>https://sourceforge.net/p/pipebar/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v13
+++ v14
@@ -7,6 +7,10 @@
 * Use nano/vi to change FORWARD &amp;amp; REVERSE folders into the pipebar shell script. 
 * FORWARD &amp;amp; REVERSE folders must contain its corresponding AB1 files.
 * Version 3.0.
+
+### How to Cite###
+If you use Pipebar or OverlapPER, please, cite:
+Oliveira, R. R. M., Nunes, G. L., de Lima, T. G. L., Oliveira, G., &amp;amp; Alves, R. (2018). PIPEBAR and OverlapPER: tools for a fast and accurate DNA barcoding analysis and paired-end assembly. BMC Bioinformatics, 19(1). doi:10.1186/s12859-018-2307-y

 ### How do I get set up? ###
 To facilitate the use of PIPEBAR by the users, we created a docker image which will enable the user to
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Renato Oliveira</dc:creator><pubDate>Mon, 13 Aug 2018 14:24:09 -0000</pubDate><guid>https://sourceforge.net7a9fb074a6d94012f2b005c79bebf7da7fb27756</guid></item><item><title>Home modified by Renato Oliveira</title><link>https://sourceforge.net/p/pipebar/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v12
+++ v13
@@ -1,12 +1,12 @@
 # Pipebar: a fast and accurate pipeline for DNA barcoding analysis #

-It runs a barcode pipeline to assemble Sanger files (.AB1).
+It runs a barcode pipeline to assemble Sanger (.AB1), FASTQ or FASTA files.

 ### How does it work? ###

 * Use nano/vi to change FORWARD &amp;amp; REVERSE folders into the pipebar shell script. 
 * FORWARD &amp;amp; REVERSE folders must contain its corresponding AB1 files.
-* Version 1.0.
+* Version 3.0.

 ### How do I get set up? ###
 To facilitate the use of PIPEBAR by the users, we created a docker image which will enable the user to
@@ -43,19 +43,48 @@
 At this point you will be enabled to run the pipeline, as it follows.

 ~~~
-./pipebar &amp;lt;separator_of_forward reverse_reads=""&amp;gt; &amp;lt;min_overlap&amp;gt; &amp;lt;min_similarity&amp;gt;
-&amp;lt;phred_offset&amp;gt; &amp;lt;phred_threshold&amp;gt; &amp;lt;"coding" or "non-coding" sequence&amp;gt; &amp;lt;"full" or "fast" report&amp;gt;
+./pipebar --format &amp;lt;"ab1", "fastq" or "fastaqual"&amp;gt; --sep &amp;lt;separator_of_forward reverse_reads=""&amp;gt; --mo &amp;lt;min_overlap&amp;gt; --ms &amp;lt;min_similarity&amp;gt; --phred &amp;lt;phred_offset&amp;gt; -q &amp;lt;phred_threshold&amp;gt; --coding &amp;lt;"1" for coding sequences or "0" for non-coding" sequence&amp;gt; --gcode &amp;lt;"1" for Standard code, "2" to Vertebrate Mitochondrial Code, "5" to Invertebrate Mitochondrial Code or "11" to Bacterial, Archaeal and Plant plastid code&amp;gt; --rep &amp;lt;"full" or "fast" report&amp;gt;
 ~~~

-ex.: ./pipebar _ 25 0.9 33 20 coding fast
+ex.: ./pipebar --format ab1 --sep _ --mo 25 --ms 0.9 --phred 33 -q 20 --coding 1 --gcode 1 --rep fast

-* &amp;lt;separator_of_forward reverse_reads=""&amp;gt;: The IDs from both forward and reverse reads must have a separator. ex: 001read_forward and 001read_reverse have "_" as separator;
-* &amp;lt;min_overlap&amp;gt;: length of the minimum overlap between the paired reads (Default 25);
-* &amp;lt;min_similarity&amp;gt;: percentage of the accepted minimum similarity between an overlap region of two paired reads;
-* &amp;lt;phred_offset&amp;gt;: The offset of the PHRED qualities codes used (33 or 64);
-* &amp;lt;phred_threshold&amp;gt;: The minimum quality value for trimming and filtering steps;
-* &amp;lt;"coding" or "non-coding" sequence&amp;gt;: Inform if the barcode sequences to be analyzed are from coding (e.g. rbcL, matK) or non-coding (e.g. ITS, atpF-trnH) regions;
-* &amp;lt;"full" or "fast" report&amp;gt;: A full report will generate a quality graphical report for each barcode sequence analyzed, while a fast report will generate an overview of the analyzed barcodes in one single report.
+Options:
+
+    -h|--help  
+        Show this output.
+    -V|--version
+        Show version information.
+    --format &amp;lt;string&amp;gt;
+        Input format. Can be "ab1", "fastq" or "fastaqual".
+    --sep &amp;lt;string&amp;gt;
+        The IDs from both forward and reverse reads must have a separator.
+        Ex: 001read_forward and 001read_reverse have "_" (default) as 
+        separator
+    --mo &amp;lt;integer&amp;gt;
+        Length of the minimum overlap between the paired reads (default is 25).
+    --ms &amp;lt;float&amp;gt;
+        Percentage of the accepted minimum similarity in an overlap region of
+        two paired reads (default is 0.9).
+    --phred &amp;lt;integer&amp;gt;
+        The offset of the PHRED qualities codes used. 
+        Can be 33 or 64 (default is 33).
+    -q &amp;lt;integer&amp;gt;
+        The minimum quality value for trimming and 
+        filtering steps (default is 20).
+    --coding &amp;lt;integer&amp;gt;
+        Inform if the barcode sequences to be analyzed are from 
+        coding (e.g. rbcL, matK) or non-coding (e.g. ITS, atpF-trnH) regions.
+        Inform "1" for coding or "0" for non-coding sequences (default is 1)
+    --gcode &amp;lt;integer&amp;gt;
+        The genetic code to be used when translating the nucleotide
+        sequences into protein, when it comes to a coding region. It can be
+        "1" to Standard Code, "2" to Vertebrate Mitochondrial Code,
+        "5" to Invertebrate Mitochondrial Code or "11" to Bacterial, Archaeal
+        and Plant plastid code.
+    --rep &amp;lt;string&amp;gt;
+        A full report will generate a quality graphical report for each 
+        barcode sequence analyzed, while a fast report will generate an overview 
+        of the analyzed barcodes in one single report (default is "fast")

 When the pipeline finishes its execution, you need to exit the pipebar environment, just enter:
 `exit`
@@ -84,32 +113,54 @@
 - **fastx_toolkit**: http://hannonlab.cshl.edu/fastx_toolkit/
 - **BBmap**: https://sourceforge.net/projects/bbmap/?source=typ_redirect
 - **FastQC**: http://www.bioinformatics.babraham.ac.uk/projects/fastqc/
-- **OverlapPER**: https://sourceforge.net/projects/pipebar/files/overlapper.py/download
+- **OverlapPER**: https://sourceforge.net/projects/overlapper-reads/files/OverlapPER-1.5.tar.gz/download

 #####Step 1 - Running Pipebar
 At this point you will be enabled to run the pipeline, as it follows.

 ~~~
-./pipebar &amp;lt;separator_of_forward reverse_reads=""&amp;gt; &amp;lt;min_overlap&amp;gt; &amp;lt;min_similarity&amp;gt;
-&amp;lt;phred_offset&amp;gt; &amp;lt;phred_threshold&amp;gt; &amp;lt;"coding" or "non-coding" sequence&amp;gt; &amp;lt;"full" or "fast"
-report&amp;gt;
+./pipebar --format &amp;lt;"ab1", "fastq" or "fastaqual"&amp;gt; --sep &amp;lt;separator_of_forward reverse_reads=""&amp;gt; --mo &amp;lt;min_overlap&amp;gt; --ms &amp;lt;min_similarity&amp;gt; --phred &amp;lt;phred_offset&amp;gt; -q &amp;lt;phred_threshold&amp;gt; --coding &amp;lt;"1" for coding sequences or "0" for non-coding" sequence&amp;gt; --gcode &amp;lt;"1" for Standard code, "2" to Vertebrate Mitochondrial Code, "5" to Invertebrate Mitochondrial Code or "11" to Bacterial, Archaeal and Plant plastid code&amp;gt; --rep &amp;lt;"full" or "fast" report&amp;gt;
 ~~~
-ex.: ./pipebar _ 25 0.9 33 20 coding fast
+ex.: ./pipebar --format ab1 --sep _ --mo 25 --ms 0.9 --phred 33 -q 20 --coding 1 --gcode 1 --rep fast

-* &amp;lt;separator_of_forward reverse_reads=""&amp;gt;: The IDs from both forward and reverse
-* reads must have a separator. ex: 001read_forward and 001read_reverse have "_" as
-* separator;
-* &amp;lt;min_overlap&amp;gt;: length of the minimum overlap between the paired reads (Default 25);
-* &amp;lt;min_similarity&amp;gt;: percentage of the accepted minimum similarity between an overlap
-* region of two paired reads;
-* &amp;lt;phred_offset&amp;gt;: The offset of the PHRED qualities codes used (33 or 64);
-* &amp;lt;phred_threshold&amp;gt;: The minimum quality value for trimming and filtering steps;
-* &amp;lt;"coding" or "non-coding" sequence&amp;gt;: Inform if the barcode sequences to be analyzed
-* are from coding (e.g. rbcL, matK) or non-coding (e.g. ITS, atpF-trnH) regions;
-* &amp;lt;"full" or "fast" report&amp;gt;: A full report will generate a quality graphical report for each
-* barcode sequence analyzed, while a fast report will generate an overview of the
-* analyzed barcodes in one single report.
+ Options:
+
+    -h|--help  
+        Show this output.
+    -V|--version
+        Show version information.
+    --format &amp;lt;string&amp;gt;
+        Input format. Can be "ab1", "fastq" or "fastaqual".
+    --sep &amp;lt;string&amp;gt;
+        The IDs from both forward and reverse reads must have a separator.
+        Ex: 001read_forward and 001read_reverse have "_" (default) as 
+        separator
+    --mo &amp;lt;integer&amp;gt;
+        Length of the minimum overlap between the paired reads (default is 25).
+    --ms &amp;lt;float&amp;gt;
+        Percentage of the accepted minimum similarity in an overlap region of
+        two paired reads (default is 0.9).
+    --phred &amp;lt;integer&amp;gt;
+        The offset of the PHRED qualities codes used. 
+        Can be 33 or 64 (default is 33).
+    -q &amp;lt;integer&amp;gt;
+        The minimum quality value for trimming and 
+        filtering steps (default is 20).
+    --coding &amp;lt;integer&amp;gt;
+        Inform if the barcode sequences to be analyzed are from 
+        coding (e.g. rbcL, matK) or non-coding (e.g. ITS, atpF-trnH) regions.
+        Inform "1" for coding or "0" for non-coding sequences (default is 1)
+    --gcode &amp;lt;integer&amp;gt;
+        The genetic code to be used when translating the nucleotide
+        sequences into protein, when it comes to a coding region. It can be
+        "1" to Standard Code, "2" to Vertebrate Mitochondrial Code,
+        "5" to Invertebrate Mitochondrial Code or "11" to Bacterial, Archaeal
+        and Plant plastid code.
+    --rep &amp;lt;string&amp;gt;
+        A full report will generate a quality graphical report for each 
+        barcode sequence analyzed, while a fast report will generate an overview 
+        of the analyzed barcodes in one single report (default is "fast")

 #####Step 2 - Getting the Results
 The resulting files are:
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Renato Oliveira</dc:creator><pubDate>Wed, 13 Jun 2018 16:35:20 -0000</pubDate><guid>https://sourceforge.net58f8d7bb69081bd972fb162cf2a17a317f9bb599</guid></item><item><title>Home modified by Renato Oliveira</title><link>https://sourceforge.net/p/pipebar/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v11
+++ v12
@@ -72,8 +72,8 @@
 * TrimmedStop_DNA.fasta;
 * TrimmedStop_Prot.fasta;
 * fastqc_report;
-* *overlapped_fastqc.html;
-* *overlapped_fastqc.zip;
+* * overlapped_fastqc.html;
+* * overlapped_fastqc.zip;

@@ -122,8 +122,8 @@
 * TrimmedStop_DNA.fasta
 * TrimmedStop_Prot.fasta
 * fastqc_report
-* *overlapped_fastqc.html;
-* *overlapped_fastqc.zip;
+* * overlapped_fastqc.html;
+* * overlapped_fastqc.zip;

 [[members limit=20]]
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Renato Oliveira</dc:creator><pubDate>Mon, 13 Nov 2017 19:03:22 -0000</pubDate><guid>https://sourceforge.neta00bef1b1230a29f0c1c7ac11399644ab76215a2</guid></item><item><title>Home modified by Renato Oliveira</title><link>https://sourceforge.net/p/pipebar/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v10
+++ v11
@@ -72,8 +72,8 @@
 * TrimmedStop_DNA.fasta;
 * TrimmedStop_Prot.fasta;
 * fastqc_report;
-* * overlapped_fastqc.html;
-* * overlapped_fastqc.zip;
+* *overlapped_fastqc.html;
+* *overlapped_fastqc.zip;

@@ -122,8 +122,9 @@
 * TrimmedStop_DNA.fasta
 * TrimmedStop_Prot.fasta
 * fastqc_report
-* * overlapped_fastqc.html
-* * overlapped_fastqc.zip
+* *overlapped_fastqc.html;
+* *overlapped_fastqc.zip;
+

 [[members limit=20]]
 [[download_button]]
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Renato Oliveira</dc:creator><pubDate>Mon, 13 Nov 2017 19:02:56 -0000</pubDate><guid>https://sourceforge.netd89ae2e2e07d6b57c582cfa5ee731817ba417cf8</guid></item><item><title>Home modified by Renato Oliveira</title><link>https://sourceforge.net/p/pipebar/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v9
+++ v10
@@ -63,6 +63,7 @@
 #####Step 6 - Getting the Results
 The pipebar script saves the results in the ResultPipebar folder that is in the same directory
 from where it was called. The resulting files are:
+
 * notAssembled-1.fastq;
 * notAssembled-2.fastq;
 * overlaped.fasta;
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Renato Oliveira</dc:creator><pubDate>Mon, 13 Nov 2017 19:02:12 -0000</pubDate><guid>https://sourceforge.net774a6be4968c4c4630dcf5334ca212b536439b74</guid></item><item><title>Home modified by Renato Oliveira</title><link>https://sourceforge.net/p/pipebar/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v8
+++ v9
@@ -49,19 +49,13 @@

 ex.: ./pipebar _ 25 0.9 33 20 coding fast

-* &amp;lt;separator_of_forward reverse_reads=""&amp;gt;: The IDs from both forward and reverse
-* reads must have a separator. ex: 001read_forward and 001read_reverse have "_" as
-* separator;
+* &amp;lt;separator_of_forward reverse_reads=""&amp;gt;: The IDs from both forward and reverse reads must have a separator. ex: 001read_forward and 001read_reverse have "_" as separator;
 * &amp;lt;min_overlap&amp;gt;: length of the minimum overlap between the paired reads (Default 25);
-* &amp;lt;min_similarity&amp;gt;: percentage of the accepted minimum similarity between an overlap
-* region of two paired reads;
+* &amp;lt;min_similarity&amp;gt;: percentage of the accepted minimum similarity between an overlap region of two paired reads;
 * &amp;lt;phred_offset&amp;gt;: The offset of the PHRED qualities codes used (33 or 64);
 * &amp;lt;phred_threshold&amp;gt;: The minimum quality value for trimming and filtering steps;
-* &amp;lt;"coding" or "non-coding" sequence&amp;gt;: Inform if the barcode sequences to be analyzed
-* are from coding (e.g. rbcL, matK) or non-coding (e.g. ITS, atpF-trnH) regions;
-* &amp;lt;"full" or "fast" report&amp;gt;: A full report will generate a quality graphical report for each
-* barcode sequence analyzed, while a fast report will generate an overview of the
-* analyzed barcodes in one single report.
+* &amp;lt;"coding" or "non-coding" sequence&amp;gt;: Inform if the barcode sequences to be analyzed are from coding (e.g. rbcL, matK) or non-coding (e.g. ITS, atpF-trnH) regions;
+* &amp;lt;"full" or "fast" report&amp;gt;: A full report will generate a quality graphical report for each barcode sequence analyzed, while a fast report will generate an overview of the analyzed barcodes in one single report.

 When the pipeline finishes its execution, you need to exit the pipebar environment, just enter:
 `exit`
@@ -69,16 +63,16 @@
 #####Step 6 - Getting the Results
 The pipebar script saves the results in the ResultPipebar folder that is in the same directory
 from where it was called. The resulting files are:
-* notAssembled-1.fastq
-* notAssembled-2.fastq
-* overlaped.fasta
-* overlapped.fastq
-* report.pdf
-* TrimmedStop_DNA.fasta
-* TrimmedStop_Prot.fasta
-* fastqc_report
-* * overlapped_fastqc.html
-* * overlapped_fastqc.zip
+* notAssembled-1.fastq;
+* notAssembled-2.fastq;
+* overlaped.fasta;
+* overlapped.fastq;
+* report.pdf;
+* TrimmedStop_DNA.fasta;
+* TrimmedStop_Prot.fasta;
+* fastqc_report;
+* * overlapped_fastqc.html;
+* * overlapped_fastqc.zip;

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Renato Oliveira</dc:creator><pubDate>Mon, 13 Nov 2017 19:01:31 -0000</pubDate><guid>https://sourceforge.net91cf6e782378314e61b522f65ec590714da0c42f</guid></item><item><title>Home modified by Renato Oliveira</title><link>https://sourceforge.net/p/pipebar/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v7
+++ v8
@@ -24,27 +24,29 @@

 #####Step 2 – Checking Docker installation
-&amp;gt;&amp;gt; sudo docker --version
+`sudo docker --version`

 #####Step 3 – Downloading the Pipebar Script
 In this step, you will download the script, available on SourceForge, that automatize the
 Pipebar pipeline. To download the script, enter:
-&amp;gt;&amp;gt;wget https://sourceforge.net/projects/pipebar/files/pipebarScript.sh
+`wget https://sourceforge.net/projects/pipebar/files/pipebarScript.sh`

 #####Step 4 - Initiating Pipebar
 After downloading the script, you will be able to run the pipeline. With superuser permission
 you will type:

-&amp;gt;&amp;gt;sudo sh pipebarScript.sh path/to/forward/reads path/to/reverse/reads
+`sudo sh pipebarScript.sh path/to/forward/reads path/to/reverse/reads`
 You need to pass two parameters, the path to forward and reverse reads. Once you entered the
 above command you will get a similar output, regarding the creation of the Pipebar container.

 #####Step 5 - Running Pipebar
 At this point you will be enabled to run the pipeline, as it follows.

-&amp;gt;&amp;gt; ./pipebar &amp;lt;separator_of_forward reverse_reads=""&amp;gt; &amp;lt;min_overlap&amp;gt; &amp;lt;min_similarity&amp;gt;
-&amp;lt;phred_offset&amp;gt; &amp;lt;phred_threshold&amp;gt; &amp;lt;"coding" or "non-coding" sequence&amp;gt; &amp;lt;"full" or "fast"
-* report&amp;gt;
+~~~
+./pipebar &amp;lt;separator_of_forward reverse_reads=""&amp;gt; &amp;lt;min_overlap&amp;gt; &amp;lt;min_similarity&amp;gt;
+&amp;lt;phred_offset&amp;gt; &amp;lt;phred_threshold&amp;gt; &amp;lt;"coding" or "non-coding" sequence&amp;gt; &amp;lt;"full" or "fast" report&amp;gt;
+~~~
+
 ex.: ./pipebar _ 25 0.9 33 20 coding fast

 * &amp;lt;separator_of_forward reverse_reads=""&amp;gt;: The IDs from both forward and reverse
@@ -62,7 +64,7 @@
 * analyzed barcodes in one single report.

 When the pipeline finishes its execution, you need to exit the pipebar environment, just enter:
-&amp;gt;&amp;gt;exit
+`exit`

 #####Step 6 - Getting the Results
 The pipebar script saves the results in the ResultPipebar folder that is in the same directory
@@ -93,9 +95,11 @@
 #####Step 1 - Running Pipebar
 At this point you will be enabled to run the pipeline, as it follows.

-&amp;gt;&amp;gt; ./pipebar &amp;lt;separator_of_forward reverse_reads=""&amp;gt; &amp;lt;min_overlap&amp;gt; &amp;lt;min_similarity&amp;gt;
+~~~
+./pipebar &amp;lt;separator_of_forward reverse_reads=""&amp;gt; &amp;lt;min_overlap&amp;gt; &amp;lt;min_similarity&amp;gt;
 &amp;lt;phred_offset&amp;gt; &amp;lt;phred_threshold&amp;gt; &amp;lt;"coding" or "non-coding" sequence&amp;gt; &amp;lt;"full" or "fast"
 report&amp;gt;
+~~~
 ex.: ./pipebar _ 25 0.9 33 20 coding fast

 * &amp;lt;separator_of_forward reverse_reads=""&amp;gt;: The IDs from both forward and reverse
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Renato Oliveira</dc:creator><pubDate>Mon, 13 Nov 2017 18:59:02 -0000</pubDate><guid>https://sourceforge.net7f93ec44e174b11552ff9b91bb54f0a54ae8286f</guid></item><item><title>Home modified by Renato Oliveira</title><link>https://sourceforge.net/p/pipebar/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v6
+++ v7
@@ -17,8 +17,11 @@
 usage along PIPEBAR.

 #####Step 1 – Installing Docker and wget (prerequisites)
-&amp;gt;&amp;gt; sudo apt-get install docker.io
-&amp;gt;&amp;gt; sudo apt-get install wget
+~~~
+sudo apt-get install docker.io
+sudo apt-get install wget
+~~~
+

 #####Step 2 – Checking Docker installation
 &amp;gt;&amp;gt; sudo docker --version
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Renato Oliveira</dc:creator><pubDate>Mon, 13 Nov 2017 18:57:37 -0000</pubDate><guid>https://sourceforge.net30cd72421ae2aaca96e55a8bee015aa73bb4a951</guid></item><item><title>Home modified by Renato Oliveira</title><link>https://sourceforge.net/p/pipebar/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v5
+++ v6
@@ -9,19 +9,73 @@
 * Version 1.0.

 ### How do I get set up? ###
+To facilitate the use of PIPEBAR by the users, we created a docker image which will enable the user to
+run PIPEBAR without installing its dependencies.

-#### Installation using Docker:
-To facilitate the installation of pipebar for interested users, we created an image on docker that discards the installation of all the tools used in Pipebar.
+####Installation using docker (see https://docs.docker.com):
+A docker image is available so the installation of all required tools are already wraped up for
+usage along PIPEBAR.

-You will need to:
-* Install Docker: 
-    * Linux and MacOS: 
-        1. open the terminal and type "sudo apt-get install docker.io"
-        2. "sudo docker pull itvds-bioinfo/pipebar"
-        3. "sudo docker run -t -i itvds-bioinfo/pipebar /bin/bash"
-        4. "cd /home/pipebar"
-        5. To copy your AB1 files to the forward and reverse files, first you will have to run the docker as demostrated in previous steps. This will generate a container number in the format root@&amp;lt;container&amp;gt;. Use this number as destination to your files: "sudo docker cp your_forward_ab1files/ &amp;lt;container&amp;gt;:/home/pipebar"
-        6. Run "**./pipebar** &amp;lt;separator_of_forward reverse_reads=""&amp;gt; &amp;lt;min_overlap&amp;gt; &amp;lt;min_similarity&amp;gt; &amp;lt;phred_offset&amp;gt;"
+#####Step 1 – Installing Docker and wget (prerequisites)
+&amp;gt;&amp;gt; sudo apt-get install docker.io
+&amp;gt;&amp;gt; sudo apt-get install wget
+
+#####Step 2 – Checking Docker installation
+&amp;gt;&amp;gt; sudo docker --version
+
+#####Step 3 – Downloading the Pipebar Script
+In this step, you will download the script, available on SourceForge, that automatize the
+Pipebar pipeline. To download the script, enter:
+&amp;gt;&amp;gt;wget https://sourceforge.net/projects/pipebar/files/pipebarScript.sh
+
+#####Step 4 - Initiating Pipebar
+After downloading the script, you will be able to run the pipeline. With superuser permission
+you will type:
+
+&amp;gt;&amp;gt;sudo sh pipebarScript.sh path/to/forward/reads path/to/reverse/reads
+You need to pass two parameters, the path to forward and reverse reads. Once you entered the
+above command you will get a similar output, regarding the creation of the Pipebar container.
+
+#####Step 5 - Running Pipebar
+At this point you will be enabled to run the pipeline, as it follows.
+
+&amp;gt;&amp;gt; ./pipebar &amp;lt;separator_of_forward reverse_reads=""&amp;gt; &amp;lt;min_overlap&amp;gt; &amp;lt;min_similarity&amp;gt;
+&amp;lt;phred_offset&amp;gt; &amp;lt;phred_threshold&amp;gt; &amp;lt;"coding" or "non-coding" sequence&amp;gt; &amp;lt;"full" or "fast"
+* report&amp;gt;
+ex.: ./pipebar _ 25 0.9 33 20 coding fast
+
+* &amp;lt;separator_of_forward reverse_reads=""&amp;gt;: The IDs from both forward and reverse
+* reads must have a separator. ex: 001read_forward and 001read_reverse have "_" as
+* separator;
+* &amp;lt;min_overlap&amp;gt;: length of the minimum overlap between the paired reads (Default 25);
+* &amp;lt;min_similarity&amp;gt;: percentage of the accepted minimum similarity between an overlap
+* region of two paired reads;
+* &amp;lt;phred_offset&amp;gt;: The offset of the PHRED qualities codes used (33 or 64);
+* &amp;lt;phred_threshold&amp;gt;: The minimum quality value for trimming and filtering steps;
+* &amp;lt;"coding" or "non-coding" sequence&amp;gt;: Inform if the barcode sequences to be analyzed
+* are from coding (e.g. rbcL, matK) or non-coding (e.g. ITS, atpF-trnH) regions;
+* &amp;lt;"full" or "fast" report&amp;gt;: A full report will generate a quality graphical report for each
+* barcode sequence analyzed, while a fast report will generate an overview of the
+* analyzed barcodes in one single report.
+
+When the pipeline finishes its execution, you need to exit the pipebar environment, just enter:
+&amp;gt;&amp;gt;exit
+
+#####Step 6 - Getting the Results
+The pipebar script saves the results in the ResultPipebar folder that is in the same directory
+from where it was called. The resulting files are:
+* notAssembled-1.fastq
+* notAssembled-2.fastq
+* overlaped.fasta
+* overlapped.fastq
+* report.pdf
+* TrimmedStop_DNA.fasta
+* TrimmedStop_Prot.fasta
+* fastqc_report
+* * overlapped_fastqc.html
+* * overlapped_fastqc.zip
+
+

 ####Installing dependencies manually. 
 You will need to download the following packages and install them:
@@ -33,20 +87,41 @@
 - **OverlapPER**: https://sourceforge.net/projects/pipebar/files/overlapper.py/download

-### How to run? ###
+#####Step 1 - Running Pipebar
+At this point you will be enabled to run the pipeline, as it follows.

-* Put your AB1 and PHD.1 files in the respective Forward and Reverse folders.
-* Usage: **./pipebar** &amp;lt;separator_of_forward reverse_reads=""&amp;gt; &amp;lt;min_overlap&amp;gt; &amp;lt;min_similarity&amp;gt; &amp;lt;phred_offset&amp;gt;
-- &amp;lt;separator_of_forward reverse_reads=""&amp;gt;: The IDs from both forward and reverse reads must have a separator
-ex: 001read_forward and 001read_reverse have "_" as separator;
-- &amp;lt;min_overlap&amp;gt;: length of the minimum overlap between the paired reads;
-- &amp;lt;min_similarity&amp;gt;: percentage of the accepted minimum similarity between an overlap region of two paired reads;
-- &amp;lt;phred_offset&amp;gt;: The offset of the PHRED qualities codes used (33 or 64);
+&amp;gt;&amp;gt; ./pipebar &amp;lt;separator_of_forward reverse_reads=""&amp;gt; &amp;lt;min_overlap&amp;gt; &amp;lt;min_similarity&amp;gt;
+&amp;lt;phred_offset&amp;gt; &amp;lt;phred_threshold&amp;gt; &amp;lt;"coding" or "non-coding" sequence&amp;gt; &amp;lt;"full" or "fast"
+report&amp;gt;
+ex.: ./pipebar _ 25 0.9 33 20 coding fast

-### Output ###
+* &amp;lt;separator_of_forward reverse_reads=""&amp;gt;: The IDs from both forward and reverse
+* reads must have a separator. ex: 001read_forward and 001read_reverse have "_" as
+* separator;
+* &amp;lt;min_overlap&amp;gt;: length of the minimum overlap between the paired reads (Default 25);
+* &amp;lt;min_similarity&amp;gt;: percentage of the accepted minimum similarity between an overlap
+* region of two paired reads;
+* &amp;lt;phred_offset&amp;gt;: The offset of the PHRED qualities codes used (33 or 64);
+* &amp;lt;phred_threshold&amp;gt;: The minimum quality value for trimming and filtering steps;
+* &amp;lt;"coding" or "non-coding" sequence&amp;gt;: Inform if the barcode sequences to be analyzed
+* are from coding (e.g. rbcL, matK) or non-coding (e.g. ITS, atpF-trnH) regions;
+* &amp;lt;"full" or "fast" report&amp;gt;: A full report will generate a quality graphical report for each
+* barcode sequence analyzed, while a fast report will generate an overview of the
+* analyzed barcodes in one single report.

-* The pipeline provides the resulting files overlapped.fastq &amp;amp; overlapped.fasta.
-* The pipeline also provides a full fastqc report.
+#####Step 2 - Getting the Results
+The resulting files are:
+
+* notAssembled-1.fastq
+* notAssembled-2.fastq
+* overlaped.fasta
+* overlapped.fastq
+* report.pdf
+* TrimmedStop_DNA.fasta
+* TrimmedStop_Prot.fasta
+* fastqc_report
+* * overlapped_fastqc.html
+* * overlapped_fastqc.zip

 [[members limit=20]]
 [[download_button]]
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Renato Oliveira</dc:creator><pubDate>Mon, 13 Nov 2017 18:56:04 -0000</pubDate><guid>https://sourceforge.netf9d98172d236875f0de1983744edba659ffb9079</guid></item><item><title>Home modified by Renato Oliveira</title><link>https://sourceforge.net/p/pipebar/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/pipebar/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/reinator/"&gt;Renato Oliveira&lt;/a&gt; (admin)&lt;/li&gt;
		
	&lt;/ul&gt;&lt;br/&gt;
&lt;p&gt;&lt;span class="download-button-588611f5d46bb479fa8e0d8f" 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/">Renato Oliveira</dc:creator><pubDate>Mon, 23 Jan 2017 14:23:49 -0000</pubDate><guid>https://sourceforge.net564c5581a0fadb17b8c0e929c056bc8fd19958df</guid></item></channel></rss>