|
3 jaren geleden | |
---|---|---|
tasks | 3 jaren geleden | |
README.md | 3 jaren geleden | |
inputs | 3 jaren geleden | |
samples.json | 3 jaren geleden | |
workflow.wdl | 3 jaren geleden |
Author: Jun Shang Email: shangjunv@163.com Last Updates: 10/05/2022
# Activate choppy environment
$ open-choppy-env
# Install app
$ choppy install junshang/catreads
# Create input file `samples.json`
touch samples.json
$ choppy batch junshang/catreads-latest sample.json --project-name Your_project_name
Input file samples.json
should be in the form of json.
For example:
{
"fq": [
"oss://choppy-cromwell-result/test-choppy/..._lane1_1.fq.gz",
"oss://choppy-cromwell-result/test-choppy/..._lane2_1.fq.gz",
"oss://choppy-cromwell-result/test-choppy/..._lane3_1.fq.gz"
],
"panel_id": "test_1.fq.gz",
"sample_id": "test_1.fq.gz"
}