This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Glimmer for gene identification

Hi,

can anyone tell me the build ICM in glimmer. I am unable to understand how to prepare the input files and how to run it on linux.

gene

1 answer

edit: sorry for bumping an old thread, but I believe it is better to answer than to leave open.

Reference: Problem in running Glimmer3

i dont know where to input my sequence

USAGE:  glimmer3 [options] **<sequence-file>** <icm-file> <tag>

i dont know how to build ICM

The only input needed is your genome:

long-orfs -n -t 1.15 **genome.fasta** run1.longorfs
extract -t genome.fasta run1.longorfs > run1.train
build-icm -r run1.icm < run1.train

Page 4 of Glimmer3 manual mentions the g3-from-scratch.csh script that runs the whole pipeline:

g3-from-scratch.csh genome.fasta

If these instructions are too complicated, you have to be more specific about what you tryed and the error messages thrown.

Log in to answer this question.