-
Notifications
You must be signed in to change notification settings - Fork 22
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
Conversation
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) |
There was a problem hiding this comment.
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
This reverts commit c1ac059.
There was a problem hiding this 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.
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