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

FragCounter not reading from cov.rds files #8

Open
oriolpich opened this issue Feb 4, 2021 · 0 comments
Open

FragCounter not reading from cov.rds files #8

oriolpich opened this issue Feb 4, 2021 · 0 comments

Comments

@oriolpich
Copy link

Hi,

it seems that cov is hardcoded to NULL in PrepareCov within the FragCounter function:

cov = PrepareCov(bam, cov = NULL, ...)
in lines 298 and 303.

According to my test, this causes the function to yield an error if a coverage.rds is provided. I managed to run the function by removing the NULL.

cov = PrepareCov(bam, cov = cov, ...)

Hope this helps!

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

No branches or pull requests

1 participant