Germline & Somatic short variant discovery (SNVs + Indels) for WGS & WES.
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

4 роки тому
1234567891011121314151617181920212223242526272829303132
  1. # README.md
  2. > Author: Yaqing Liu
  3. >
  4. > Email: [yaqing.liu@outlook.com](mailto:yaqing.liu@outlook.com)
  5. >
  6. > Last Updates: 25/04/2021
  7. #### Requirements
  8. - choppy
  9. - Ali-Cloud
  10. - Linux
  11. #### Introduction
  12. Variant calling pipeline from mapping to generating MAF files with three optional callers, i.e. TNseq, TNscope and Varscan2, for WGS and WES data.
  13. **Please carefully check the reference genome, bed file, etc.**
  14. #### Usage
  15. ```
  16. open-choppy-env
  17. choppy install YaqingLiu/variant-calling-latest
  18. choppy samples YaqingLiu/variant-calling-latest --no-default
  19. # sample_id,fastq_1,fastq_2
  20. choppy batch YaqingLiu/variant-calling-latest samples.csv -p Project -l Label
  21. # Query the status of all tasks in the project
  22. choppy query -L Label | grep "status"
  23. ```