Skip to content

Commit 10dfe3c

Browse files
authored
Merge branch 'main' into scgpt_update
2 parents ce55a51 + 1c34b59 commit 10dfe3c

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

scripts/render_report.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
2+
#!/bin/bash
3+
4+
set -e
5+
6+
common/scripts/render_results_report "$@"

src/methods/scgpt_zeroshot/config.vsh.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ resources:
5151
engines:
5252
- type: docker
5353
image: openproblems/base_pytorch_nvidia:1
54-
setup:
5554
- type: docker
5655
run: |
5756
git clone https://github.com/bowang-lab/scGPT && \

0 commit comments

Comments
 (0)