UC-Davis-molecular-computing / scadnano-python-package

Python scripting library for generating designs readable by scadnano.
https://scadnano.org
MIT License
14 stars 7 forks source link

CanDo export #167

Open UnHumbleBen opened 3 years ago

UnHumbleBen commented 3 years ago

The csv output format from scadnano is pretty close to that required by CanDo. The .csv from scadnano needs to include headings and colors of strands.

Related issue in web app

dave-doty commented 2 years ago

The export format seems to be closer to oxDNA (e.g., listing all nucleotides, and giving them positions) than the csv: https://cando-dna-origami.org/cndo-file-converter/

I think I'll start working on this, because it would be nice to use CanDo without having to go through cadnano as an intermediate.

dave-doty commented 2 years ago

TODO: Dave should implement the following:

UPDATE: Dave implemented both of these in branch 167-cando-export..