kalekundert / autosnapgene

MIT License
5 stars 1 forks source link

it did not works for primers #2

Open guyujun opened 12 months ago

guyujun commented 12 months ago

For specific primer design and the detection of mispriming primers, it is typically necessary to utilize specialized bioinformatics tools or libraries. These tools take into account the characteristics of the primers, the target DNA sequences, and the potential for mispriming. In Python, some bioinformatics libraries (such as Biopython) can assist in primer design, but more complex mispriming detection often requires dedicated algorithms and tools.

To anticipate updates and improvements

kalekundert commented 12 months ago

I'm not sure what you're asking for. This is a library for parsing snapgene files, not for designing primers.

guyujun commented 11 months ago

I'm not sure what you're asking for. This is a library for parsing snapgene files, not for designing primers.

class Primer() only read bytes, the code was not finished. today i make it works. ,it need to deal with the primer xml-format now we can add primer to snapgene file. thanks your code!