Skip to content

Commit

Permalink
Make useless diffs
Browse files Browse the repository at this point in the history
For checking CodeCov
  • Loading branch information
kedhammar authored Feb 9, 2024
1 parent 003a763 commit a96cc4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions taca/nanopore/instrument_transfer.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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...")
Expand Down

0 comments on commit a96cc4e

Please sign in to comment.