Skip to content

Commit

Permalink
First work in creating a first dataset loader
Browse files Browse the repository at this point in the history
Co-authored-by: LouisK92 <[email protected]>
  • Loading branch information
rcannood and LouisK92 committed Aug 26, 2024
1 parent 6592f5c commit 72fd831
Show file tree
Hide file tree
Showing 17 changed files with 649 additions and 570 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ singularity_container/

target
.nextflow
.resources_test
resources_test
resources
462 changes: 347 additions & 115 deletions README.md

Large diffs are not rendered by default.

37 changes: 0 additions & 37 deletions src/api/comp_control_method.yaml

This file was deleted.

23 changes: 23 additions & 0 deletions src/api/comp_data_loader.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@

info:
type: data_processor
type_info:
label: Data loader
summary: A data loader component which downloads data from a resource and stores it as a zarr file.
description: |
TODO: fill in
arguments:
- name: "--dataset_organism"
type: string
direction: input
required: true
- name: "--output"
__merge__: file_raw_data.yaml
direction: output
required: true
# test_resources:
# - path: /resources_test/common/pancreas
# dest: resources_test/common/pancreas
# - type: python_script
# path: /common/component_tests/run_and_check_output.py

31 changes: 0 additions & 31 deletions src/api/comp_data_processor.yaml

This file was deleted.

28 changes: 0 additions & 28 deletions src/api/comp_method.yaml

This file was deleted.

28 changes: 0 additions & 28 deletions src/api/comp_metric.yaml

This file was deleted.

72 changes: 0 additions & 72 deletions src/api/file_common_dataset.yaml

This file was deleted.

26 changes: 0 additions & 26 deletions src/api/file_prediction.yaml

This file was deleted.

Loading

0 comments on commit 72fd831

Please sign in to comment.