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
write method Design.domain_at_address and create an immutable Address class similar to the Dart code. The method will return a dict[Address, Domain] mapping each occupied Address in the Design to the Domain at that address. This can be used to calculate base pairs: if we have a base at an address, negate the forward field of the Address and look up the corresponding domain d in the dict; if there is one, then d.dna_sequence_in(offset, offset) is the base at that offset.
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
The text was updated successfully, but these errors were encountered: