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
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
* Un-pin the scPRINT version and update parameters (PR #51)
* Update scPRINT to better handle large datasets, including a new default model (PR #54)

## Bug fixes

* Update scPRINT to use latest stable version (PR #xx)

# task_batch_integration 2.0.0

A major update to the OpenProblems framework, switching from a Python-based framework to a Viash + Nextflow-based framework. This update features the same concepts as the previous version, but with a new implementation that is more flexible, scalable, and maintainable.
Expand Down
11 changes: 5 additions & 6 deletions src/methods/scprint/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,13 +75,12 @@ engines:
setup:
- type: python
pip:
- git+https://github.com/cantinilab/scPRINT.git@d8cc270b099c8d5dacf6913acc26f2b696685b2b
- gseapy==1.1.2
- git+https://github.com/jkobject/scDataLoader.git@c67c24a2e5c62399912be39169aae76e29e108aa
- scprint>=2.3.0
- gseapy>=1.1.8
- type: docker
run: lamin init --storage ./main --name main --schema bionty
- type: docker
run: lamin load anonymous/main
run: |
lamin init --storage ./main --name main --schema bionty && \
lamin load anonymous/main
- type: python
script: import bionty as bt; bt.core.sync_all_sources_to_latest()
- type: python
Expand Down