Skip to content
Snippets Groups Projects
Commit b750dbe3 authored by Claire Kuchly's avatar Claire Kuchly
Browse files

Merge branch 'issue#227' into 'master'

Add HTML repport for ONT run

See merge request !137
parents 8371a7b4 fc081636
No related branches found
No related tags found
1 merge request!137Add HTML repport for ONT run
......@@ -64,6 +64,8 @@ class OntQualityCheck (NG6Workflow):
self.log_files.append(file)
for file in glob(logpath+"/*.pdf"):
self.log_files.append(file)
for file in glob(logpath+"/*.html"):
self.log_files.append(file)
logging.getLogger("jflow").debug("OntQualityCheck._process.logfile self.log_files = " + ",".join(self.log_files))
# add logs
......
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