You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Design.write_scadnano_file
has thewarn_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.
The text was updated successfully, but these errors were encountered: