The default R-Coffee is very similar to T-Coffee and relies on a three-steps strategy (i) generation of a standard library with proba_pair, (ii) prediction of the secondary structures of each sequence using RNAPlfold [37], (iii) RNA specific library extension using the method described in [23]. The rest of the procedure is identical to the standard T-Coffee. R-Coffee can be executed using the following command line: t_coffee -seq RNA_set.fa -mode rcoffee -outfile RNA_rcoffee.aln The rcoffee mode produces five different types of output files:
t_coffee -other_pg=seq_reformat -in RNA_rcoffee.aln -action +add_alifold -output stockholm_aln -out RNA_rcoffee_predicted.stk If this structure is known, one can provide it rather than predict it using the following command (structure provided in alifold output format): t_coffee -other_pg=seq_reformat -in RNA_rcoffee.aln -in2 1F6X_A_real.struc -input2 alifold -action +add_alifold -output stockholm_aln -out RNA_rcoffee_real.stk |