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

README.md 1.5KB

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