- Description: How to launch scripts to get STR genotype from genomes on all the locus tested
- Author: Anne-Sophie Denommé-Pichon
- Version: 0.0.1
- Licence: AGPLv3
- Description: this pipeline allows to get STR genotype from short-read genomes on the locus specified. It uses ExpansionHunter, Tredparse and GangSTR. It computes genotypes called by the tools and identifies STR expansions using 3 outlier detection methods to highlight abnormal repeat counts.
1. Fill the configuration file `config.sh`.
2. Create `samples.list` (bam file names without .bam).
## Setup
- Fill the configuration file `config.sh`. There is an example in the repository.
- Create `samples.list` (bam file names without .bam). There is an example in the repository.
## Usage
For now, scripts have to be launched from the clone directory.