Annotation of genetic variants detected from human genome hg19 and hg38.
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

README.md 738B

il y a 4 ans
il y a 4 ans
il y a 4 ans
il y a 4 ans
123456789101112131415161718192021222324
  1. ### ANNOVAR
  2. This APP developed for the annotation of VCF files.
  3. The version can be set by changing the parameter `hg`. Note that the path to the database is also need to be modified.
  4. ### Getting Started
  5. We recommend using choppy system and Aliyun OSS service. The command will look like this:
  6. ```
  7. # Activate the choppy environment
  8. $ open-choppy-env
  9. # Install the APP
  10. $ choppy install YaqingLiu/annovar [-f]
  11. # List the parameters
  12. $ choppy samples YaqingLiu/annovar-latest [--no-default]
  13. # Submit you task with the `samples.csv file` and `project name`
  14. $ choppy batch YaqingLiu/annovar-latest samples.csv -p Project [-l project:Label]
  15. # Query the status of all tasks in the project
  16. $ choppy query -L project:Label | grep "status"
  17. ```