-
Notifications
You must be signed in to change notification settings - Fork 1
Description
Hello Anton Petrov,
I would like to predict the 2D structures of a large number of archaeal RNase P RNAs. I have downloaded and installed the Docker package locally. Using the RNA sequences of archaeal RNase P RNAs from your website, I ran the following command:
r2dt.py rnasep draw temp/mydata/archaea_RNaseP_rna_4190.fasta temp/archaea_RNaseP_rna_4190
I provided over 4000 sequences, but only 874 of them successfully generated 2D structure. However, if I force to specify a template explicitly, the prediction works and structures can be generated.I ran the following command:
r2dt.py draw --force_template RNAseP_a_P_furiosus_JB temp/mydata/archaea_RNaseP_rna_4190.fasta temp/force_4190_RNAseP
Even though there are some errors happened,but more than 4000 of rna generated 2D structure.
I also tested this issue on the r2dt tool of web version, and the same problem occurs there.
As a specific example, I tested the sequence with the ID URS0002213FCB_2026803. It fails to produce a 2D structure unless a template is manually specified.
![]()
![]()
![]()
Actually, I don't understand why specifying a template enables successful prediction, but using all_templates fails. When predicting structures in batch mode, I would prefer the tool to compare all templates and select the best-matching one automatically. I also noticed that when I manually specify a certain template, the predicted structure sometimes differs from the one previously shown on the website. Moreover, I feel that the prediction results I get are not always of good quality. and I even suspect that the error causing the image not to be displayed on the website might be related to this issue.
Could you please help me understand what causes this issue and how to ensure more sequences can be processed successfully?
Best regards,Lily



