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

If *overlapping nucleotides* no contacts are computed #11

Open
vreinharz opened this issue Feb 8, 2017 · 3 comments
Open

If *overlapping nucleotides* no contacts are computed #11

vreinharz opened this issue Feb 8, 2017 · 3 comments

Comments

@vreinharz
Copy link

In the file: zGetNTData, the warning has overlapping nucleotides and should be used with caution is produced when the array d, the atom distances has the condition
if d(min(10, length(d))) < 1
but in that case the base pairs are never computed!
In particular 1S72 fails with that condition.
Closing the if condition instead of the else
fixed the problem as here zGetNTData.txt.

I am not sure if side effects are produced.

@clzirbel
Copy link
Member

clzirbel commented Feb 8, 2017 via email

@vreinharz
Copy link
Author

vreinharz commented Feb 8, 2017 via email

@vreinharz
Copy link
Author

vreinharz commented Feb 8, 2017 via email

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

2 participants