Skip to content

Commit d0fff29

Browse files
author
Habib Rehman
committed
slight changes to pass tests
1 parent ce00fbc commit d0fff29

2 files changed

Lines changed: 13 additions & 6 deletions

File tree

src/api/comp_method_transcript_assignment.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ arguments:
1919
required: false
2020
direction: input
2121
__merge__: file_scrnaseq_reference.yaml
22+
- name: "--sc_cell_type_key"
23+
type: string
24+
required: false
25+
direction: input
26+
default: cell_type
2227
- name: "--output"
2328
__merge__: file_transcript_assignments.yaml
2429
direction: output

src/methods_transcript_assignment/pciSeq_transcript_assignment/config.vsh.yaml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ arguments:
1919
type: string
2020
description: The key of the pixel space coordinate system within the spatial data
2121
default: global
22-
- name: --sc_cell_type_key
23-
type: string
24-
default: cell_type
25-
required: true
26-
direction: input
27-
description: The name of column in the SC-RNAseq AnnData .obs with the cell type of each cell
22+
# - name: --sc_cell_type_key
23+
# type: string
24+
# default: cell_type
25+
# required: true
26+
# direction: input
27+
# description: The name of column in the SC-RNAseq AnnData .obs with the cell type of each cell
2828

2929
# - name: --exclude_genes
3030
# type: string
@@ -161,3 +161,5 @@ engines:
161161
runners:
162162
- type: executable
163163
- type: nextflow
164+
directives:
165+
label: [ midtime, midcpu, midmem ]

0 commit comments

Comments
 (0)