Skip to content

Commit

Permalink
GCNV-59 search xls and xlsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Aisha-D committed Oct 3, 2022
1 parent 2f0eabd commit 2fc87e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion general_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ def prepare_batch_writing(
sample_id, "coverage_report.html"
)
# get the index for the xls report that needs to be created
xls_reports = find_previous_reports(sample_id, ".xls")
xls_reports = find_previous_reports(sample_id, ".xls*")
xls_index = get_next_index(xls_reports)
coverage_index = get_next_index(coverage_reports)

Expand Down

0 comments on commit 2fc87e2

Please sign in to comment.