Skip to content

Commit

Permalink
Merge pull request #10 from databio/dev_eido_tangible_Sizing
Browse files Browse the repository at this point in the history
refactor for eido point release
  • Loading branch information
donaldcampbelljr authored Sep 10, 2024
2 parents 6291f1d + c3e5c37 commit aac44f8
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion schemas/pipelines/bedmaker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ properties:
treatment:
type: string
description: "freeform description of the sample treatment"
required_files:
tangible:
- input_file_path
required:
- input_file_path
Expand Down
2 changes: 1 addition & 1 deletion schemas/pipelines/bedstat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ properties:
treatment:
type: string
description: "freeform description of the sample treatment"
required_files:
tangible:
- output_file_path
required:
- output_file_path
Expand Down
4 changes: 2 additions & 2 deletions schemas/pipelines/geofetch_sra_convert.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ properties:
SRR_files:
type: string
description: "SRR files"
required_files:
tangible:
- SRR_files
files:
sizing:
- SRR_files
required:
- sample_name
Expand Down
4 changes: 2 additions & 2 deletions schemas/pipelines/pepatac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ properties:
- type: array
items:
type: string
required_files:
tangible:
- read1
files:
sizing:
- read1
- read2
required:
Expand Down
2 changes: 1 addition & 1 deletion schemas/refgenie/refgenie_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ properties:
type: string
pattern: "^assets*|^params*|^files*"
description: "type of the refgenie build function input"
files:
sizing:
- local_input
required:
- sample_name
Expand Down

0 comments on commit aac44f8

Please sign in to comment.