uw-ipd / RoseTTAFold2NA

RoseTTAFold2 protein/nucleic acid complex prediction
MIT License
306 stars 67 forks source link

makeblastdb errors when generating RNA data base #88

Open vcojocaru opened 5 months ago

vcojocaru commented 5 months ago

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

Yuxi778 commented 4 months ago

I met the same problems.Have you figured it out?