Annotation of genetic variants detected from human genome hg19 and hg38.
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
YaqingLiu 642c87e257 Update: hg19 and hg38 is optional 4 лет назад
tasks Update: hg19 and hg38 is optional 4 лет назад
.DS_Store first commit 4 лет назад
LICENSE.md first commit 4 лет назад
README.md Update: hg19 and hg38 is optional 4 лет назад
defaults Update: hg19 and hg38 is optional 4 лет назад
inputs Update: hg19 and hg38 is optional 4 лет назад
workflow.wdl Update: hg19 and hg38 is optional 4 лет назад

README.md

ANNOVAR

This APP developed for the annotation of VCF files.

The version can be set by changing the parameter hg. Note that the path to the database is also need to be modified.

Getting Started

We recommend using choppy system and Aliyun OSS service. The command will look like this:

# Activate the choppy environment
$ open-choppy-env

# Install the APP
$ choppy install YaqingLiu/annovar [-f]

# List the parameters
$ choppy samples YaqingLiu/annovar-latest [--no-default]

# Submit you task with the `samples.csv file` and `project name`
$ choppy batch YaqingLiu/annovar-latest samples.csv -p Project [-l project:Label]

# Query the status of all tasks in the project
$ choppy query -L project:Label | grep "status"