Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Segmentation fault error #407

Open
lilinzhou opened this issue Mar 14, 2024 · 3 comments
Open

Segmentation fault error #407

lilinzhou opened this issue Mar 14, 2024 · 3 comments

Comments

@lilinzhou
Copy link

Hi,

I have just successfully installed the latest version of augustus from source code, the installation went smoothly and I can see the help messages correctly when run augustus alone. But when I run augustus or etraining with a fasta, I get a Segmentation fault error, I am sorry I have no other error message to provide, as there is no log file either, the command I am running is the following:
augustus --species=arabidopsis example.fa
etraining --species=test example.gb
the example.fa used comes from the examples folder.

Any solutions for this?

@MarioStanke
Copy link
Contributor

Are both commands crashing?
I suspect it has something to do with your compute setting or files.

Can you please check whether the parameter files are like in the repository?

ls -la $AUGUSTUS_CONFIG_PATH/species/arabidopsis/

testis no valid species. Perhaps you have previously interrupted a training of arabidopsis and have corrupted parameter files.

@QianChwnLyn
Copy link

QianChwnLyn commented May 15, 2024

Are both commands crashing? I suspect it has something to do with your compute setting or files.

Can you please check whether the parameter files are like in the repository?

ls -la $AUGUSTUS_CONFIG_PATH/species/arabidopsis/

testis no valid species. Perhaps you have previously interrupted a training of arabidopsis and have corrupted parameter files.

Hi, I also met this problem. this is my code.
augustus --species=human --gff3=off --outfile=Bow.gtf step03_cd-hit-est.fa

And this is error info.
image

Can you help me to solve it? Thanks

@MarioStanke
Copy link
Contributor

If I can reproduce the problem, I can probably fix it. For this I would need the example input and the content of the species subfolder that is specified in the augustus command line.
Can either of you share these files?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants