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

getAnnoFasta.pl fails to create output from .gff #424

Open
Jdbeck66 opened this issue Nov 3, 2024 · 3 comments
Open

getAnnoFasta.pl fails to create output from .gff #424

Jdbeck66 opened this issue Nov 3, 2024 · 3 comments

Comments

@Jdbeck66
Copy link

Jdbeck66 commented Nov 3, 2024

After running

augustus --species=arabidopsis --strand=both --singlestrand=false --genemodel=partial --codingseq=on --protein=on --sample=100 --keep_viterbi=true --alternatives-from-sampling=true --minexonintronprob=0.2 --minmeanexonintronprob=0.5 --maxtracks=2  --exonnames=on ptg000034.fasta > augustus_ptg000034.gff

I attempted to run

perl getAnnoFasta.pl augustus_ptg000034l.gff

It produced no output. I was expecting a .aa and a .codingseq output file.

I also tried using --gff3=off thinking a similar problem as here existed.

I used the docker container built from per the instructions here

@Jdbeck66
Copy link
Author

Jdbeck66 commented Nov 3, 2024

When I add print statements to the perl script's while loop - it seems as if the file is being read, but the parsing is not being satisfied.

@KatharinaHoff
Copy link
Member

KatharinaHoff commented Nov 4, 2024 via email

@Jdbeck66
Copy link
Author

Jdbeck66 commented Nov 4, 2024

Thanks Katharina for your quick response,

We are currently redirecting output to a .gff. Is there an option to produce the .gtf? When I run the above augustus script, it looks like it just defaults to print the gff file contents to the screen unless I redirect. I can't locate how produce the gtf to standard output. Or is gtf just gff version 2?

Jim

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