Germline & Somatic short variant discovery (SNVs + Indels) for WGS & WES.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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