選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
junshang c65e847190 cat multiple files to one file 3年前
tasks cat multiple files to one file 3年前
README.md cat multiple files to one file 3年前
inputs cat multiple files to one file 3年前
workflow.wdl cat multiple files to one file 3年前

README.md

Author: Jun Shang Email: shangjunv@163.com Last Updates: 10/05/2022

Requirements

  • choppy
  • Ali-Cloud
$ source activate choppy
$ choppy install junshang/catreads
$ choppy apps

quick start

$ choppy batch junshang/catreads-latest sample.json --project-name Your_project_name

Input File

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"
}