-
Notifications
You must be signed in to change notification settings - Fork 1
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
meth_iterator.jl / read_value: 'chrom' not used #3
Comments
working on it... |
Made a new branch 'chroms_filepos' with a suggestion how to handle this. |
There's still a bug in it somewhere. Maybe a fencepost error. Looking for it... |
found it and fixed it: #78d06d |
@kloivenn Ok, if I merge in my branch? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@Sveta:
just in case you haven't noticed: your funtion 'read_value' only works for the first chromosome. You need to add up the lengths of the preceding chromosomes.
The text was updated successfully, but these errors were encountered: