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

Design.from_scadnano_file has no option to suppress warnings for duplicate strand names #242

Open
cgevans opened this issue Sep 9, 2022 · 0 comments

Comments

@cgevans
Copy link
Contributor

cgevans commented Sep 9, 2022

Design.write_scadnano_file has the warn_duplicate_strand_names argument that suppresses warnings about duplicate strand names. Design.read_scadnano_file does not, which causes problems for tile systems.

I actually wonder whether it might make sense to have the duplicate strand name check function check to see if the two identically-named strands could be copies of the same strand, eg, have the same sequence, and not warn if that's the case? This would mostly remove the need for the warn_duplicate_strand_names=False possibility for tile systems.

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