Hi
I have a de novo transcriptome file and partial genome file which I need to make a (GFF/GTF) annotation map based on both transcriptome and draft genome information.
I have includes both scaffolds from Trinity and StringTie in order to make a comprehensive transcriptome. Nqow I need to make annotation based on both draft partial genome file and assembled transcriptome.
1- I have tried Pasa which mostly used GMAP, but is there any other pipeline for such purpose?
2- How can perform this process by myself with just applying softwares not pipelines?
Thanks for consideration and help.
I am looking for such workflow too. Great job, Jacques. But I didn't find a script named
agat_convert_minimap2gff.pl
in a Github repository of AGAT.Right I had modified the name to be more precise because minimap2 can output different formats. So it is agat_convert_minimap2_bam2gff.pl
Thank you. But the way I first searched in that directory. Now it is clear for me. Thank you again. As I understood, the right minimap2 parametres for correct sam file output for
agat_convert_minimap2_bam2gff.pl
areminimap2 -ax splice:hq -uf
, aren't it?Look at the Readme here https://github.com/lh3/minimap2 it should be
sam
format notpaf
. So yes it is fine