選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

README.md 766B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. > Author: Jun Shang
  2. > Email: shangjunv@163.com
  3. > Last Updates: 10/05/2022
  4. #### Requirements
  5. - choppy
  6. - Ali-Cloud
  7. ```
  8. # Activate choppy environment
  9. $ open-choppy-env
  10. # Install app
  11. $ choppy install junshang/catreads
  12. # Create input file `samples.json`
  13. touch samples.json
  14. ```
  15. #### quick start
  16. ```
  17. $ choppy batch junshang/catreads-latest sample.json --project-name Your_project_name
  18. ```
  19. #### Input File
  20. Input file `samples.json` should be in the form of json.
  21. For example:
  22. ```json
  23. {
  24. "fq": [
  25. "oss://choppy-cromwell-result/test-choppy/..._lane1_1.fq.gz",
  26. "oss://choppy-cromwell-result/test-choppy/..._lane2_1.fq.gz",
  27. "oss://choppy-cromwell-result/test-choppy/..._lane3_1.fq.gz"
  28. ],
  29. "panel_id": "test_1.fq.gz",
  30. "sample_id": "test_1.fq.gz"
  31. }
  32. ```