合并fastq文件
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

README.md 534B

4 년 전
4 년 전
4 년 전
4 년 전
123456789101112131415161718192021222324252627282930
  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. # 如果已安装,可加参数 -f
  11. $ choppy install songyueqiang/mergefq -f
  12. $ choppy apps
  13. ```
  14. #### quick start
  15. ```
  16. # 运行命令
  17. $ choppy batch songyueqiang/mergefq-latest sample.csv --project-name Your_project_name
  18. # 查询运行情况
  19. $ choppy query -s ID
  20. # 查询报错信息
  21. $ choppy query -s ID -m
  22. ```