From a96cc4e97b3337f4ee44b875d47737bd78b13928 Mon Sep 17 00:00:00 2001 From: Alfred Kedhammar <89784800+kedhammar@users.noreply.github.com> Date: Fri, 9 Feb 2024 14:56:12 +0100 Subject: [PATCH] Make useless diffs For checking CodeCov --- taca/nanopore/instrument_transfer.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/taca/nanopore/instrument_transfer.py b/taca/nanopore/instrument_transfer.py index defb059b..73d950b7 100644 --- a/taca/nanopore/instrument_transfer.py +++ b/taca/nanopore/instrument_transfer.py @@ -22,8 +22,6 @@ def main(args): format="%(asctime)s - %(levelname)s - %(message)s", ) - logging.info("Starting script...") - run_pattern = re.compile( # Run folder name expected as yyyymmdd_HHMM_1A-3H/MN19414_flowCellId_randomHash # Flow cell names starting with "CTC" are configuration test cells and should not be included @@ -32,6 +30,8 @@ def main(args): ) rsync_log = os.path.join(args.source_dir, "rsync_log.txt") + logging.info("This is helpful, maybe") + logging.info("Parsing instrument position logs...") position_logs = parse_position_logs(args.minknow_logs_dir) logging.info("Subsetting QC and MUX metrics...")