Hi,
I’m annotating a genome using a closely related genome from Genbank, using the .frn (RNA) and .faa (protein) files from Genbank as evidence to annotate my genome. I’ve run Maker, and the annotation seems to have worked well. Is it possible to map the names of the genes from the related species to my annotation? I see the map_forward option, which applies to the model_gff parameter. Is there a similar option for est and protein?
maker_opts.ctl
est=NC_123456.frn
protein=NC_123456.faa
est2genome=1
protein2genome=1
Thanks,
Shaun
Sorry, ignore my previous question. est_forward also carries forward the names of protein evidence and works like a charm. Thank you!
The larger rrn16 and rrn23 genes annotated perfectly, but the smaller rrn4.5 and rrn5 and tRNA genes didn’t make it into the all.gff file. They are in the blastn output, and in the evidence_0.gff. rrn5 has perfect identity, sufficient bits (242 > bit_blastn=40) and sufficient E Value (2e-66 < eval_blastn=1e-10). How should I debug which filter is removing these hits?
organism_type=prokaryotic
est2genome=1
protein2genome=1
est_forward=1
Cheers,
Shaun
Hi, Carson. I set single_length=50, and it worked like a charm. Thanks for the tip.
The rRNA genes that are found with est2genome have the feature type set to mRNA and have corresponding five_prime_UTR, CDS and three_prime_UTR features. Ideally the feature type would be set to rRNA or tRNA as appropriate, and would omit the UTR and CDS features. Is that a feature that you would be interested in adding to MAKER? The rRNA gene names all start with “rrn” and the tRNA gene names with “trn”, as is standard, so determining the appropriate type should be straight forward.
Thanks again for your help with this. Cheers,
Shaun
_______________________________________________ maker-devel mailing list maker...@box290.bluehost.comhttp://box290.bluehost.com/mailman/listinfo/maker-devel_yandell-lab.org
_______________________________________________
maker-devel mailing list
maker...@box290.bluehost.com
http://box290.bluehost.com/mailman/listinfo/maker-devel_yandell-lab.org
Hi, Carson. Do you happen to have a patch that I could test out that fixes the naming of the tRNA identified by tRNAscan?
Is the MAKER subversion repository public, and if so, what’s its URL?
Cheers,
Shaun
Shaun wrote…
The integration of MAKER-P with tRNAscan is very useful. The identified genes are named e.g.
trnascan-205522-processed-gene-0.38. tRNA genes are conventionally named according to the amino acid and anticodon, such astrnW-CCA. Would it be possible for MAKER to name or perhaps prefix the names with that convention?
Fantastic. Thanks, Carson. I didn’t realize that there was a point release of MAKER. It’s not announced on the MAKER home page, which still reports Last Software Update v2.31 (Feb 11, 2014). Where are point releases announced?
The static link for MAKER 2.31 reports 403 Forbidden. Is there a new static link for MAKER 2.31.3?
Cheers,
Shaun
Hi, Carson. Perhaps MAKER could integrate Barrnap to predict rRNA.
Cheers,
Shaun
Hi, Carson, Torsten.
It doesn’t appear to support eukaryotes though.
Barrnap supports bacteria, archaea, mitochondria and eukaryotes. The barrnap --help output seems to be out of date.
Barrnap predicts the location of ribosomal RNA genes in genomes. It supports bacteria (5S,23S,16S), archaea (5S,5.8S,23S,16S), mitochondria (12S,16S) and eukaryotes (5S,5.8S,28S,18S).
barrnap --help
…
--kingdom [X] Kingdom: [b]acteria [a]rchaea (default 'bacteria')
Cheers,
Shaun
Hi, Carson. I used other_gff to pass the following four-line GFF file of Barrnap rRNA annotations through. The output of gff3_merge is quite bizarre. See below.
Input:
##gff-version 3
200408_86 barrnap:0.4 rRNA 2171785 2173036 . + . Name=12S_rRNA;product=12S ribosomal RNA
200408_86 barrnap:0.4 rRNA 3665772 3666686 . - . Name=16S_rRNA;product=16S ribosomal RNA (partial);note=aligned only 57 percent of the 16S ribosomal RNA
200408_86 barrnap:0.4 rRNA 3826637 3827887 . - . Name=12S_rRNA;product=12S ribosomal RNA
200408_86 barrnap:0.4 rRNA 4355857 4357119 . + . Name=12S_rRNA;product=12S ribosomal RNA
Output:
###
ARRAY(0x7feceb928780)
###
ARRAY(0x7feceaa548a0)
###
ARRAY(0x7feceeb01c60)
###
ARRAY(0x7fecedf6fef8)
###
Cheers,
Shaun
It doesn’t appear to support eukaryotes though.
Barrnap supports bacteria, archaea, mitochondria and eukaryotes. The
barrnap --helpoutput seems to be out of date.Barrnap predicts the location of ribosomal RNA genes in genomes. It supports bacteria (5S,23S,16S), archaea (5S,5.8S,23S,16S), mitochondria (12S,16S) and eukaryotes (5S,5.8S,28S,18S).
Brief test of barrnap suggests that it does not perform well on rRNA genes with introns such as those found in fungal mitochondria. Setting a lower threshold for --reject and --evalue helps, but is not enough.
Looks like I cannot abandon rnammer for now.FYI - if you want to test barrnap with fungal mitochondria, use --kingdom bacteria because they have 23S and 16S unlike the human mitochondria.