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

3
- ASDP PIPELINE
4
- Author:  Anne-Sophie Denommé-Pichon
5
- 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
1. Fill the configuration file `config.sh`.
10 11 12 13
2. Create `samples.list` (bam file names without .bam).

For now, scripts have to be launched from the clone directory.
3. Launch `launch_pipeline.sh`: `nohup ./launch_pipeline.sh samples.list &`. Dependencies:
14
   - `config.sh`
15
   - `samples.list`
16 17 18 19
   - `pipeline.sh`
   - `wrapper_delete.sh`
   - `wrapper_ehdn.sh`
   - `wrapper_expansionhunter.sh`
20
   - `wrapper_gangstr.sh`
21 22
   - `wrapper_transfer.sh`
   - `wrapper_tredparse.sh`
23
4. Optional: launch `launch_pipeline_ehdn_outlier.sh`: `nohup ./launch_pipeline_ehdn_outlier.sh &`. Dependencies:
24 25 26
   - `config.sh`
   - `pipeline_ehdn_outlier.sh`
   - `wrapper_ehdn_outlier.sh`
27
5. Launch `launch_results.sh`: `nohup ./launch_results.sh samples.list &`. Dependencies:
28 29 30 31 32 33 34
   - `config.sh`
   - `sample.list`
   - `patho.csv`
   - `getResults.py`
   - `launch_str_outliers.sh`
   - `str_outliers.py`
6. Optional: launch `launch_str_plotly.sh`.
35
7. Get files (i.e.: `scp 'username@ssh-ccub.u-bourgogne.fr:/work/gad/shared/analyse/STR/results/*' .`)
36