您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

12345678910111213141516171819202122232425262728293031323334
  1. # README.md
  2. > Author: Yaqing Liu
  3. >
  4. > Email: [yaqing.liu@outlook.com](mailto:yaqing.liu@outlook.com)
  5. >
  6. > Last Updates: 23/04/2021
  7. #### Requirements
  8. - choppy
  9. - Ali-Cloud
  10. - Linux
  11. #### Introduction
  12. This APP is used to
  13. * convert a FASTQ file to an aligned BAM file.
  14. * QC the data at the level of FASTQ and BAM, based on FastQC, FastQ Screen and Qualimap.
  15. **Please carefully check the reference genome, bed file, etc.**
  16. #### Usage
  17. ```
  18. open-choppy-env
  19. choppy install YaqingLiu/cbcga-wes-qc-latest
  20. choppy samples YaqingLiu/cbcga-wes-qc-latest --no-default
  21. # sample_id,fastq_1,fastq_2
  22. choppy batch YaqingLiu/cbcga-wes-qc-latest samples.csv -p Project -l Label
  23. # Query the status of all tasks in the project
  24. choppy query -L Label | grep "status"
  25. ```