-
Notifications
You must be signed in to change notification settings - Fork 56
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
Creating a Hints file for use in Augustus from a gff file #177
Comments
Sounds a good task for AGAT. We will think about it. |
Thanks Jacques. The problem with the GTF2hints scripts is that there are several of them, and one has to tie them together using another join script in the Augustus scripts directory. A one stop shop gff2hints (something like that) would be more suitable. Thanks for looking into this. |
Hi Jacques, I was wondering if this request can still be worked upon. Regards |
I would like to develop this but do not have time. Maybe if you could already work on listing all types of hints used by Augustus and what they represent and how they can be generated, e.g. intron corresponds to regions in a gene between exons... it would help. |
Hi there, I'd also be interested in this. I know very little about perl so while I'd typically be interested to help out with contributing, don't think I'd do it justice. Per your last question @Juke34 , here are all the 16 hint types like @sanyalab mentioned, from the Augustus documentation that was linked above. Direct deeplink below:
|
I had work on that a while ago, I forgot to push this work in progress. You can find it in the Start and stop should be by default in the file if not you should use the |
Hi Jacques,
The hintsfile in Augustus (https://github.com/Gaius-Augustus/Augustus/blob/master/docs/RUNNING-AUGUSTUS.md#using-hints) is a useful method of predicting genes. However, scripts are there to convert BAM (http://manpages.ubuntu.com/manpages/bionic/man1/bam2hints.1.html) and GTF files to the hintsfile (https://github.com/Gaius-Augustus/Augustus/tree/master/scripts). There is no script to process GFF files to get a single hinstfile with all the 16 hints for direct use.
Can this be taken up as an enhancement objective for AGAT. I am typicaly thinking of a GFF file with features (exon, intron, CDS, five_prime_utr, three_prime_utr) that can provide info for (translation start, translation stop, acceptor splice site, donor splice site, exact exon, part of exon, exact intron in CDS/UTR, part of an intron, CDS, CDSpart, UTR, UTRpart)
Thanks
Abhijit
The text was updated successfully, but these errors were encountered: