Skip to content
Snippets Groups Projects
Commit a3066c6f authored by Amir MOHAMMADI's avatar Amir MOHAMMADI
Browse files

mention the name of the file also in the logger

parent 4c63b55a
No related branches found
No related tags found
1 merge request!131Add annotator support
...@@ -83,7 +83,8 @@ def annotate(database, annotator, output_dir, force, array, **kwargs): ...@@ -83,7 +83,8 @@ def annotate(database, annotator, output_dir, force, array, **kwargs):
continue continue
logger.info( logger.info(
"Extracting annotations for sample %d out of %d", i + 1, total) "Extracting annotations for sample %d out of %d: %s", i + 1, total,
outpath)
data = annotator.read_original_data( data = annotator.read_original_data(
biofile, database.original_directory, database.original_extension) biofile, database.original_directory, database.original_extension)
annot = annotator(data) annot = annotator(data)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment