JiekaiLab / scTE

MIT License
97 stars 27 forks source link

Add flexibility to handle other CB/UMI tags, convert bstrings to fstrings #42

Closed mikecuoco closed 1 year ago

mikecuoco commented 2 years ago

Thanks for developing this exciting method! I am working with RNA-seq BAM files that store alignments from multiple SMART-Seq-like cells. These files use a different tag to mark the cell barcode (not CB or CR). My contributions are the following:

  1. I edited bin/scTE and scTE/base.py to handle any tag for CB or UMI.
  2. I updated many of the bstrings to fstrings to improve readability.

I did not make this change to the ATAC-seq scripts