mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-24 07:58:11 +08:00
rename "geneset" to "gene set" in CLI (#2088)
* remove dead code * rename geneset to gene_set
This commit is contained in:
@@ -411,7 +411,6 @@ export const saveGenesetsAction = () => async (dispatch, getState) => {
|
||||
const tid = (lastTid ?? 0) + 1;
|
||||
const genesets = [];
|
||||
for (const [name, gs] of lastGenesets) {
|
||||
// const genes = Array.from(gs.genes.values());
|
||||
const genes = [];
|
||||
for (const g of gs.genes.values()) {
|
||||
genes.push({
|
||||
|
||||
Reference in New Issue
Block a user