Closed alexvasilikop closed 1 year ago
Some of these behaviors can be sopped via config file with AGAT >= v1.0.0 The check: If exons are overlapping or adjacent (by mRNA/isoform) they are merged together. If CDS/UTR/stop_codon... (feature type that are expected in exon see level3 in feature_levels.yaml) are described but are not included in a corresponding exon, existing exons are extended or new exons are created. Similar thing occur for UTR. For UTR creation is slightly different, It can be deduce only if we have exon and CDS features in the file. Based on that information AGAT will deduce the UTR. If missing it create them, if already existing it will veryfy the locations.
You could look at the log file to get more information about what has been done by AGAT.
Great thanks,
Using a config file can I stop these modifications? How?
thanks
agat config --expose
Then you modify true by false like here https://github.com/NBISweden/AGAT/blob/3107f4d2cd60f469bcc9a1b8151219f0aa20491d/share/config.yaml#LL69C1-L69C18
great thanks
Describe the bug Hello I have a question concerning the checks performed by AGAT without providing a fasta. I am using agat version 0.9.2.
General (please complete the following information): Installation is with anaconda
To Reproduce Specifically I am trying to remove some mRNAs with blast hit to TEs from a newly annotated genome. So I provided a list to AGAT with the ids to remove
It seems that agat is also doing some checks and fixing some UTRs and exons. How is able to do it without a fasta? What kind of fixes does it perform in this case?:
Many thanks Alex