Skip to content

Commit

Permalink
remove commented out section
Browse files Browse the repository at this point in the history
  • Loading branch information
danlu1 committed Nov 13, 2024
1 parent 61a5eed commit b8dc46f
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions genie_registry/assay.py
Original file line number Diff line number Diff line change
Expand Up @@ -230,16 +230,6 @@ def _validate(self, assay_info_df):
warning += warn
total_error += error

# target_capture_kit = read_group_headers['target_capture_kit']['enum']
# warn, error = process_functions.check_column_and_values_row_specific(
# assay_info_df,
# 'target_capture_kit',
# target_capture_kit,
# filename="Assay_information.yaml",
# required=True)
# warning += warn
# total_error += error

if not process_functions.checkColExist(assay_info_df, "target_capture_kit"):
total_error += (
"Assay_information.yaml: " "Must have target_capture_kit column.\n"
Expand Down

0 comments on commit b8dc46f

Please sign in to comment.