Closed debeshmandal closed 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:
Nucleotide
self.across = -1
if nucleotide.across != -1: continue
nucleotide.index
other.across
This will be used for generating CanDo files
Created this for the Nucleotide.make_across()
Nucleotide.make_across()
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:
Nucleotide
, allocateself.across = -1
if nucleotide.across != -1: continue
nucleotide.index
toother.across
and vice versaThis will be used for generating CanDo files