Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix #208 and #209 #210

Merged
merged 4 commits into from
Dec 20, 2024
Merged

Fix #208 and #209 #210

merged 4 commits into from
Dec 20, 2024

Conversation

anngvu
Copy link
Contributor

@anngvu anngvu commented Dec 17, 2024

When we migrated to get_/set_annotations in #202, we had to handle converting the result to an R list ourselves since that is no longer returned automatically as with getAnnotations. This wasn't clearly realized since there was a missing test that would have revealed this. For now, I updated copy_annotations to handle downstream usage in derive_annotations that was affected.

Reran the non-working code in #209 (comment) and manifests were generated (thanks for the clear doc in issue and checking different versions).

Update: should no longer need to manually modify sample names with
o$Strelka2 <- o$Strelka2 %>% dplyr::mutate(sample = stringr::str_remove(sample, "_vs_.+"))

@anngvu anngvu marked this pull request as draft December 17, 2024 01:08
@anngvu anngvu changed the title Fix #209 Fix #208 and #209 Dec 17, 2024
@anngvu anngvu marked this pull request as ready for review December 17, 2024 17:03
@anngvu anngvu requested a review from allaway December 17, 2024 17:14
@allaway
Copy link
Collaborator

allaway commented Dec 20, 2024

Thanks!! This worked great - approved!

@allaway allaway merged commit 1d403a1 into develop Dec 20, 2024
8 checks passed
@allaway allaway deleted the fix-209 branch December 20, 2024 22:37
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.

unable to use function processed_meta annotating strelka2 somatic data causes error
2 participants