Skip to content

Commit f738810

Browse files
authored
update scprint (#70)
1 parent ab0064c commit f738810

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@
99
* Un-pin the scPRINT version and update parameters (PR #51)
1010
* Update scPRINT to better handle large datasets, including a new default model (PR #54)
1111

12+
## Bug fixes
13+
14+
* Update scPRINT to use latest stable version (PR #xx)
15+
1216
# task_batch_integration 2.0.0
1317

1418
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.

src/methods/scprint/config.vsh.yaml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -75,13 +75,12 @@ engines:
7575
setup:
7676
- type: python
7777
pip:
78-
- git+https://github.com/cantinilab/scPRINT.git@d8cc270b099c8d5dacf6913acc26f2b696685b2b
79-
- gseapy==1.1.2
80-
- git+https://github.com/jkobject/scDataLoader.git@c67c24a2e5c62399912be39169aae76e29e108aa
78+
- scprint>=2.3.0
79+
- gseapy>=1.1.8
8180
- type: docker
82-
run: lamin init --storage ./main --name main --schema bionty
83-
- type: docker
84-
run: lamin load anonymous/main
81+
run: |
82+
lamin init --storage ./main --name main --schema bionty && \
83+
lamin load anonymous/main
8584
- type: python
8685
script: import bionty as bt; bt.core.sync_all_sources_to_latest()
8786
- type: python

0 commit comments

Comments
 (0)