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

4 роки тому
4 роки тому
4 роки тому
4 роки тому
4 роки тому
4 роки тому
4 роки тому
4 роки тому
4 роки тому
4 роки тому
4 роки тому
4 роки тому
4 роки тому
4 роки тому
4 роки тому
4 роки тому
4 роки тому
4 роки тому
4 роки тому
1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. This APP developed for somatic short variant discovery (SNVs + Indels).
  2. **Supported callers**
  3. * TNhaplotyper2
  4. * TNscope
  5. * VarScan
  6. * TNhaplotyper (This caller is only available in `v0.1.0` as it is too outdated)
  7. Variant caller can be selected by setting `ture/false` in the submitted sample.csv.
  8. **Types of data that can be received**
  9. * TN matched WES
  10. * WGS
  11. The datatype is judged by whether the bed file is set (i.e. the `regions` in inputs).
  12. #### New version
  13. * The TNhaplotyper, also named as TNseq in `v0.1.0`, has beed substituted by TNhaplotyper2.
  14. * The `corealigner` step has been removed.
  15. #### How to run this APP
  16. We recommend using choppy system and Aliyun OSS service. The command will look like this:
  17. ```
  18. open-choppy-env
  19. choppy install YaqingLiu/variant-calling-latest
  20. choppy samples YaqingLiu/variant-calling-latest --no-default
  21. # sample_id,normal_fastq_1,normal_fastq_2,tumor_fastq_1,tumor_fastq_2
  22. choppy batch YaqingLiu/variant-calling-latest samples.csv -p Project -l Label
  23. # Query the status of all tasks in the project
  24. choppy query -L Label | grep "status"
  25. ```
  26. **Please note**: The `defaults` can be forcibly replaced by the settings in `samples.csv`. Therefore, there is no need to contact me over this issue.
  27. **Please carefully check**
  28. * the reference genome
  29. * bed file
  30. * the caller you want to use
  31. * whether PoN needs to be set