合并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 1017B

4 년 전
4 년 전
4 년 전
4 년 전
4 년 전
4 년 전
4 년 전
4 년 전
4 년 전
4 년 전
4 년 전
4 년 전
4 년 전
12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. > Author: Yueqiang Song
  2. > Email: songyq_hello@163.com
  3. > Last Updates: 15/12/2020
  4. #### Requirements
  5. - choppy
  6. - Ali-Cloud
  7. ```
  8. # 激活choppy环境
  9. $ source activate choppy-pipe-0.3.8.dev0
  10. # 安装 mergefq
  11. $ choppy install songyueqiang/mergefq
  12. # 如果已安装,可加参数 -f强制安装
  13. $ choppy install songyueqiang/mergefq -f
  14. # 查看已安装的app
  15. $ choppy apps
  16. ```
  17. #### quick start
  18. ```
  19. # 准备sample.csv
  20. $ choppy samples songyueqiang/mergefq-latest > samples.csv
  21. # 运行命令
  22. $ choppy batch songyueqiang/mergefq-latest sample.csv --project-name Your_project_name
  23. # 查询运行情况
  24. $ choppy query -s ID
  25. # 查询报错信息
  26. $ choppy query -s ID -m
  27. ```
  28. #### 参数
  29. - fq1,需要merge的第一个fastq文件
  30. - fq2,需要merge的第二个fastq文件
  31. - fq3,可选参数, 需要merge的第三个fastq文件,如果没有, 在sample.csv中则为空.这里设置, 最多合并3个fastq文件
  32. - fq_m, merge之后的fastq文件
  33. - sample_id, sample id
  34. - disk_size,数据盘大小,单位是GB