From 92fce8a026c8bc271cbb96e08fc81fcba33310f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=98ens-ftricomi=E2=80=99?= Date: Tue, 12 Dec 2023 23:01:48 +0000 Subject: [PATCH] bug fix scallop --- .../ensembl/tools/anno/transcriptomic_annotation/scallop.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/python/ensembl/tools/anno/transcriptomic_annotation/scallop.py b/src/python/ensembl/tools/anno/transcriptomic_annotation/scallop.py index 2e78f01..9ef91a3 100644 --- a/src/python/ensembl/tools/anno/transcriptomic_annotation/scallop.py +++ b/src/python/ensembl/tools/anno/transcriptomic_annotation/scallop.py @@ -86,7 +86,7 @@ def run_scallop( transcript_file = scallop_dir / transcript_file_name if transcript_file.exists(): logging.info( - "Found an existing stringtie gtf file, will not overwrite. \ + "Found an existing scallop gtf file, will not overwrite. \ File found: %s", transcript_file, )