targetp

这个工具有个bt的地方在于,每个文件的residue总数不能超过20w。
所以要是结果不太正常,那就实施输入少数的数目会是什么情况,结果发现,我们的residue数目是有限制的。。
targetp的README居然也没有提到这一点。 。。。太坑乐
Input exceeded maximal total residues : 200000

因此我的处理办法便是,让50个文件都

安装targetp之后,有以下说明都要按照上面一一写上:
uname (usually /bin/uname)
paste ( /bin/paste)
perl ( /usr/bin/perl)
nawk (or equivalent, e.g. gawk)
sh (usually /bin/sh)
echo ( /bin/echo)

  1. Decide where you wish to keep the software. Uncompress and untar the
    package in that location:

    cat TargetP-1.1.tar.Z | uncompress | tar xvf -

    This will produce a directory 'TargetP-1.1'. The size of the installed
    package is at most 7 Mb, depending on which binaries are included.
    这里尤其要注意awk executable,ubuntu 15.0不要用awk文件,要
    sudo apt-get install gawk
    来下载gawk,并赋予gawk的路径!

  2. Edit the paragraph labelled "GENERAL SETTINGS, CUSTOMIZE" at the top of
    the file "targetp". Configure the following variables:

          Variable        Set to the full path to:
          -------------------------------------------
          TARGETP         'targetp-1.1' directory
          TMP             location for temporary data
          PASTE           'paste' executable
          PERL            'perl' executable
          AWK             'awk' executable
          SH              POSIX-compliant shell
          ECHO            'echo' executable
          -------------------------------------------
    

    Make sure that the settings you enter point at existing and operational
    utilities. You might need to modify them after the testing (see below).

  3. Edit the paragraph labelled "HELPER APPLICATIONS, CUSTOMIZE" further
    down in the same file. Configure the following variables:

          Variable        Set to the full path to:
          ----------------------------------------
          CHLOROP         'chlorop' executable
          SIGNALP         'signalp' executable
    

    TargetP will need those softwares to produce the output as described in
    the reference quoted above. They will be employed if the '-c' option is
    used but not otherwise. The decision whether to install them should be
    with the future users of TargetP:

./targetp -P test/twelve.fsa # many sequences

最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容

  • 第 2 章 SHELL 基础知识2.1 shell脚本我们在上面简单介绍了一下什么是shell脚本,现在我们来进一...
    LiWei_9e4b阅读 1,592评论 0 0
  • 基础命令 主要的命令和快捷键 Linux系统命令由三部分组成:cmd + [options]+[operation...
    485b1aca799e阅读 1,125评论 0 0
  • 一. AWK 说明 awk的处理文本和数据的方式:它逐行扫描文件,从第一行到最后一行,寻找匹配的特定模式的行,并...
    西华子阅读 956评论 0 4
  • 本章主要学习内容awk介绍 awk基本用法 awk变量 awk格式化 awk操作符 awk条件判断 a...
    楠人帮阅读 1,292评论 0 8
  • 1好:调试口味 今天对三款产品进行了试味,试味的结果是达到客户要求,具体的产品需要客户试味确定。三款产品没...
    8f9514241cc4阅读 238评论 0 1