您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
chenqingwang 56720a8191 更新 'tasks/vcfeval.wdl' 3 年前
tasks 更新 'tasks/vcfeval.wdl' 3 年前
README.md first commit 3 年前
defaults 更新 'defaults' 3 年前
inputs 更新 'inputs' 3 年前
workflow.wdl 更新 'workflow.wdl' 3 年前

README.md

README.md

Author: Qingwang Chen

Email: qwch20@fudan.edu.cn

Last Updates: 16/07/2021

Requirements

  • choppy
  • Ali-Cloud
  • Linux
# 激活choppy环境
$ source activate choppy (open-choppy-env)

# 第一次安装
$ choppy install chenqingwang/rtgTools_vcfeval
# 非第一次安装
$ choppy install chenqingwang/rtgTools_vcfeval -f 

# 查询已安装APP
$ choppy apps

Quick Start

# 准备 samples.csv 文件
$ choppy samples chenqingwang/rtgTools_vcfeval-latest > samples.csv
# 准备无默认参数的samples.csv 文件
choppy samples --no-default chenqingwang/rtgTools_vcfeval-latest > samples.csv

# 提交任务
$ choppy batch chenqingwang/rtgTools_vcfeval-latest samples.csv -p Your_project_name -l Your_label

# 查询任务运行状况
$ choppy query -L Your_label | grep "status"

# 查询失败任务
$ choppy search -s Failed -p Your_project_name -u chenqingwang --short-format

# 结果文件地址
$ oss://choppy-cromwell-result/test-choppy/Your_project_name/