![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
tophat with/without annotation,and cufflink with annotation? | louis7781x | Bioinformatics | 19 | 04-05-2013 08:09 AM |
GFF Annotation file | AAWT | Bioinformatics | 3 | 12-12-2012 12:58 AM |
glimmer compile error | anyone1985 | Bioinformatics | 26 | 11-29-2012 01:54 PM |
Help with glimmer multi-extract | sbberes | Bioinformatics | 2 | 03-19-2010 02:35 PM |
How to use Glimmer to predict orf from Solexa contigs | anyone1985 | Bioinformatics | 2 | 09-07-2009 08:28 PM |
![]() |
|
Thread Tools |
![]() |
#1 |
Member
Location: Lima. Perú Join Date: Nov 2011
Posts: 31
|
![]()
Hi,
We tried to work with Glimmer for prokaryotes annotation, but we need a GFF format to load in Artemis. anybody can tell me How can I convert the glimmer out to GFF3 format, please? Thanks. |
![]() |
![]() |
![]() |
#2 |
Member
Location: Switzerland Join Date: Aug 2013
Posts: 41
|
![]()
This is pretty old but the problem might still persist.
I took the final result file with the structure: Code:
GLIMMER (ver. 3.02; iterated) predictions: orfID start end frame score -------- ----- ----- -- ----- >FASTA_HEADER orf00003 560 63 -3 3.04 orf00004 865 752 -2 5.42 orf00010 2199 4055 +3 3.14 orf00027 4028 9019 +2 3.06 Code:
grep ^orf output.glimmer.raw | awk '{OFS="\t"}{strang = "+"}{if($4 < 0) strang="-"}{gsub(/[+-]/," ")}{print "FASTA_HEADER", "GLIMMER", "gene" , $2 , $3, $5, strang , $4, "ID="$1"; NOTE:GLIMMER ORF prediction;"}' Code:
FASTA_HEADER GLIMMER gene 560 63 3.04 - 3 ID=orf00003; NOTE:GLIMMER ORF prediction; FASTA_HEADER GLIMMER gene 865 752 5.42 - 2 ID=orf00004; NOTE:GLIMMER ORF prediction; FASTA_HEADER GLIMMER gene 2199 4055 3.14 + 3 ID=orf00010; NOTE:GLIMMER ORF prediction; FASTA_HEADER GLIMMER gene 4028 9019 3.06 + 2 ID=orf00027; NOTE:GLIMMER ORF prediction; |
![]() |
![]() |
![]() |
Tags |
annotation, artemis, gff, gff3, glimmer |
Thread Tools | |
|
|