Augustus new species training
1
0
Entering edit mode
8.2 years ago
#### ▴ 220

Hi ! I am trying to train augustus for glycine and I am following the steps you have mentioned.

While using gff2gbSmallDNA.pl, I am getting error Couldn't open gff.

While using autoAug.pl following error:

Error: The environment variable AUGUSTUS_CONFIG_PATH is not define

Can any one help me with this?

gene-prediction ngs augustus • 5.5k views
ADD COMMENT
2
Entering edit mode
8.2 years ago
SES 8.6k

The error tells you exactly what the problem is, you need to define that variable to point to the "config" directory. For example,

export AUGUSTUS_CONFIG_PATH=/my_path_to_AUGUSTUS/config

If you put that in your shell script before you call the Perl script it will work, as long as you provide the correct arguments (which is not clear from your post).

ADD COMMENT
0
Entering edit mode

Thank you SES ... I have set the config path inside the perl script I have used. Its working fine as of now.

ADD REPLY
0
Entering edit mode

It worked for me:

export AUGUSTUS_CONFIG_PATH=/path/augustus/config export PATH=$PATH: =/path/augustus/bin

ADD REPLY

Login before adding your answer.

Traffic: 2271 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