Hi,
I want to use Nanopore PCR-cDNA sequencing to detect known and novel isoforms in Arabidopsis under certain growth conditions. I am thinking to use minimap2 for mapping, alignment and error correction. If I want to get a gtf or gff from the mapped long reads, which software should I use? Or does minimap2 output a gtf/gff file?
Thanks!!!
Why not use stringTie? Note that minimap2 doesn't output a GTF.
Just not sure if the long reads will not be assembled properly since I only used stringTie for illumina reads before. But I will try that first. Thanks!
StringTie2 is just released and appears to be a good solution for this problem: https://www.biorxiv.org/content/10.1101/694554v1
Is stringtie compatible with nanopore data? I always use minimap2, graphmap2 and it generate only SAM output....