Skip to content

Commit

Permalink
Merge branch 'refactor' of https://github.com/eastgenomics/athena int…
Browse files Browse the repository at this point in the history
…o refactor
  • Loading branch information
jethror1 committed Dec 4, 2020
2 parents cfd88c0 + 52f474c commit 03e070b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.vscode/settings.json
output/*
/*.html
/*.tsv
/*.tsv
report_new.py
2 changes: 1 addition & 1 deletion bin/coverage_report_single.py
Original file line number Diff line number Diff line change
Expand Up @@ -1083,7 +1083,7 @@ def style_snps_high_cov(self, snps_high_cov):
else:
snps_high_cov = "<b>No covered SNPs</b>"
snps_covered = 0

return snps_high_cov, snps_covered


Expand Down

0 comments on commit 03e070b

Please sign in to comment.