Skip to content

Commit

Permalink
clients: Filter study cohorts by internal status ready, calculating, …
Browse files Browse the repository at this point in the history
…or invalid #TASK-7272
  • Loading branch information
jmjuanes committed Dec 11, 2024
1 parent 04c2291 commit ca46db0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/clients/opencga/opencga-client.js
Original file line number Diff line number Diff line change
Expand Up @@ -420,6 +420,7 @@ export class OpenCGAClient {
const cohortsResponse = await _this.cohorts()
.search({
study: study.fqn,
internalStatus: "READY,CALCULATING,INVALID",
exclude: "samples",
limit: 100,
});
Expand Down

0 comments on commit ca46db0

Please sign in to comment.