-
Notifications
You must be signed in to change notification settings - Fork 13
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
fix oxDNA export bug with incorrect helix coordinates in 3D #811
Comments
Hmm, I can reproduce this behavior. Not sure what's going on. I tried exporting with the Python package and it seems to work: So I suggest that as a workaround for you for now. Install the scadnano Python package using the instructions here: https://github.com/UC-Davis-molecular-computing/scadnano-python-package#installation Then put this code in a file named import scadnano as sc
def main() -> None:
design = sc.Design.from_scadnano_file('220921_0845_12hb_1kb.sc')
design.write_oxdna_files()
if __name__ == '__main__':
main() FInally, run It will generate two files |
great thanks, Dave. |
Here's a minimal example of the problem. It appears 3D coordinates are simply being calculated incorrectly, possibly by the function In square grid: After converting to none grid: In the above image, helices 1 and 2 are on top of each other. |
…na-export-bug-with-incorrect-helix-coordinates-in-3d closes #811 fix oxDNA export bug with incorrect helix coordinates in 3D
Hi guys, great thanks for your work.
I have a great problem with exporting structures from scadnano to oxDNA.
Attached is a 12hb exhibiting all these issues.
And screenshots of the 2 mentioned export options.
220921_0845_12hb_1kb.zip
The text was updated successfully, but these errors were encountered: