Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
chuan-wang committed Oct 31, 2024
1 parent 2701edb commit 69fc31a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion taca/illumina/Runs.py
Original file line number Diff line number Diff line change
Expand Up @@ -713,7 +713,6 @@ def _process_simple_lane_with_single_demux(
if os.path.exists(source_html_report_laneBarcode) and os.path.exists(

Check warning on line 713 in taca/illumina/Runs.py

View check run for this annotation

Codecov / codecov/patch

taca/illumina/Runs.py#L713

Added line #L713 was not covered by tests
dest_html_report_laneBarcode
):
os.remove(dest_html_report_laneBarcode)
html_report_laneBarcode_parser = LaneBarcodeParser(

Check warning on line 716 in taca/illumina/Runs.py

View check run for this annotation

Codecov / codecov/patch

taca/illumina/Runs.py#L716

Added line #L716 was not covered by tests
source_html_report_laneBarcode
)
Expand Down

0 comments on commit 69fc31a

Please sign in to comment.