Skip to content

Commit

Permalink
include quality_scores in flat summary
Browse files Browse the repository at this point in the history
  • Loading branch information
tomclegg committed Jun 22, 2012
1 parent 6ee5c06 commit a45a541
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public_html/lib/evidence.php
Original file line number Diff line number Diff line change
Expand Up @@ -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"] = "";
Expand Down

0 comments on commit a45a541

Please sign in to comment.