Skip to content

Commit

Permalink
CNDB bug fix: support loading from ensemble group list
Browse files Browse the repository at this point in the history
  • Loading branch information
turner committed Dec 4, 2024
1 parent 96c8ac7 commit 74132d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/datasource/CNDBDatasource.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class CNDBDatasource extends DataSourceBase {

this.isPointCloud = await isPointCloud(hdf5, this.replicaKeys)

await this.updateWithReplicaKey(this.replicaKeys[ 0 ])
await this.updateWithEnsembleGroupKey(this.replicaKeys[ 0 ])

hideGlobalSpinner()

Expand All @@ -43,7 +43,7 @@ class CNDBDatasource extends DataSourceBase {
return { sample: 'Unspecified Sample', genomeAssembly }
}

async updateWithReplicaKey(replicaKey) {
async updateWithEnsembleGroupKey(replicaKey) {

this.currentReplicaKey = replicaKey

Expand Down

0 comments on commit 74132d2

Please sign in to comment.