makeblastdb errors when generating RNA data base
vcojocaru opened this issue · 2 comments
Dear all,
I am trying to test the RoseTTA2NAfold. I went over the steps described in the README file, until I reached the step to create the RNA database (gunzip -c rnacentral_species_specific_ids.fasta.gz | makeblastdb -in - -dbtype nucl -parse_seqids -out rnacentral.fasta -title "RNACentral"). At this step I am receiving the errors below (only a few lines given here, there are many lines like this). The generation of the database continues but I am wondering if its safe to ignore all these error messages.
Thanks for letting me know
Best wishes
Vlad
Bad char [0x8A] in string at byte 29
Bos taurus tRNA Leu ÊAA
Error: (803.7) [makeblastdb] Blast-def-line-set.E.title
Bad char [0xC3] in string at byte 37
Halocynthia roretzi tRNA Gly ÊCU
Error: (803.7) [makeblastdb] Blast-def-line-set.E.title
Bad char [0x8A] in string at byte 38
Halocynthia roretzi tRNA Gly ÊCU
Error: (803.7) [makeblastdb] Blast-def-line-set.E.title
Bad char [0xC3] in string at byte 37
Halocynthia roretzi tRNA Gly ÊCU
Error: (803.7) [makeblastdb] Blast-def-line-set.E.title
Bad char [0x8A] in string at byte 38
Halocynthia roretzi tRNA Gly ÊCU
FASTA-Reader: Ignoring invalid residues at position(s): On line 108881571: 4
FASTA-Reader: Ignoring invalid residues at position(s): On line 108881572: 4
FASTA-Reader: Ignoring invalid residues at position(s): On line 108881935: 6
FASTA-Reader: Ignoring invalid residues at position(s): On line 121633799: 34-60
FASTA-Reader: Ignoring invalid residues at position(s): On line 121633800: 1-25
FASTA-Reader: Ignoring invalid residues at position(s): On line 121633964: 7
FASTA-Reader: Ignoring invalid residues at position(s): On line 121634087: 34-60
F
I met the same problems.Have you figured it out?
Exact same issue here