-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update to viash 0.9 #911
update to viash 0.9 #911
Conversation
* update to viash 0.9 and categorise datasets * group workflows * add api for spatial datasets * add more metadata * update publish dir path * update project config * update namespace * fix id * update example * fix example * update test resources * update helper resources * fix multiple separator --------- Co-authored-by: Robrecht Cannoodt <[email protected]>
* migrate components * remove resources which were moved to common_resources * remove more resources which were moved to common resources * update components * update scripts * wip migrate reporting components * rename components * update scripts * update components * more fixes * update * remove setup logging helper * fix components
Status:
|
src/datasets/workflows/multimodal/process_openproblems_neurips2021_bmmc/config.vsh.yaml
Outdated
Show resolved
Hide resolved
src/datasets/workflows/multimodal/process_openproblems_neurips2022_pbmc/config.vsh.yaml
Outdated
Show resolved
Hide resolved
- name: datasets/processors/pca | ||
- name: datasets/processors/hvg | ||
- name: datasets/processors/knn | ||
- name: common/extract_metadata |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- name: common/extract_metadata | |
- name: utils/extract_uns_metadata |
- name: datasets/normalization/sqrt_cp | ||
- name: datasets/normalization/l1_sqrt | ||
- name: datasets/processors/subsample | ||
- name: common/extract_metadata |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- name: common/extract_metadata | |
- name: utils/extract_uns_metadata |
- name: datasets/processors/pca | ||
- name: datasets/processors/hvg | ||
- name: datasets/processors/knn | ||
- name: common/extract_metadata |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- name: common/extract_metadata | |
- name: utils/extract_uns_metadata |
- name: datasets/normalization/sqrt_cp | ||
- name: datasets/normalization/l1_sqrt | ||
- name: datasets/processors/subsample | ||
- name: common/extract_metadata |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- name: common/extract_metadata | |
- name: utils/extract_uns_metadata |
- name: datasets/normalization/sqrt_cp | ||
- name: datasets/normalization/l1_sqrt | ||
- name: datasets/processors/subsample | ||
- name: common/extract_metadata |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- name: common/extract_metadata | |
- name: utils/extract_uns_metadata |
src/datasets/workflows/multimodal/process_openproblems_v1_multimodal/config.vsh.yaml
Outdated
Show resolved
Hide resolved
src/datasets/workflows/multimodal/process_openproblems_neurips2022_pbmc/config.vsh.yaml
Outdated
Show resolved
Hide resolved
src/datasets/workflows/multimodal/process_openproblems_neurips2021_bmmc/config.vsh.yaml
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nextflow run command needs to be updated.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tower launch command needs to be updated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nextflow run command needs to be updated.
Co-authored-by: Sai Nirmayi Yasa <[email protected]>
Describe your changes
Issue ticket number and link
Closes #xxxx (Replace xxxx with the GitHub issue number)
Checklist before requesting a review
I have performed a self-review of my code
Check the correct box. Does this PR contain:
Proposed changes are described in the CHANGELOG.md
CI Tests succeed and look good!