Skip to content

Commit

Permalink
Improve code
Browse files Browse the repository at this point in the history
Co-authored-by: Károly Erdős <[email protected]>
  • Loading branch information
upendrakumbham and ke4 authored Nov 29, 2024
1 parent 11c992b commit 061dd39
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -253,10 +253,9 @@ public JsonArray getMarkerGeneMetadata(JsonArray metadata, String experimentAcce

metadata.forEach(item -> {
JsonObject jsonObject = item.getAsJsonObject();
processMarkerGene(jsonObject, experimentAccession,
markerGenesArray.add(processMarkerGene(jsonObject, experimentAccession,
"inferred_cell_type_-_ontology_labels",
"inferred cell type - ontology labels",
markerGenesArray);
"inferred cell type - ontology labels"));
processMarkerGene(jsonObject, experimentAccession,
"inferred_cell_type_-_authors_labels",
"Inferred cell type - authors labels",
Expand Down

0 comments on commit 061dd39

Please sign in to comment.