From a45a541448da691adf687fac163805cfb382479d Mon Sep 17 00:00:00 2001 From: Tom Clegg Date: Fri, 22 Jun 2012 14:51:18 -0400 Subject: [PATCH] include quality_scores in flat summary --- public_html/lib/evidence.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public_html/lib/evidence.php b/public_html/lib/evidence.php index c20fc7f..bbc51ee 100644 --- a/public_html/lib/evidence.php +++ b/public_html/lib/evidence.php @@ -1056,7 +1056,7 @@ function evidence_get_assoc_flat_summary ($snap, $variant_id) { $nonflat =& evidence_get_assoc ($snap, $variant_id); $flat = array (); - foreach (array ("gene", "aa_change", "aa_change_short", "rsid", "impact", "qualified_impact", "inheritance") as $k) + foreach (array ("gene", "aa_change", "aa_change_short", "rsid", "impact", "qualified_impact", "inheritance", "quality_scores") as $k) if (isset ($nonflat[$k])) $flat[$k] = $nonflat[$k]; $flat["dbsnp_id"] = "";