I am trying to use augustus for gene prediction of a non model organism and currently looking at this link.
They have used blat for alignment to generate "hint" file but since I already have transciptome data on Illumina, I want to first generate a bam file (may be by using bowtie) and then convert it to wig file (as per the tutorial)
Bigwig format is recommended over wig as per UCSC. How should I proceed? There are programs available for sam/bam to bigwig conversion. If I somehow convert sam to bigwig, will Augustus support it?
Is there any alternative approach for gene prediction in such cases? Any link to tutorial, tool or pointers will be highly appreciated. I am quite flexible with the approach/tool/method.
Hi Macspider
Thanks for the inputs. I mapped transcriptome data to the genome and got the bam file. Later sorted it by coordinates and used
bam2hints
to get the hints file. There is no error message, however, thehints.gff
file is emptyMy Commands
1. Mapping by bowtie2
2. BAM to hints file
I see a message at the end - which does not look like an error
I used bam2hints to calculate only introns, with
--intronsonly
. However, this flag is deprecated because it's the default now so shouldn't be the issue.How did you sort your bam file? By name or by coordinate?
default, by coordinate
Read this: http://www.vcru.wisc.edu/simonlab/bioinformatics/programs/augustus/docs/readme.rnaseq.html
You might find useful info!