Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ python-api-client:
pypi-clean.sh

r-api-client:
FROM r-base:4.4.3
FROM r-base:4.4.2
WORKDIR /app

CACHE /root/.cache
Expand Down
8 changes: 8 additions & 0 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
#
# Copyright (c) 2011-2025 Genestack Limited
# All Rights Reserved
# THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF GENESTACK LIMITED
# The copyright notice above does not evidence any
# actual or intended publication of such source code.
#

distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-bin.zip
Expand Down
14 changes: 14 additions & 0 deletions openapi/v1/fileCurator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,13 @@ paths:
required: true
schema:
type: string
- description: Select `true` in order to include file structure (contents) for .h5, .h5ad, .zip, .gz to the response.
in: query
name: includeContents
required: false
schema:
default: false
type: boolean
responses:
"200":
content:
Expand Down Expand Up @@ -171,6 +178,13 @@ paths:
description: Search for files via a full-text query over all file metadata.
schema:
type: string
- in: query
name: includeContents
description: Select `true` in order to include file structure (contents) for .h5, .h5ad, .zip, .gz to the response.
required: false
schema:
default: false
type: boolean
- in: query
name: pageLimit
description: Maximum number of results to return per page (see Paging above). This value must be
Expand Down
14 changes: 14 additions & 0 deletions openapi/v1/fileUser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,13 @@ paths:
required: true
schema:
type: string
- description: Select `true` in order to include file structure (contents) for .h5, .h5ad, .zip, .gz to the response.
in: query
name: includeContents
required: false
schema:
default: false
type: boolean
responses:
"200":
content:
Expand Down Expand Up @@ -172,6 +179,13 @@ paths:
description: Search for files via a full-text query over all file metadata.
schema:
type: string
- in: query
name: includeContents
description: Select `true` in order to include file structure (contents) for .h5, .h5ad, .zip, .gz to the response.
required: false
schema:
default: false
type: boolean
- in: query
name: pageLimit
description: Maximum number of results to return per page (see Paging above). This value must be
Expand Down
7 changes: 7 additions & 0 deletions openapi/v1/integrationCurator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6656,6 +6656,13 @@ paths:
required: true
schema:
type: string
- description: Select `true` in order to include file structure (contents) for .h5, .h5ad, .zip, .gz to the response.
in: query
name: includeContents
required: false
schema:
default: false
type: boolean
responses:
"200":
content:
Expand Down
7 changes: 7 additions & 0 deletions openapi/v1/integrationUser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5074,6 +5074,13 @@ paths:
required: true
schema:
type: string
- description: Select `true` in order to include file structure (contents) for .h5, .h5ad, .zip, .gz to the response.
in: query
name: includeContents
required: false
schema:
default: false
type: boolean
responses:
"200":
content:
Expand Down
48 changes: 48 additions & 0 deletions openapi/v1/odmApi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1551,6 +1551,14 @@ paths:
required: true
schema:
type: "string"
- description: "Select `true` in order to include file structure (contents)\
\ for .h5, .h5ad, .zip, .gz to the response."
in: "query"
name: "includeContents"
required: false
schema:
default: false
type: "boolean"
responses:
"200":
content:
Expand Down Expand Up @@ -1610,6 +1618,14 @@ paths:
description: "Search for files via a full-text query over all file metadata."
schema:
type: "string"
- in: "query"
name: "includeContents"
description: "Select `true` in order to include file structure (contents)\
\ for .h5, .h5ad, .zip, .gz to the response."
required: false
schema:
default: false
type: "boolean"
- in: "query"
name: "pageLimit"
description: "Maximum number of results to return per page (see Paging above).\
Expand Down Expand Up @@ -1767,6 +1783,14 @@ paths:
required: true
schema:
type: "string"
- description: "Select `true` in order to include file structure (contents)\
\ for .h5, .h5ad, .zip, .gz to the response."
in: "query"
name: "includeContents"
required: false
schema:
default: false
type: "boolean"
responses:
"200":
content:
Expand Down Expand Up @@ -1826,6 +1850,14 @@ paths:
description: "Search for files via a full-text query over all file metadata."
schema:
type: "string"
- in: "query"
name: "includeContents"
description: "Select `true` in order to include file structure (contents)\
\ for .h5, .h5ad, .zip, .gz to the response."
required: false
schema:
default: false
type: "boolean"
- in: "query"
name: "pageLimit"
description: "Maximum number of results to return per page (see Paging above).\
Expand Down Expand Up @@ -10300,6 +10332,14 @@ paths:
required: true
schema:
type: "string"
- description: "Select `true` in order to include file structure (contents)\
\ for .h5, .h5ad, .zip, .gz to the response."
in: "query"
name: "includeContents"
required: false
schema:
default: false
type: "boolean"
responses:
"200":
content:
Expand Down Expand Up @@ -15759,6 +15799,14 @@ paths:
required: true
schema:
type: "string"
- description: "Select `true` in order to include file structure (contents)\
\ for .h5, .h5ad, .zip, .gz to the response."
in: "query"
name: "includeContents"
required: false
schema:
default: false
type: "boolean"
responses:
"200":
content:
Expand Down