You are here

ERROR: Not complementary at positions

3 posts / 0 new
Last post
ERROR: Not complementary at positions
#1

Hi Rosetta team,

    I am trying to generate some tertiary structures for a relatively large RNA (300+ nt) with rna_denovo. But I keep getting a strange error saying the nucleotides are not complementary:

[ ERROR ]: Caught exception:


File: src/core/pose/rna/RNA_SecStruct.cc:286
[ ERROR ] UtilityExitException
ERROR: Not complementary at positions C   48 and G   53
 

    I attached my secondary structure, fasta and ct file for the RNA. I wonder what's the cause of this problem. Thanks much.

 

Best,

Dan

 

AttachmentSize
stateA_CF3_secstruct.txt325 bytes
stateA_CF3_fasta.txt325 bytes
stateA_CF3_ct.txt10.08 KB
Post Situation: 
Fri, 2021-02-26 05:58
szcshr123

Your fasta is in all capital letters, so it is interpreted as a protein sequence for consistency with the rest of Rosetta and to enable RNA modeling. It looks like you don't want to use any local templates or any "fancy" features of FARFAR2, so maybe it is sufficient for you to supply the lowercase version of this sequence directly to the -sequence flag.

Fri, 2021-02-26 13:45
everyday847

Thanks for the reply.

Fri, 2021-02-26 14:41
szcshr123