shanilpanara / origamiUROP

Autonomous Generation of DNA Origami Nanostructures - Summer Project
GNU General Public License v3.0
1 stars 3 forks source link

Create across function for System #31

Closed debeshmandal closed 4 years ago

debeshmandal commented 4 years ago

Create a function that returns pairs of all nucleotides that are across from each other.

To do this, we'd have to do something like this:

This will be used for generating CanDo files

debeshmandal commented 4 years ago

Created this for the Nucleotide.make_across()