合并fastq文件
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

4 лет назад
1234567891011121314151617181920
  1. > Author: Yueqiang Song
  2. > Email: songyq_hello@163.com
  3. > Last Updates: 25/12/2020
  4. #### Requirements
  5. - choppy
  6. - Ali-Cloud
  7. ```
  8. $ source activate choppy-pipe-0.3.8.dev0
  9. $ choppy install songyueqiang/mergefq
  10. $ choppy apps
  11. ```
  12. #### quick start
  13. ```
  14. $ choppy batch songyueqiang/mergefq-latest sample.csv --project-name Your_project_name
  15. ```