Is there an existing issue for this?
Have you loaded the SQANTI3.env conda environment?
Are you running SQANTI3 on its latest release?
Problem description
I am trying to run sqanti3_qc.py with --isoAnnotLite. I have a custom annotated GTF file, including the gene_name tag. This command worked for me in a previous version of SQANTI3 (v5.0).
Code sample and error
(base) root@e4c7381075e1:/wd# sqanti3_qc.py --polyA_motif_list mouse_and_human_poly_a_motif.txt --polyA_peak atlas.clusters.2.0.GRCh38.96.fixed.bed -d /tmp/analysis -o d_magna --report pdf --isoAnnotLite --isoforms d_magna.collapsed.filtered.gff --refGTF daphnia_genome.gtf --refFasta daphnia_genome.fasta
=====================
░██████╗░░█████╗░
██╔═══██╗██╔══██╗
██║██╗██║██║░░╚═╝
╚██████╔╝██║░░██╗
░╚═██╔═╝░╚█████╔╝
░░░╚═╝░░░░╚════╝░
=====================
[WARNING:2025-08-02 23:38:59,141] Output directory /tmp/analysis already exists. Overwriting!
[ERROR:2025-08-02 23:38:59,228] The 'gene_name' tag was not found in the input GTF file. SQANTI3 requires this tag to function properly.
[ERROR:2025-08-02 23:38:59,229] Please include the 'gene_name' tag in the GTF, or omit the --isoAnnotLite option.
It is probably hard to diagnose without the input files, so please let me know and I can send them by email.
Thank you very much!
Is there an existing issue for this?
Have you loaded the SQANTI3.env conda environment?
Are you running SQANTI3 on its latest release?
Problem description
I am trying to run sqanti3_qc.py with
--isoAnnotLite. I have a custom annotated GTF file, including thegene_nametag. This command worked for me in a previous version of SQANTI3 (v5.0).Code sample and error
It is probably hard to diagnose without the input files, so please let me know and I can send them by email.
Thank you very much!