7.10.2008

 
1、安装PROFphd
下载网址:http://www.predictprotein.org/download.php
有新的软件即其安装文件PROFphd.run
安装:
   1) Create a folder on the file system named prof-tmp
 
   2) Download the prof package (either the LINUX or the OS X version) into        the prof-tmp folder
 
   3) Make the package executable by typing    chmod u+x PROFphd.run
 
   4) ./PROFphd.run follow the instructions to install
 
报错:
-bash-3.00$ ../prof ./single_seq.fasta fileRdb=single_rdbProfSec sec
Newline in left-justified string for sprintf at /picb/home40/cyd/dys/backup/PROFphd/prof-tmp/prof/scr/lib/lib-col.pl line 183.
Newline in left-justified string for sprintf at /picb/home40/cyd/dys/backup/PROFphd/prof-tmp/prof/scr/lib/lib-col.pl line 183.
Newline in left-justified string for sprintf at /picb/home40/cyd/dys/backup/PROFphd/prof-tmp/prof/scr/lib/lib-col.pl line 183.
Newline in left-justified string for sprintf at /picb/home40/cyd/dys/backup/PROFphd/prof-tmp/prof/scr/lib/lib-col.pl line 183.
Newline in left-justified string for sprintf at /picb/home40/cyd/dys/backup/PROFphd/prof-tmp/prof/scr/lib/lib-col.pl line 183.
Use of uninitialized value in concatenation (.) or string at /picb/home40/cyd/dys/backup/PROFphd/prof-tmp/prof/scr/lib/prof.pm line 1218.
*** ERROR prof: after package prof:full (/picb/home40/cyd/dys/backup/PROFphd/prof-tmp/prof/scr/lib/prof.pm)
*** ERROR prof:full: failed initialising (prof:full:ini)58
*** ERROR prof:ini: after setfinal
*** ERROR prof:iniSetFinal: failed iniSetFinalFileIn:
*** ERROR prof:iniSetFinalFileIn: input format '' (of files in file=./single_seq.fasta) unsupported
 
 
2、psipred结果整合
PSIPRED Version 2.61
方法同jnet:
/*
combine.cpp
By DYS
Function:Combine name real structure and prediction structure
Inputfile:name.txt real_structure prediction_structure
Onputfile:result.txt
*/
 
#include <stdio.h>
#include <fstream>
#include <iostream>
 
using namespace std;
 
int main()
{
    ifstream name("name.txt");
    ifstream aa("protein.txt");
    ifstream real_structure("re_sturcture.txt");
    ifstream prediction("psipred_prediction_result.txt");
    ofstream combine("result.txt");
   
    string name_str,aa_str,real_structure_str,prediction_str;
   
    name>>name_str;
    while(!name.eof())
    {
         
          aa>>aa_str;
          real_structure>>real_structure_str;
          prediction>>prediction_str;
         
          //name_str>>endl>>aa_str>>endl>>real_structure_str>>endl>>prediction_str>>endl>>combine; 
          combine<<name_str<<endl<<aa_str<<endl<<real_structure_str<<endl<<prediction_str<<endl;
          
          name>>name_str;           
    }
}//int main
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值