SnapGeneReader icon indicating copy to clipboard operation
SnapGeneReader copied to clipboard

👓 Python library to parse Snapgene *.dna files to dict or biopython seqrecord.

Results 2 SnapGeneReader issues
Sort by recently updated
recently updated
newest added

Issue: The script fails with a TypeError upon calling the snapgene_file_to_seqrecord function. The error message is: TypeError: __init__() got an unexpected keyword argument 'strand'. This occurs because the 'strand' information...

The `snapgene_file_to_dict()` function may return a strand value equal to "=" (line 134) causing an exception to be raised by `snapgene_file_to_seqrecord()`(line 220). In SnapGene this value corresponds to the "bidirectional"...