-
Notifications
You must be signed in to change notification settings - Fork 111
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
Comments
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
<#424 (comment)>,
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
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
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
The text was updated successfully, but these errors were encountered: