Skip to content

Commit

Permalink
bug fix scallop
Browse files Browse the repository at this point in the history
  • Loading branch information
ens-ftricomi committed Dec 12, 2023
1 parent 9f0c0e1 commit 92fce8a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
)
Expand Down

0 comments on commit 92fce8a

Please sign in to comment.