An open API service indexing awesome lists of open source software.

https://github.com/kdm9/bamcb2rg

BAM utility that swaps the CB (cell barcode) and RG tags, such that each cell is considered a sample in variant calling
https://github.com/kdm9/bamcb2rg

Last synced: about 2 months ago
JSON representation

BAM utility that swaps the CB (cell barcode) and RG tags, such that each cell is considered a sample in variant calling

Awesome Lists containing this project

README

        

# bamCB2RG

BAM utility that swaps the CB (cell barcode) and RG tags, such that each cell
is considered a sample in variant calling

To install:

```bash
pip3 install -e 'git+https://github.com/kdmurray91/bamCB2RG#egg=bamCB2RG'
```