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

4 yıl önce
4 yıl önce
4 yıl önce
4 yıl önce
4 yıl önce
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. ```