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

4 年前
4 年前
4 年前
4 年前
4 年前
1234567891011121314151617
  1. # Get Dedup BAM
  2. > Author: Yaqing Liu
  3. >
  4. > E-mail: yaqing.liu@outlook.com
  5. >
  6. This APP is mainly used to generate dedup bam. \
  7. There are two steps: mapping and mark duplication.
  8. ## Install
  9. ```
  10. # activate choppy environment
  11. open-choppy-env
  12. # install app
  13. choppy install YaqingLiu/get_dedup_bam
  14. ```