I used this code for preparing the gel images for my publication. Is gel module correct with acceptable results with these codes in 4.0.0a8 version?
from pydna.gel import gel
from pydna.ladders import GeneRuler_1kb_plus
from pydna.dseqrecord import Dseqrecord
mix = [Dseqrecord("A"*181), Dseqrecord("A"*287)]
gel([GeneRuler_1kb_plus, mix])
Thank you.
On Friday, September 17, 2021 at 4:21:13 AM UTC-7 pydna wrote: