Skip to content

Commit

Permalink
Remove unneeded comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ke4 committed Nov 29, 2024
1 parent d3237ae commit 4eb1084
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -331,11 +331,6 @@ void whenGivenExistingSymbolReturnedCellTypesNotContainsNullValue() throws Excep

private Map<String, String> generateGeneSearchParams() {
var geneId = jdbcTestUtils.fetchRandomGene();

// Some gene IDs don’t have a symbol, e.g. ERCC-00044
// Also, it turns out that some gene symbols like Vmn1r216 match more than one gene ID within the same species:
// ENSMUSG00000115697 and ENSMUSG00000116057
// We don’t want any of those pesky gene IDs!
var matchingSymbols = bioEntityPropertyDao.fetchPropertyValuesForGeneId(geneId, SYMBOL);
while (matchingSymbols.isEmpty() ||
bioEntityPropertyDao.fetchGeneIdsForPropertyValue(
Expand Down

0 comments on commit 4eb1084

Please sign in to comment.