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 381B

12345678910111213141516171819202122232425
  1. > Author: Qingwang Chen
  2. >
  3. > Email: qwch20@fudan.edu.cn
  4. >
  5. > Last Updates: 16/10/2020
  6. #### Requirements
  7. - choppy
  8. - Ali-Cloud
  9. ```
  10. # 激活choppy环境
  11. $ source activate choppy (open-choppy-env)
  12. # 第一次安装
  13. $choppy install chenqingwang/bam-readcount
  14. # 非第一次安装
  15. $choppy install chenqingwang/bam-readcount -f
  16. # 查询已安装APP
  17. $ choppy apps
  18. ```
  19. #### Quick Start