Skip to content

Commit

Permalink
Merge pull request #269 from teharrison/develop
Browse files Browse the repository at this point in the history
fixed missing output attribute
  • Loading branch information
teharrison committed Mar 3, 2013
2 parents cfd0826 + 6f916bf commit 3971ff7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/MGRAST/lib/resources2/matrix.pm
Expand Up @@ -510,6 +510,7 @@ sub prepare_data {
"matrix_type" => "sparse",
"matrix_element_type" => ($rtype eq 'abundance') ? "int" : "float",
"matrix_element_value" => $rtype,
"shape" => [ scalar(keys %$row_ids), scalar(keys %$col_ids) ],
"rows" => $brows,
"columns" => $bcols,
"data" => $self->index_sparse_matrix($matrix, $row_ids, $col_ids)
Expand Down

0 comments on commit 3971ff7

Please sign in to comment.