Open Jdbeck66 opened 1 week ago
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.
As an alternative, you can try to run getAnnoFastaFromJoingenes.py with the gtf file generated from AUGUSTUS output.
Best,
Katharina
On Sun, Nov 3, 2024 at 8:45 PM Jim Beck @.***> wrote:
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.
— Reply to this email directly, view it on GitHub https://github.com/Gaius-Augustus/Augustus/issues/424#issuecomment-2453554860, or unsubscribe https://github.com/notifications/unsubscribe-auth/AJMC6JFRASGDILRVBW5OJJLZ6ZVN3AVCNFSM6AAAAABRDADANKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDINJTGU2TIOBWGA . You are receiving this because you are subscribed to this thread.Message ID: @.***>
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
After running
I attempted to run
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