Problem in running Glimmer3
1
0
Entering edit mode
6.1 years ago

Hello everyone i am beginner user in linux. I have installed glimmer3 in linux. The problem is that i dont know where to input my sequence and how to build ICM in glimmer. I have also read glimmer tutorial I cannot understand it.

glimmer • 1.6k views
ADD COMMENT
1
Entering edit mode
6.1 years ago
h.mon 35k

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.

ADD COMMENT
0
Entering edit mode

Thank you for responding to my query but I am still facing following problem hope you will help me out

glimmer3 [options] <sequence-file> <icm-file> <tag> Can you please elaborate what should i write in the [options], <sequence-file>

Also tell me the exact command which i should copy paste

ADD REPLY
0
Entering edit mode

What is the name of the file with your genome? (this is more a hint than a question)

edit: I already gave you a copy-pasteable command:

g3-from-scratch.csh genome.fasta
ADD REPLY

Login before adding your answer.

Traffic: 4034 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6