做基因组注释

先用augustus训练,然后再用maker做基因注释

augustus提供一些训练好的,如果有和你的物种非常接近的,直接用提供的,没有的话再自己训练。

网址:

http://bioinf.uni-greifswald.de/augustus/

老版本下载:

http://bioinf.uni-greifswald.de/augustus/binaries/old/

最后选择下载2.7的 新版本3.2的实在是装不上 太麻烦了!!!!!

下载好后,解压,cd src, sudo make, 然后:

vi ~/.bash_profile

AUGUSTUS_CONFIG_PATH=/home/cmiao/augustus.2.7/config/
export AUGUSTUS_CONFIG_PATH

source ~/.bash_profile

sudo cp /home/cmiao/augustus.2.7/bin/augustus /usr/local/bin/

安装pslCDnaFilter. 如果没有的话。

WARNING: Could not successfully find and run pslCDnaFilter. Please install this program.

安装一下pslCDnaFilter 再试试

下载地址:

http://hgdownload.cse.ucsc.edu/admin/exe/linux.x86_64.v287/pslCDnaFilter

很多的软件都可以在这里下载:

http://hgdownload.cse.ucsc.edu/admin/exe/linux.x86_64.v287/
下载好后,直接加上可执行权限,移动到/usr/local/bin就可以了

文件准备:

参考基因组

cDNA

都准备好后,执行命令:

~/augustus.2.7/scripts/autoAug.pl --species=Carya --genome=../Carya.fa --cdna=../Carya_400cDNA.fa --singleCPU

报错:

1 ####### Step 1: Training AUGUSTUS (no UTR models) #######
Error: missing training file!

原因: 如果没有gff文件,必须加--pasa

所以要安装pasa! 

PASA, acronym for Program to Assemble Spliced Alignments, is a eukaryotic genome annotation tool that exploits spliced alignments of expressed transcript sequences to automatically model gene structures, and to maintain gene structure annotation consistent with the most recently available experimental sequence data. PASA also identifies and classifies all splicing variations supported by the transcript alignments.

PASA的安装见pasa安装博客

安装好后执行:

~/augustus.2.7/scripts/autoAug.pl --species=Carya --genome=../Carya.fa --cdna=../Carya_400cDNA.fa --singleCPU --pasa

如果你的物种有近缘物种组装的比较好和注释比较好的基因组和gff,可以去训练金源物种的,比如我是核桃,我选择桃子,在pythozome上下载genome and gff for trainning

也可以在线分析

在线训练网址:

http://bioinf.uni-greifswald.de/webaugustus/training/create

You have to give a species name(不能有空格!), and a genome file!

关于参考基因组 和cDNA fasta文件的head要求:

  • no whitespaces in the headers
  • no special characters in the headers (e.g. !#@&|;)
  • make the headers as short as possible
  • let headers not start with a number but with a letter
  • let headers contain letters and numbers, only

In the following we give some header examples that will not cause problems:

>entry1
>contig1000
>est20
>scaffold239

详细的在线训练指导:

http://bioinf.uni-greifswald.de/webaugustus/trainingtutorial.gsp

如果在线训练基因组大小和cDNA大小均不能超过100M。可以选取参考序列和cDNA中较长的序列,总大小小于100M

报错:

Failed to execute, possible reasons could be:
1. There is already a database named "PASAtrainBKY7KMFm" in your mysql host.
2. The software "slclust" is not installed correctly, try to install it again (see the details in the PASA documentation).
3. The fasta headers in cDNA or genome file were not unique.
Inspect /data/www/augtrain/webdata/trainBKY7KMFm/autoAug/trainingSet/pasa/Launch_PASA_pipeline.stderr for PASA error messages.

最后检查文件,发现是cDNA里header有重复。并且重复的名字序列并不同,写个脚本解决~

python /share/Public/off_zhangliangsheng/checkHeaderEditName.py your_fa_file

再次提交任务。

成功后会给你发邮件,你可在线查看运行到哪一步了。最后结果出来了也会邮件通知告诉你
 
最后还是出错了,说是不能加UTR参数什么的! 我就奇了怪了,在你们服务器上跑。我不是只负责上传文件么,怎么还有可能报参数错误的。。。
 
 
 
freemao
FAFU

augustus, gene prediction, trainning的更多相关文章

  1. Augustus指南(Trainning部分)

    Augustus指南 官方 Tutorial Index Augustus是一个真核生物基因预测软件,目前有网页服务端和本地版,它基于Hidden-Markov Model(隐马尔科夫链模型HMM)( ...

  2. Augustus 进行基因注释

      目前的从头预测软件大多是基于HMM(隐马尔科夫链)和贝叶斯理论,通过已有物种的注释信息对软件进行训练,从训练结果中去推断一段基因序列中可能的结构,在这方面做的最好的工具是AUGUSTUS它可以仅使 ...

  3. maker 2008年发表在genome Res

    http://gmod.org/wiki/MAKER_Tutorial 简单好用 identify repeats, to align ESTs and proteins to the genome, ...

  4. Ab initio methods|Evidence-based methods|maximum-likelihood|branch-site|H1|H0|GO|dS/dN ratio

    (Gene prediction and comparison) 使用基于基因组序列的从头预测方法(Ab initio methods)(同时分别使用头预测软件( GENSCAN和 AUGUSTUS) ...

  5. Bioinformatics Glossary

    原文:http://homepages.ulb.ac.be/~dgonze/TEACHING/bioinfo_glossary.html Affine gap costs: A scoring sys ...

  6. 2016-6-15-de novo文献阅读

    准备读四篇denovo的文献: Nature Biotechnology(2015) - Sequencing of allotetraploid cotton (Gossypium hirsutum ...

  7. CRF资料

    与最大熵模型相似,条件随机场(Conditional random fields,CRFs)是一种机器学习模型,在自然语言处理的许多领域(如词性标注.中文分词.命名实体识别等)都有比较好的应用效果.条 ...

  8. 寻找U2OS中表达的基因及其promoter并用于后续annotation

    方法1.RNA-seq得到不同表达程度基因 方法2. 直接download U2OS_gene.csv https://cancer.sanger.ac.uk/cell_lines/download ...

  9. 21 、GPD-PSL-VCF

    https://genome.ucsc.edu/FAQ/FAQformat.html#format9 1.Variant Call Format(VCF) Example ##fileformat=V ...

随机推荐

  1. Evolutionary Computing: 1. Introduction

    Outline 什么是进化算法 能够解决什么样的问题 进化算法的重要组成部分 八皇后问题(实例) 1. 什么是进化算法 遗传算法(GA)是模拟生物进化过程的计算模型,是自然遗传学与计算机科学相互结合的 ...

  2. Centos6 使用yum安装 mysql 5.7

    直接使用yum安装默认安装的是mysql 5.1版本,要想安装mysql 5.7 需要设置yum源 1.检查系统默认mysql,并删除 yum list installed | grep mysql ...

  3. Selenium 获取隐藏元素的内容

    第一种 先获取元素通过 属性获取 WebElement webElemt= webElement.findElement(By.xpath("//*[@class='xxxxxx]/a&qu ...

  4. Java完成最简单的WebService创建及使用(REST方式,Jersey框架)

    前言: 一直以来都对WebService感兴趣,但因为难以理解WebService到底是什么,所以了解甚少.周二的时候有个跟我关系比较好的同事想要自己写个WebService的小Demo,希望能够做成 ...

  5. windows上安装numpy,scipy

    题外话:本来按照python官方的设计,可以直接使用easy_install或者pip在线安装各个组件,但是国内的网络你懂得!老老实实下载文件本地安装吧. 1.安装windows 的python 2, ...

  6. 便携式文件夹加密器 lockdir 5.74

    便携式文件夹加密器 lockdir 5.74下载地址 http://www.hoposoft.com/lock/ 注册码两枚: 注册名:Long 注册码:6088805000000E7E25F09A6 ...

  7. springmvc__SimpleUrlHandlerMapping(对访问地址进行加工,以键值对的形式)

    1.配置web.xml(这里配置url-pattern为/) <!-- 编码过滤器 --> <filter> <filter-name>characterEncod ...

  8. DOM创建和删除节点、HTML DOM常用对象[转]

    创建和删除节点:——核心DOM   1. 创建单个元素节点:3步:      1. 创建空元素节点对象:         var elem=document.createElement("标 ...

  9. WCF初探-13:WCF客户端为双工服务创建回调对象

    前言: 在WCF初探-5:WCF消息交换模式之双工通讯(Duplex)博文中,我讲解了双工通信服务的一个应用场景,即订阅和发布模式,这一篇,我将通过一个消息发送的例子讲解一下WCF客户端如何为双工服务 ...

  10. iOS开发多线程篇—GCD的基本使用

    iOS开发多线程篇—GCD的基本使用 一.主队列介绍 主队列:是和主线程相关联的队列,主队列是GCD自带的一种特殊的串行队列,放在主队列中得任务,都会放到主线程中执行. 提示:如果把任务放到主队列中进 ...