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 (core dumped) #188

Open
KimberlyAcevedo opened this issue Oct 11, 2024 · 1 comment
Open

Segmentation fault (core dumped) #188

KimberlyAcevedo opened this issue Oct 11, 2024 · 1 comment

Comments

@KimberlyAcevedo
Copy link

Hello,
I have converted my fasta file and paired end reads to make a GTF file using augustus. However, when I am trying to index the fasta file (the gtf file is needed) I recieve an error. This error is "no exon lines in the GTF file". For this reason I have been trying convert_ensembl on gtftk. I am now receiving an error similar to #187. I think my error message stems from the exons missing and am not sure of what I can do differently.

My code is:
gtftk convert_ensembl -i AP147_as_REF_augustus.gtf > AP147_as_REF_ensembl.gtf

My error message is:
/pygtftk/bin/gtftk:53: DeprecationWarning: Use shutil.which instead of find_executable
if not find_executable("bedtools"):
Segmentation fault (core dumped)

I have attached a screenshot of the GTF file as the GTF file was created from the publicly available fastq files from BioProject accession number PRJNA911610.
Screenshot 2024-10-11 at 4 12 52 PM

Is this something you are able to assist me with? Thank you in advance for your time!

@dputhier
Copy link
Owner

Hi,
This problem seems to be a little bit of scope. I think you should first try to understand why there are no 'exon' lines in your GTF file (maybe contact the Augustus developer). I really don't have sufficient information and knowledge about your system to help you with the upstream analyses that lead to this GTF. If you fix this, I may help you with processing the file in gtftk.
Best

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

2 participants