浏览代码

Update: README.md

tags/v0.1.2
YaqingLiu 4 年前
父节点
当前提交
9947ae3243
共有 1 个文件被更改,包括 5 次插入5 次删除
  1. +5
    -5
      README.md

+ 5
- 5
README.md 查看文件



```Shell ```Shell
# Activate the choppy environment # Activate the choppy environment
$open-choppy-env
$ open-choppy-env


# Install the APP # Install the APP
$choppy install YaqingLiu/variant-calling-latest [-f]
$ choppy install YaqingLiu/variant-calling-latest [-f]


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


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


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


**Please note:** The `defaults` can be forcibly replaced by the settings in `samples.csv`. Therefore, there is no need to contact me over this issue. **Please note:** The `defaults` can be forcibly replaced by the settings in `samples.csv`. Therefore, there is no need to contact me over this issue.

正在加载...
取消
保存