Skip to content

Updating TcellExTRECT to allow cram support and bug fix so that function medianexoncoverage doesnt error when all exons removed#32

Open
arihueb wants to merge 3 commits intoMcGranahanLab:mainfrom
arihueb:main
Open

Updating TcellExTRECT to allow cram support and bug fix so that function medianexoncoverage doesnt error when all exons removed#32
arihueb wants to merge 3 commits intoMcGranahanLab:mainfrom
arihueb:main

Conversation

@arihueb
Copy link

@arihueb arihueb commented Aug 5, 2025

The distinct function throws an error when all exons are removed due to low coverage. I've added a quick check whether the object is null. In cases where all exons are removed, it will return an empty tibble; otherwise it will return the object as before.

@arihueb arihueb changed the title Bug fix so that function medianexoncoverage doesnt error when all exons removed Updating TcellExTRECT to allow cram support and bug fix so that function medianexoncoverage doesnt error when all exons removed Feb 19, 2026
@arihueb
Copy link
Author

arihueb commented Feb 19, 2026

Updated getCovFromBam function to also allow cram files as input. This is backwards compatible with the current version. For cram input set formatFile = "cram" in the function call.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants