Skip to content

Commit 92fce8a

Browse files
committed
bug fix scallop
1 parent 9f0c0e1 commit 92fce8a

File tree

1 file changed

+1
-1
lines changed
  • src/python/ensembl/tools/anno/transcriptomic_annotation

1 file changed

+1
-1
lines changed

src/python/ensembl/tools/anno/transcriptomic_annotation/scallop.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def run_scallop(
8686
transcript_file = scallop_dir / transcript_file_name
8787
if transcript_file.exists():
8888
logging.info(
89-
"Found an existing stringtie gtf file, will not overwrite. \
89+
"Found an existing scallop gtf file, will not overwrite. \
9090
File found: %s",
9191
transcript_file,
9292
)

0 commit comments

Comments
 (0)