Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
seenanair committed Feb 12, 2025
1 parent 1666ba6 commit 55e9ca6
Show file tree
Hide file tree
Showing 2 changed files with 1,105 additions and 0 deletions.
37 changes: 37 additions & 0 deletions config/sample_manifest_excel/columns.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,20 @@ chromium_tag_group:
range_name: :chromium_tag_groups
conditional_formattings:
empty_cell:
chromium_single_index_tag_group:
heading: CHROMIUM TAG GROUP
unlocked: true
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
conditional_formattings:
empty_cell:
chromium_tag_well:
heading: CHROMIUM TAG WELL
unlocked: true
Expand All @@ -161,6 +175,29 @@ chromium_tag_well:
formula:
operator: ">"
operand: 3
chromium_single_index_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
Loading

0 comments on commit 55e9ca6

Please sign in to comment.