Skip to content

Commit c67f41a

Browse files
committed
2 parents a377e90 + b6bf109 commit c67f41a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

forks/RoseTTAFold-All-Atom/rf2aa/data/parsers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ def parse_multichain_fasta(filename, maxseq=10000, rna_alphabet=False, dna_alph
227227

228228
# convert letters into numbers
229229
if rna_alphabet:
230-
alphabet = np.array(list("00000000000000000000-000000ACGTN"), dtype='|S1').view(np.uint8)
230+
alphabet = np.array(list("00000000000000000000-000000ACGUN"), dtype='|S1').view(np.uint8)
231231
elif dna_alphabet:
232232
alphabet = np.array(list("00000000000000000000-0ACGTD00000"), dtype='|S1').view(np.uint8)
233233
else:

0 commit comments

Comments
 (0)