Closed dariober closed 1 year ago
Thank you for reporting it Right AGAT is supposed to removes identical isoforms. You can modify this behaviour in the config.yaml (agat config --expose). But there is an obvious problem here. I will have a look!
Right it is because the overlap is checked at CDS level, if no CDS we use the exons. Here there is none. I could add if there is no level3 feature (CDS, exon, etc) test equality at level2 (ncRNA, mRNA, etc), then level1 (gene, match, etc).
Hi- thanks for the great set of tools! This is with agat 1.0.0 from bioconda. I cannot understand why the features in these two gff files are not merged by
agat_sp_merge_annotations.pl
:I would expect the merged output to contain one gene and one mRNA only. Instead, the two genes remain distinct:
Output from agat_sp_merge_annotations below. Am I missing something?