Skip to content

Commit

Permalink
Dataset addition tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
WalshKieran committed May 31, 2024
1 parent 7d318d3 commit 51db863
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion frontend/src/lib/components/customview.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
const matrixName = 'Custom'
const {order, sampleNames, expressionGetter, columnGetter} = $metadataProcessed.result
const {index, zScores } = $metadataProcessed.result.$dataProcessed.result
return ({
let ret = ({
[name]: {
name,
index,
Expand All @@ -130,6 +130,9 @@
})
}
});
console.log(`Adding custom dataset ${name}:`);
console.log(ret);
return ret;
}
Expand Down

0 comments on commit 51db863

Please sign in to comment.