Skip to content

Commit

Permalink
fix paths
Browse files Browse the repository at this point in the history
  • Loading branch information
rcannood committed Nov 19, 2024
1 parent 7d92211 commit 549955c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions scripts/create_resources/test_resources.sh
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,6 @@ viash run src/data_processors/process_dataset/config.vsh.yaml -- \
# HERE

# # only run this if you have access to the openproblems-data bucket
# aws s3 sync --profile op \
# "$DATASET_DIR" s3://openproblems-data/resources_test/task_cyto_batch_integration \
# --delete --dryrun
aws s3 sync --profile op \
"$DATASET_DIR" s3://openproblems-data/resources_test/task_cyto_batch_integration \
--delete --dryrun
2 changes: 1 addition & 1 deletion src/api/file_unintegrated.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#TODO: Change to the required and/or optional fields of the anndata
type: file
example: "resources_test/task_cyto_batch_integration/cxg_mouse_pancreas_atlas/train.h5ad"
example: "resources_test/task_cyto_batch_integration/starter_file/unintegrated.h5ad"
label: "Unintegrated"
summary: "Unintegrated dataset"

Expand Down
2 changes: 1 addition & 1 deletion src/api/file_unintegrated_censored.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#TODO: Change to the required and/or optional fields of the anndata
type: file
example: "resources_test/task_cyto_batch_integration/cxg_mouse_pancreas_atlas/train.h5ad"
example: "resources_test/task_cyto_batch_integration/starter_file/unintegrated_censored.h5ad"
label: "Unintegrated Censored"
summary: "Unintegrated dataset"
info:
Expand Down
2 changes: 1 addition & 1 deletion src/api/file_validation.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
type: file
example: "resources_test/task_cyto_batch_integration/cxg_mouse_pancreas_atlas/solution.h5ad"
example: "resources_test/task_cyto_batch_integration/starter_file/validation.h5ad"
label: Validation
summary: Hold-out dataset for validation.
description: |
Expand Down

0 comments on commit 549955c

Please sign in to comment.