From aaf353b35937b1419c880d018fb869cc3c33dcd6 Mon Sep 17 00:00:00 2001
From: tcarver <tjc>
Date: Wed, 12 Feb 2014 16:32:11 +0000
Subject: [PATCH] increase default threshold

---
 etc/options | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/etc/options b/etc/options
index 157ec69a7..4ab7ec29e 100644
--- a/etc/options
+++ b/etc/options
@@ -861,7 +861,7 @@ hyperlinks = \
 # No. threads used to read from multiple BAM files
 bam_read_thread = 2
 # Max read coverage to display
-bam_max_coverage = 10000
+bam_max_coverage = 1000000
 
 #
 # CHADO DATABASE OPTIONS 
-- 
GitLab