We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e72c52e commit f16ffa9Copy full SHA for f16ffa9
1 file changed
workflow/scripts/n_s_sites_from_fasta.py
@@ -7,7 +7,8 @@
7
8
import pandas as pd
9
from Bio import SeqIO
10
-from Bio.SeqRecord import SeqRecord, SeqFeature
+from Bio.SeqRecord import SeqRecord
11
+from Bio.SeqFeature import SeqFeature
12
from Bio.Seq import Seq
13
14
0 commit comments