@@ -44,7 +45,11 @@ For that, we use the following programs :
-[LULU](https://github.com/tobiasgf/lulu) : a R package
-[VSEARCH](https://github.com/torognes/vsearch) : a set of commands written in C++
In our study, we analyze the results of a paired-end sequencing, after extraction and amplification of filtrated eDNA from aquarium seawater, to detect intraspecific haplotypic variability in *Mullus surmuletus*.
The following figure summarizes the twelve pipelines compared in our study :

In our study, we analyze the results of a paired-end sequencing, after extraction and amplification of filtrated eDNA from aquarium seawater, to detect intraspecific haplotypic variability in *Mullus surmuletus*. Only one aquarium is given as example in the scripts.
<aname="install"></a>
## II - Installation
...
...
@@ -228,13 +233,24 @@ This dereplication will considerably reduce the processing time of the next step
## IV - Key processing steps
<aname="step21"></a>
## IV - 1 - OBITOOLS processing step (Pipelines A)
### IV - 1 - OBITOOLS processing step (Pipelines A)
The OBITOOLS command used in pipelines A is _obiclean_. This command eliminates punctual errors caused during PCR. The algorithm makes parwise alignments for all the amplicons. It counts the number of dissimilarities between the amplicons, and calculates the ratio between the abundance of the two amplicons aligned. If there is only 1 dissimilarity (parameter by default, can be modified by the user) and if the ratio is lower than a threshold set by the user, the less abundant amplicon is considered as a variant of the most abundant one.
Sequences which are at the origin of variants without being considered as one are tagged "head". The variants are tagged "internal". The other sequences are tagged "singleton".