From 260b24096cf27e9031deabb4cb87d1014879acf3 Mon Sep 17 00:00:00 2001 From: matin Date: Wed, 24 Jul 2024 20:45:54 +0100 Subject: [PATCH] scglue: test-3 --- src/api/comp_method.yaml | 15 --------------- src/methods/scglue/config.vsh.yaml | 2 +- 2 files changed, 1 insertion(+), 16 deletions(-) diff --git a/src/api/comp_method.yaml b/src/api/comp_method.yaml index bfcb2118c..33a62cc41 100644 --- a/src/api/comp_method.yaml +++ b/src/api/comp_method.yaml @@ -7,21 +7,6 @@ functionality: summary: A GRN inference method description: | A method for inferring GRN from expression data. -# arguments: -# - name: --multiomics_rna -# __merge__: file_multiomics_rna_h5ad.yaml -# required: True -# direction: input - -# - name: --multiomics_atac -# __merge__: file_multiomics_atac_h5ad.yaml -# required: false -# direction: input -# - name: --prediction -# __merge__: file_prediction.yaml -# required: true -# direction: output - test_resources: - type: python_script path: /src/common/component_tests/run_and_check_output.py diff --git a/src/methods/scglue/config.vsh.yaml b/src/methods/scglue/config.vsh.yaml index 50fa3c45d..588fef5db 100644 --- a/src/methods/scglue/config.vsh.yaml +++ b/src/methods/scglue/config.vsh.yaml @@ -70,7 +70,7 @@ functionality: platforms: - type: docker - image: janursa/scglue:19-08-2024: + image: janursa/scglue:19-08-2024 # image: nvcr.io/nvidia/pytorch:24.06-py3 # setup: # - type: python