Skip to content

Commit

Permalink
Merge pull request #88 from eastgenomics/GCNV-59-dias-batch-v1.10.1
Browse files Browse the repository at this point in the history
GCNV-59 Search xls and xlsx reports (#88)
  • Loading branch information
Yu-jinKim authored Oct 5, 2022
2 parents 2f0eabd + 2fc87e2 commit 2ec941d
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 2ec941d

Please sign in to comment.