Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
amorehead committed Jun 17, 2024
2 parents a377e90 + b6bf109 commit c67f41a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion forks/RoseTTAFold-All-Atom/rf2aa/data/parsers.py
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ def parse_multichain_fasta(filename, maxseq=10000, rna_alphabet=False, dna_alph

# convert letters into numbers
if rna_alphabet:
alphabet = np.array(list("00000000000000000000-000000ACGTN"), dtype='|S1').view(np.uint8)
alphabet = np.array(list("00000000000000000000-000000ACGUN"), dtype='|S1').view(np.uint8)
elif dna_alphabet:
alphabet = np.array(list("00000000000000000000-0ACGTD00000"), dtype='|S1').view(np.uint8)
else:
Expand Down

0 comments on commit c67f41a

Please sign in to comment.