【4.2.6】预测RNA二级结构LinearPartition

一、安装

latex一直缺库,最后直接用的线上的latex工具:

二、使用

[root@4c2bdfc52747 LinearPartition]# echo GGGCUCGUAGAUCAGCGGUAGAUCGCUUCCUUCGCAAGGAAGCCCUGGGUUCAAAUCCCAGCGAGUCCACCA | ./linearpartition -V -M --rewrite test.bpp --mea_prefix test.ss

三、我得案例

cat test/cfl.fa | ./linearpartition -V -M --rewrite test/cfl.bpp --mea_prefix test/cfl.ss
cat test/cfl.ss_1 | ./draw_bpp_plot test/cfl.bpp

四、报错

4.1 sequence and structure lengths are not the same

seq_name=0101
cat bpp/"$seq_name".fa| ./linearpartition -V -M  --rewrite bpp/"$seq_name".bpp --mea_prefix bpp/"$seq_name".ss ;

报错: sequence and structure lengths are not the same

观察到的结构比序列多一个字符串。

解决办法:

echo  GGAAGACCCTCGACCGTCGATTGTCCACT | ./linearpartition -V -M --rewrite bpp/"$seq_name".bpp --mea_prefix bpp/"$seq_name".ss ;

不知道为啥能解决,很奇怪。。

参考资料

药企,独角兽,苏州。团队长期招人,感兴趣的都可以发邮件聊聊:tiehan@sina.cn
个人公众号,比较懒,很少更新,可以在上面提问题,如果回复不及时,可发邮件给我: tiehan@sina.cn