Hi @gemygk
In the current container the AGAT agat_sp_statistics step can run forever with output from Tiberius. So far I've left it up to 3 days on the HPC and it doesn't return.
2026-07-01 16:45:35 | INFO | Running command: agat_sp_statistics.pl -g /home/tharrop/Projects/compare-annotation-tools/debug/input_genome.fasta --gff bembpic.agat_standardised.gff --yaml --output bembpic.agat_sp_statistics > bembpic.agat_sp_statistics.log 2>&1 && mv bembpic.agat_sp_statistics bembpic.agat_sp_statistics.txt
I've run the exact same command with AGAT 1.7.0 and it completes... still very slow but at least it finished.
apptainer exec docker://quay.io/biocontainers/agat:1.7.0--pl5321hdfd78af_0 agat_sp_statistics.pl -g /home/tharrop/Projects/compare-annotation-tools/debug/input_genome.fasta --gff bembpic.agat_standardised.gff --yaml --output bembpic.agat_sp_statistics
...
-------------------------- Job done in 27811 seconds ---------------------------
command : /usr/local/bin/agat_sp_statistics.pl -g /home/tharrop/Projects/compare-annotation-tools/debug/input_genome.fasta --gff bembpic.agat_standardised.gff --yaml --output bembpic.agat_sp_statistics
date : 07/01/2026 at 16h36m34s
Job done! Bye Bye!
PS Just reporting this - we can run the steps directly so no worries if you're not maintaining this tool.
Cheers,
Tom
Hi @gemygk
In the current container the AGAT
agat_sp_statisticsstep can run forever with output from Tiberius. So far I've left it up to 3 days on the HPC and it doesn't return.I've run the exact same command with AGAT 1.7.0 and it completes... still very slow but at least it finished.
PS Just reporting this - we can run the steps directly so no worries if you're not maintaining this tool.
Cheers,
Tom