Hi SES, thanks for your answers !
So, maybe I wasn't very clear, but my goal is indeed to annotate the genome as accurately as possible.
As I understand by reading your answers, I will need :
For EST : -a fasta file of RNA evidences (D. suzukii, my main species), obtained by processing the output fastq RNAseq file with est2genome -a gff file corresponding to theses RNA evidences -a fasta file of RNA evidences (D. melanogaster, my close related species) -a gff file corresponding, again, to theses evidences
For Protein : Sorry to bother you, but I'm not really sure of what you were meaning :
This whole process can be time consuming if you have a large genome. For this reason, you do not want to keep realigning ESTs and proteins redundantly, but instead provide them in a GFF after the initial training step.
Does that means that protein evidences + EST evidences is redundant ?
I don't think that I have protein evidence for D. suzukii, does protein evidences of D. melanogaster will be enough ? As protein are "evolving slower" than RNA ?
About gene prediction
I thought that we need to chose for a particular program, so I have to choose between SNAP and Augustus right ? Both are not working in the same time ?
Also, something isn't clear for me about the training process, I read several times this manual section, but I can't say exactly how the training is working. Do I have to run a first times maker, then to train ab initio predictors and then to re-run Maker ?
Thanks !
Great, thanks for sharing this post.Much thanks again. Awesome. http://www.kitsonlinetrainings.com/oracle-11g-rac-online-training.html
Dear Roxane I am facing this same problem that you had with MAKER, I already have read all the post and despite some of my doubts have been fixed I Ihave a couple of questions and I was wondering if you can help me please!
Ivan, Institute of Ecology, UNAM, Mexico
Hello imda !
It's been a while I didnt used maker, but I can perhaps help you with that ! What are your questions ?
Cheers,
Roxane
Sorry for this very delay response, I was triying to fix some bugs in my assembly. My questions are two?
If you do not have EST for your species, what did you do? and the second one is about the running time for maker, I have been seen that is very very versy slow! how can I speed up the annotation? did you split your genome into small chunks?
Thank you very much
Hello Imda !
1) If you don't have any RNAseq data from the species you want to annotate, you can still use proteins evidences from several closely related species. But I won't advice to do so, I think the best way to annotate a genome is using EST from the same species if you want it to be accurate. Maybe it depends on what you need to do tho. Maker will still works without EST and try to make the best predictions using what he have (tools that predict gene structure such as SNAP etc and proteins from a closely related species)
2)And yes, maker can take a very long time, for me it was about 3-4 days an iteration (and you need at least 2 or 3 for the full maker pipeline to train SNAP etc...). I was thinking at some point to launch maker like contig by contig, but that would need to slip the evidences as well... I'm not sure how this would impact the whole annotation process. Perhaps anyone else has tried such a method ? Maybe maker now take an option in order to let the process be multithreaded on a cluster or something ? I really don'y know sadly :/
Cheers,
Roxane
Dear Roxane, I think that I already fixed the problem with maker about split the genome in many fasta files. I used the tool from maker called fasta_tool. This script split the genome into many chunks and then you can run maker in each chunk and all should run very well. You can apply this method if you do not have a MPI.
Cheers
Very nice to know ! So how did it went in the end ? Was the annotation good with the spliting process ?
Yes, all resulted in a good an annotation and it took like 7 days to finish a genome of 1.6 Gb.