MPIIComputationalEpigenetics / DeepBlue

DeepBlue Epigenomic Data Server
Other
2 stars 0 forks source link

Include more gene columns for output #71

Closed felipealbrecht closed 9 years ago

felipealbrecht commented 9 years ago

Include the genes (gtf) columns at

queries.cpp:1120 cursor = c->query(helpers::collection_name(Collections::GENE_SETS()), o); if (cursor->more()) { for (const auto& column : parser::FileFormat::default_format()) { columns.push_back(column->BSONObj()); } c.done(); return true; }