Germline & Somatic short variant discovery (SNVs + Indels) for WGS & WES.
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

hace 4 años
hace 4 años
hace 4 años
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,normal_fastq_1,normal_fastq_2,tumor_fastq_1,tumor_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. ```