Skip to content

Commit

Permalink
Removed reusing config entries to see whether it fixes cucumber failures
Browse files Browse the repository at this point in the history
  • Loading branch information
seenanair committed Feb 12, 2025
1 parent cf8bb5a commit 289984b
Show file tree
Hide file tree
Showing 2 changed files with 74 additions and 26 deletions.
50 changes: 37 additions & 13 deletions config/sample_manifest_excel/columns.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ tag2_index:
empty_cell:
number_greater_than_one:
is_text:
common_chromium_tag_group: &common_chromium_tag_group
chromium_tag_group:
heading: CHROMIUM TAG GROUP
unlocked: true
validation: &common_chromium_tag_group_validation
Expand All @@ -135,19 +135,24 @@ common_chromium_tag_group: &common_chromium_tag_group
showInputMessage: true
promptTitle: "Tag set name"
prompt: "Input the name of a valid tag set. All samples in a library need to be tagged with the same tag set."
range_name: :chromium_tag_groups
conditional_formattings:
empty_cell:
chromium_tag_group:
<<: *common_chromium_tag_group
validation:
<<: *common_chromium_tag_group_validation
range_name: :chromium_tag_groups
chromium_single_index_tag_group:
<<: *common_chromium_tag_group
validation:
<<: *common_chromium_tag_group_validation
heading: CHROMIUM TAG GROUP
unlocked: true
validation: &common_chromium_tag_group_validation
options:
type: :list
formula1: "$A$1:$A$2"
allowBlank: false
showInputMessage: true
promptTitle: "Tag set name"
prompt: "Input the name of a valid tag set. All samples in a library need to be tagged with the same tag set."
range_name: :chromium_single_index_tag_groups
common_chromium_tag_well: &common_chromium_tag_well
conditional_formattings:
empty_cell:
chromium_tag_well:
heading: CHROMIUM TAG WELL
unlocked: true
validation:
Expand All @@ -170,10 +175,29 @@ common_chromium_tag_well: &common_chromium_tag_well
formula:
operator: ">"
operand: 3
chromium_tag_well:
<<: *common_chromium_tag_well
chromium_single_index_tag_well:
<<: *common_chromium_tag_well
heading: CHROMIUM TAG WELL
unlocked: true
validation:
options:
type: :textLength
operator: :lessThanOrEqual
formula1: "3"
allowBlank: false
showInputMessage: true
promptTitle: "Tag well"
prompt: "The name of the well, eg. A1 which supplied the tag"
showErrorMessage: true
errorStyle: :stop
errorTitle: "Tag well"
error: "Tag Index must be a well."
conditional_formattings:
empty_cell:
is_number:
len:
formula:
operator: ">"
operand: 3
library_type:
heading: LIBRARY TYPE
unlocked: true
Expand Down
50 changes: 37 additions & 13 deletions spec/data/sample_manifest_excel/columns.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ tag2_index:
empty_cell:
number_greater_than_one:
is_text:
common_chromium_tag_group: &common_chromium_tag_group
chromium_tag_group:
heading: CHROMIUM TAG GROUP
unlocked: true
validation: &common_chromium_tag_group_validation
Expand All @@ -125,19 +125,24 @@ common_chromium_tag_group: &common_chromium_tag_group
showInputMessage: true
promptTitle: "Tag set name"
prompt: "Input the name of a valid tag set. All samples in a library need to be tagged with the same tag set."
range_name: :chromium_tag_groups
conditional_formattings:
empty_cell:
chromium_tag_group:
<<: *common_chromium_tag_group
validation:
<<: *common_chromium_tag_group_validation
range_name: :chromium_tag_groups
chromium_single_index_tag_group:
<<: *common_chromium_tag_group
validation:
<<: *common_chromium_tag_group_validation
heading: CHROMIUM TAG GROUP
unlocked: true
validation: &common_chromium_tag_group_validation
options:
type: :list
formula1: "$A$1:$A$2"
allowBlank: false
showInputMessage: true
promptTitle: "Tag set name"
prompt: "Input the name of a valid tag set. All samples in a library need to be tagged with the same tag set."
range_name: :chromium_single_index_tag_groups
common_chromium_tag_well: &common_chromium_tag_well
conditional_formattings:
empty_cell:
chromium_tag_well:
heading: CHROMIUM TAG WELL
unlocked: true
validation:
Expand All @@ -160,10 +165,29 @@ common_chromium_tag_well: &common_chromium_tag_well
formula:
operator: ">"
operand: 3
chromium_tag_well:
<<: *common_chromium_tag_well
chromium_single_index_tag_well:
<<: *common_chromium_tag_well
heading: CHROMIUM TAG WELL
unlocked: true
validation:
options:
type: :textLength
operator: :lessThanOrEqual
formula1: "3"
allowBlank: false
showInputMessage: true
promptTitle: "Tag well"
prompt: "The name of the well, eg. A1 which supplied the tag"
showErrorMessage: true
errorStyle: :stop
errorTitle: "Tag well"
error: "Tag Index must be a well."
conditional_formattings:
empty_cell:
is_number:
len:
formula:
operator: ">"
operand: 3
library_type:
heading: LIBRARY TYPE
unlocked: true
Expand Down

0 comments on commit 289984b

Please sign in to comment.