|
|
|
|
|
|
|
|
|
|
|
|
|
|
# 查询已安装APP |
|
|
# 查询已安装APP |
|
|
$ choppy apps |
|
|
$ choppy apps |
|
|
Quick Start |
|
|
|
|
|
|
|
|
``` |
|
|
|
|
|
|
|
|
|
|
|
## Quick Start |
|
|
|
|
|
|
|
|
|
|
|
``` |
|
|
# 准备 samples.csv 文件 |
|
|
# 准备 samples.csv 文件 |
|
|
|
|
|
|
|
|
$ choppy samples chenqingwang/fastp_suppa2-latest > samples.csv |
|
|
$ choppy samples chenqingwang/fastp_suppa2-latest > samples.csv |
|
|
|
|
|
|
|
|
# 准备无默认参数的samples.csv 文件 |
|
|
# 准备无默认参数的samples.csv 文件 |
|
|
|
|
|
|
|
|
choppy samples --no-default chenqingwang/fastp_suppa2-latest > samples.csv |
|
|
choppy samples --no-default chenqingwang/fastp_suppa2-latest > samples.csv |
|
|
|
|
|
|
|
|
# 提交任务 |
|
|
# 提交任务 |
|
|
|
|
|
|
|
|
$ choppy batch chenqingwang/fastp_suppa2-latest samples.csv -p Your_project_name -l Your_label |
|
|
$ choppy batch chenqingwang/fastp_suppa2-latest samples.csv -p Your_project_name -l Your_label |
|
|
|
|
|
|
|
|
# 查询任务运行状况 |
|
|
# 查询任务运行状况 |
|
|
|
|
|
|
|
|
$ choppy query -L Your_label | grep "status" |
|
|
$ choppy query -L Your_label | grep "status" |
|
|
|
|
|
|
|
|
# 查询失败任务 |
|
|
# 查询失败任务 |
|
|
|
|
|
|
|
|
$ choppy search -s Failed -p Your_project_name -u chenqingwang --short-format |
|
|
$ choppy search -s Failed -p Your_project_name -u chenqingwang --short-format |
|
|
|
|
|
|
|
|
# 结果文件地址 |
|
|
# 结果文件地址 |
|
|
$ oss://choppy-cromwell-result/test-choppy/Your_project_name/ |
|
|
|
|
|
``` |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$ oss://choppy-cromwell-result/test-choppy/Your_project_name/ |
|
|
|
|
|
``` |