Browse Source

Fix Bug: Required workflow input 'test_wes_app.bed' not specified

tags/v0.1.0
YJC 2 years ago
parent
commit
0d106ac563
2 changed files with 6 additions and 6 deletions
  1. +1
    -0
      inputs
  2. +5
    -6
      schema.json

+ 1
- 0
inputs View File

@@ -12,6 +12,7 @@
"{{ project_name }}.disk_size": "{{ disk_size }}",
"{{ project_name }}.FASTQCdocker": "{{ FASTQCdocker }}",
"{{ project_name }}.MULTIQCdocker": "{{ MULTIQCdocker }}",
"{{ project_name }}.bed": "{{ bed }}",
"{{ project_name }}.reference_bed_dict": "{{ reference_bed_dict }}",
"{{ project_name }}.fastq_2_M8": "{{ fastq_2_M8 }}",
"{{ project_name }}.project": "{{ project_name }}",

+ 5
- 6
schema.json View File

@@ -49,15 +49,14 @@
},
{
"tmplType": "file",
"label": "Reference Bed Dict",
"model": "reference_bed_dict",
"label": "Bed File",
"model": "bed",
"readOnly": false,
"multiple": false,
"filterType": ".dict",
"question": "A sequence dictionary for a reference sequence.",
"placeholder": "A sequence dictionary for a reference sequence.",
"filterType": ".bed",
"question": "A bed file for your wes data.",
"placeholder": "A bed file for your wes data.",
"config": {
"initialValue": "oss://pgx-reference-data/GRCh38.d1.vd1/GRCh38.d1.vd1.dict",
"rules": [
{
"required": true,

Loading…
Cancel
Save