Germline & Somatic short variant discovery (SNVs + Indels) for WGS & WES.
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

README.md 1.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. ### Variant Calling
  2. This APP developed for germline and somatic short variant discovery (SNVs + Indels).
  3. ***Supported callers***
  4. **All callers are not activated by default**, which means the default setting is `false`.
  5. You need to manually set the caller to `true` in the submitted sample.csv.
  6. **Germline**
  7. * Haplotyper
  8. If you only want to call germline variants, please set `germline` to true.
  9. **Somatic**
  10. * TNseq (TNhaplotyper2)
  11. * TNscope
  12. * VarScan
  13. * TNhaplotyper (This caller is only available in `v0.1.0` as it is too outdated)
  14. Variant caller can be selected by setting `ture/false` in the submitted sample.csv.
  15. ***Accepted data***
  16. * TN matched WES
  17. * TN matched WGS
  18. The datatype is judged by whether the bed file is set (i.e. the `regions` in inputs).
  19. ### New Releases
  20. * The TNhaplotyper, named as TNseq in `v0.1.0`, has beed substituted by TNhaplotyper2.
  21. * The `corealigner` step has been removed.
  22. * The `vcf2maf` step has been removed. Thus, the final output is the annotated `VCF`.
  23. ### Getting Started
  24. We recommend using choppy system and Aliyun OSS service. The command will look like this:
  25. ```
  26. # Activate the choppy environment
  27. $ open-choppy-env
  28. # Install the APP
  29. $ choppy install YaqingLiu/variant-calling-latest [-f]
  30. # List the parameters
  31. $ choppy samples YaqingLiu/variant-calling-latest [--no-default]
  32. # Submit you task with the `samples.csv file` and `project name`
  33. $ choppy batch YaqingLiu/variant-calling-latest samples.csv -p Project [-l project:Label]
  34. # Query the status of all tasks in the project
  35. $ choppy query -L Label | grep "status"
  36. ```
  37. **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.
  38. The parameters that must need contains: sample_id,normal_fastq_1,normal_fastq_2,tumor_fastq_1,tumor_fastq_2
  39. **Please carefully check**
  40. * the reference genome
  41. * bed file
  42. * the caller you want to use
  43. * whether PoN needs to be set