README.md 1.13 KB
Newer Older
1 2
# STR detection pipeline

3 4 5
- ASDP PIPELINE
- Author: anne-sophie.denomme-pichon@u-bourgogne.fr
- Version: 0.0.1
6
- Licence: AGPLv3
7
- Description: How to launch scripts to get STR genotype from genomes on all the locus tested
8

9 10 11
1. Create `samples.list`
2. Fill the configuration file `config.sh`. Warning, don't overwrite existing files
3. Launch `launch_pipeline.sh` : `nohup ./launch_pipeline.sh samples.list &`. Dependencies :
12
   - `config.sh`
13
   - `samples.list`
14 15 16 17
   - `pipeline.sh`
   - `wrapper_delete.sh`
   - `wrapper_ehdn.sh`
   - `wrapper_expansionhunter.sh`
18
   - `wrapper_gangstr.sh`
19 20
   - `wrapper_transfer.sh`
   - `wrapper_tredparse.sh`
21 22 23 24 25
4. Launch `launch_pipeline_ehdn_outlier.sh` : `nohup ./launch_pipeline_ehdn_outlier.sh &`. Dependencies :
   - `config.sh`
   - `pipeline_ehdn_outlier.sh`
   - `wrapper_ehdn_outlier.sh`
5. Launch `getResults.py`. Warning, don't overwrite existing files.
26
6. Launch `launch_str_plotly.sh`.
27
7. Change z-score threshold if necessary in `config.sh`. Launch `launch_str_outliers.sh`. Dependency: `patho.csv`.
28
10. Get files (i.e.: `scp 'an1770de@ssh-ccub.u-bourgogne.fr:/work/gad/shared/analyse/STR/results/*' .`)