@@ -17,6 +17,8 @@ Uricaru R., Rizk G., Lacroix V., Quillery E., Plantard O., Chikhi R., Lemaitre C
Peterlongo, P., Riou, C., Drezen, E., Lemaitre, C. (2017). [DiscoSnp ++ : de novo detection of small variants from raw unassembled read set(s).](http://doi.org/https://doi.org/10.1101/209965) BioRxiv.
Gauthier, J., Mouden, C., Suchan, T., Alvarez, N., Arrigo, N., Riou, C., Lemaitre, C., Peterlongo, P. (2017). [DiscoSnp-RAD: de novo detection of small variants for population genomics](https://www.biorxiv.org/content/early/2017/11/09/216747). BioRxiv
## DiscoSnp++ or DiscoSnpRad
We propose a DiscoSnp++ adaptation for RAD-Seq data. A script, called `run_discoSnpRad.sh`, is adapted to this kind of data. See below for more details.
# DiscoSnpRAD: small variant discovery and genotyping for RAD-seq data
DiscoSnpRAD is a pipeline based on discoSnp++ to discover small variants in RAD-like sequencing data. The differences with respect to using directly discoSnp++ lies in three main features:
* an enhanced bubble model to deal with RAD-like sequences
* using specific discoSnp++ parameters and filters, adapted to RAD-like data
* clustering the called variants into loci
**Reference:**
Gauthier, J., Mouden, C., Suchan, T., Alvarez, N., Arrigo, N., Riou, C., Lemaitre, C., Peterlongo, P. (2017). [DiscoSnp-RAD: de novo detection of small variants for population genomics](https://www.biorxiv.org/content/early/2017/11/09/216747). BioRxiv
## Installation
* discoSnp++
*`short_read_connector` must have been downloaded and installed (clustering task). [https://github.com/GATB/short_read_connector](https://github.com/GATB/short_read_connector)
**absolute** path to short_read_connector directory, containing the "short_read_connector.sh" file.
-Note1: short read connector must be compiled.
-Note2: with this option, discoSnpRad provide a vcf file containing SNPs and INDELS, clustered by locus
```
All other options are described in [discoSnp++ README](../README.md). Note that many discoSNP++ parameters have here default values, specifically adapted to RAD-seq data.
To see all options:
```
./run_discoSnpRad.sh -h
```
## Output
* a log file reminds all filtering steps applied and the name of the output .vcf file
* a vcf file containing results of filtering and clustering
## Content of this directory
Additionnally to the main script of discoSnpRAD, this directory contains two sub-directories :
*[clustering_scripts](clustering_scripts/) : it contains the scripts used by the main script of discoSnpRAD for clustering and formatting the variants.
*[post-processing_scripts](post-processing_scripts/) : it contains several scripts that can be usefull to post-process the results of discoSnpRAD, ie. filtering results according to various criteria, changing format, preparing data for Structure, etc.