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 2bcfce7 commit 7bc29be
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -256,10 +256,9 @@ public JsonArray getMarkerGeneMetadata(JsonArray metadata, String experimentAcce
markerGenesArray.add(processMarkerGene(jsonObject, experimentAccession,
"inferred_cell_type_-_ontology_labels",
"inferred cell type - ontology labels"));
processMarkerGene(jsonObject, experimentAccession,
markerGenesArray.add( processMarkerGene(jsonObject, experimentAccession,
"inferred_cell_type_-_authors_labels",
"Inferred cell type - authors labels",
markerGenesArray);
"Inferred cell type - authors labels"));
});

return markerGenesArray;
Expand Down

0 comments on commit 7bc29be

Please sign in to comment.