Skip to content

Commit

Permalink
Added all preffix
Browse files Browse the repository at this point in the history
  • Loading branch information
airenzp authored and xzhou82 committed Oct 16, 2024
1 parent 493aadd commit 554ed77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/termdb.violin.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export async function trigger_getViolinPlotData(q, res, ds, genome) {
ds,
genome
)
const sampleType = data.sampleType?.plural_name || 'samples'
const sampleType = `All ${data.sampleType?.plural_name || 'samples'}`
if (data.error) throw data.error
//get ordered labels to sort keys in key2values
if (q.divideTw && data.refs.byTermId[q.divideTw.term.id]) {
Expand Down

0 comments on commit 554ed77

Please sign in to comment.