https://github.com/msk-access/bam_collapsing
Workflow for collapsing of standard binary alignment mapping file generated by MSK-ACCESS
https://github.com/msk-access/bam_collapsing
bam-collapsing ctdna cwl-workflow duplex fgbio msk-access workflow
Last synced: 4 months ago
JSON representation
Workflow for collapsing of standard binary alignment mapping file generated by MSK-ACCESS
- Host: GitHub
- URL: https://github.com/msk-access/bam_collapsing
- Owner: msk-access
- License: other
- Created: 2019-06-18T17:24:20.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-12-01T17:10:09.000Z (over 1 year ago)
- Last Synced: 2024-12-01T18:21:36.507Z (over 1 year ago)
- Topics: bam-collapsing, ctdna, cwl-workflow, duplex, fgbio, msk-access, workflow
- Language: Common Workflow Language
- Homepage: https://msk-access.gitbook.io/bam-collapsing
- Size: 1.63 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
---
description: >-
Collapsing of reads a aligned to the genome having same unique molecular
identifier.
---
# BAM Collapsing
[](https://badge.fury.io/py/bam-collapsing) [](https://travis-ci.org/msk-access/bam_collapsing) [](https://pyup.io/repos/github/msk-access/bam_collapsing/) [](https://pyup.io/repos/github/msk-access/bam_collapsing/)
The bam collapsing workflow for MSK-ACCESS assay takes in a standard processed bam from standard processing workflow available [here](https://github.com/msk-access/uncollapsed_bam_generation).
- Free software: Apache Software License 2.0
- Documentation: [https://msk-access.gitbook.io/bam-collapsing](https://msk-access.gitbook.io/bam-collapsing)

## Features
Given a uncollapsed Unique Molecular Index (UMI) tagged BAM file:
1. Group Reads using UMI and generate a BAM file
2. Call Duplex Consensus Reads from the BAM and generate an unmapped BAM file
3. Convert unmapped BAM to FASTQ and do standard BAM alignment.
4. Merge the unmapped BAM with the aligned BAM and this generated the collapsed BAM.
5. Generate Duplex and Simplex BAM files from the collapsed BAM.
## Credits
- CMO cfDNA Informatics Team
- This package was created with Cookiecutter _and the `audreyr/cookiecutter-pypackage`_ project template.