diff --git a/.gitignore b/.gitignore index b235e099..d3fe6db9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ .vscode/settings.json output/* /*.html -/*.tsv \ No newline at end of file +/*.tsv +report_new.py diff --git a/bin/coverage_report_single.py b/bin/coverage_report_single.py index 8c98dbb8..62b5903b 100644 --- a/bin/coverage_report_single.py +++ b/bin/coverage_report_single.py @@ -1083,7 +1083,7 @@ def style_snps_high_cov(self, snps_high_cov): else: snps_high_cov = "No covered SNPs" snps_covered = 0 - + return snps_high_cov, snps_covered