Annotation of genetic variants detected from human genome hg19 and hg38.
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

pirms 4 gadiem
pirms 4 gadiem
pirms 4 gadiem
pirms 4 gadiem
pirms 4 gadiem
pirms 4 gadiem
1234567891011121314151617181920212223242526
  1. ### ANNOVAR
  2. This APP developed for the annotation of VCF files.
  3. **Please take care to check that the parameter `hg` is compatible with your reference genome reference builds version.**
  4. If the type and version of database currently used in the APP does not meet your needs, please contact the developer.
  5. ### Getting Started
  6. We recommend using choppy system and Aliyun OSS service. The command will look like this:
  7. ```
  8. # Activate the choppy environment
  9. $ open-choppy-env
  10. # Install the APP
  11. $ choppy install YaqingLiu/annovar [-f]
  12. # List the parameters
  13. $ choppy samples YaqingLiu/annovar-latest [--no-default]
  14. # Submit you task with the `samples.csv file` and `project name`
  15. $ choppy batch YaqingLiu/annovar-latest samples.csv -p Project [-l project:Label]
  16. # Query the status of all tasks in the project
  17. $ choppy query -L project:Label | grep "status"
  18. ```