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

add checks for NSR to overlap a split read #41

Merged
merged 31 commits into from
Jun 28, 2022

Conversation

nickhsmith
Copy link
Contributor

Make sure for a valid FDS object that the non-spliced reads overlap with at least 1 spliced read donor or acceptor.

Enforce this during the external splice count merging

@nickhsmith
Copy link
Contributor Author

I don't understand the devel release failures

@@ -17,7 +17,7 @@ installIfReq <- function(p, Ncpus=NCPUS, ...){
# install Bioconductor
if(!requireNamespace("BiocManager", quietly=TRUE))
install.packages("BiocManager", Ncpus=NCPUS)
BiocManager::install("BiocVersion", version=BIOC_VERSION)
BiocManager::install("BiocVersion", version=BIOC_VERSION,ask = FALSE)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

important for the devel BIOC version

Copy link
Collaborator

@c-mertes c-mertes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks for the push @nickhsmith this looks good. I will merge it and push it to a new version.

.github/workflows/r.yml Outdated Show resolved Hide resolved
R/FraserDataSet-class.R Outdated Show resolved Hide resolved
R/FraserDataSet-class.R Outdated Show resolved Hide resolved
R/mergeExternalData.R Outdated Show resolved Hide resolved
R/mergeExternalData.R Outdated Show resolved Hide resolved
@c-mertes c-mertes merged commit 9830c79 into gagneurlab:master Jun 28, 2022
@nickhsmith nickhsmith deleted the ext_merge branch June 28, 2022 15:57
This pull request was closed.
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