Skip to content

Commit c3e5c37

Browse files
refactor for eido point release
1 parent 6291f1d commit c3e5c37

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

schemas/pipelines/bedmaker.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ properties:
4646
treatment:
4747
type: string
4848
description: "freeform description of the sample treatment"
49-
required_files:
49+
tangible:
5050
- input_file_path
5151
required:
5252
- input_file_path

schemas/pipelines/bedstat.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ properties:
3232
treatment:
3333
type: string
3434
description: "freeform description of the sample treatment"
35-
required_files:
35+
tangible:
3636
- output_file_path
3737
required:
3838
- output_file_path

schemas/pipelines/geofetch_sra_convert.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ properties:
1616
SRR_files:
1717
type: string
1818
description: "SRR files"
19-
required_files:
19+
tangible:
2020
- SRR_files
21-
files:
21+
sizing:
2222
- SRR_files
2323
required:
2424
- sample_name

schemas/pipelines/pepatac.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ properties:
3737
- type: array
3838
items:
3939
type: string
40-
required_files:
40+
tangible:
4141
- read1
42-
files:
42+
sizing:
4343
- read1
4444
- read2
4545
required:

schemas/refgenie/refgenie_build.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ properties:
3131
type: string
3232
pattern: "^assets*|^params*|^files*"
3333
description: "type of the refgenie build function input"
34-
files:
34+
sizing:
3535
- local_input
3636
required:
3737
- sample_name

0 commit comments

Comments
 (0)