Skip to content

Commit

Permalink
move common submodules out of scr
Browse files Browse the repository at this point in the history
  • Loading branch information
sainirmayi committed Jun 7, 2024
1 parent 2aefb0d commit e5a5845
Show file tree
Hide file tree
Showing 16 changed files with 13 additions and 11 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[submodule "src/common"]
path = src/common
url = https://github.com/openproblems-bio/common-resources.git
[submodule "common"]
path = common
url = https://github.com/openproblems-bio/common-resources.git
4 changes: 2 additions & 2 deletions src/api/comp_control_method.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ functionality:
required: true
test_resources:
- type: python_script
path: /src/common/component_tests/check_method_config.py
path: /common/component_tests/check_method_config.py
- type: python_script
path: /src/common/component_tests/run_and_check_output.py
path: /common/component_tests/run_and_check_output.py
- path: /resources_test/spatial_decomposition/cxg_mouse_pancreas_atlas
dest: resources_test/spatial_decomposition/cxg_mouse_pancreas_atlas
- path: /common/library.bib
4 changes: 2 additions & 2 deletions src/api/comp_method.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ functionality:
required: true
test_resources:
- type: python_script
path: /src/common/component_tests/check_method_config.py
path: /common/component_tests/check_method_config.py
- type: python_script
path: /src/common/component_tests/run_and_check_output.py
path: /common/component_tests/run_and_check_output.py
- path: /resources_test/spatial_decomposition/cxg_mouse_pancreas_atlas
dest: resources_test/spatial_decomposition/cxg_mouse_pancreas_atlas
- path: /common/library.bib
4 changes: 2 additions & 2 deletions src/api/comp_metric.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ functionality:
required: true
test_resources:
- type: python_script
path: /src/common/component_tests/check_metric_config.py
path: /common/component_tests/check_metric_config.py
- type: python_script
path: /src/common/component_tests/run_and_check_output.py
path: /common/component_tests/run_and_check_output.py
- path: /resources_test/spatial_decomposition/cxg_mouse_pancreas_atlas
dest: resources_test/spatial_decomposition/cxg_mouse_pancreas_atlas
- path: /common/library.bib
Expand Down
2 changes: 1 addition & 1 deletion src/api/comp_process_dataset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ functionality:
required: true
test_resources:
- type: python_script
path: /src/common/component_tests/run_and_check_output.py
path: /common/component_tests/run_and_check_output.py
# - path: /resources_test/common/cxg_mouse_pancreas_atlas
# dest: resources_test/common/cxg_mouse_pancreas_atlas
- path: /resources_test/spatial_decomposition/cxg_mouse_pancreas_atlas
Expand Down
1 change: 0 additions & 1 deletion src/common
Submodule common deleted from 81d426
2 changes: 1 addition & 1 deletion src/dataset_simulator/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ functionality:
path: script.py
test_resources:
- type: python_script
path: /src/common/component_tests/run_and_check_output.py
path: /common/component_tests/run_and_check_output.py
- path: /resources_test/common/cxg_mouse_pancreas_atlas
dest: resources_test/common/cxg_mouse_pancreas_atlas
platforms:
Expand Down
2 changes: 1 addition & 1 deletion src/process_dataset/split_dataset/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ functionality:
resources:
- type: python_script
path: script.py
- path: /src/common/helper_functions/subset_anndata.py
- path: /common/helper_functions/subset_anndata.py
platforms:
- type: docker
image: ghcr.io/openproblems-bio/base_python:1.0.4
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/workflows/process_datasets/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ functionality:
- type: nextflow_script
path: main.nf
entrypoint: run_wf
- path: /src/common/nextflow_helpers/helper.nf
- path: /common/nextflow_helpers/helper.nf
dependencies:
- name: common/check_dataset_schema
repository: openproblems_v2
Expand Down

0 comments on commit e5a5845

Please sign in to comment.