Skip to content

Commit

Permalink
Change reference to 'library_type' to 'sequencing_library'
Browse files Browse the repository at this point in the history
  • Loading branch information
EddieLF committed Feb 1, 2024
1 parent bfb8d9d commit 89ee3fd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions metamist/parser/sample_file_map_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
SEQ_TYPE_COL_NAME = 'type'
CHECKSUM_COL_NAME = 'checksum'
SEQ_FACILITY_COL_NAME = 'sequencing_facility'
LIBRARY_TYPE_COL_NAME = 'sequencing_library'
SEQ_LIBRARY_COL_NAME = 'sequencing_library'
READ_END_TYPE_COL_NAME = 'read_end_type'
READ_LENGTH_COL_NAME = 'read_length'

Expand All @@ -36,7 +36,7 @@
READS_COL_NAME: ['filename', 'filenames', 'files', 'file'],
SEQ_TYPE_COL_NAME: ['type', 'types', 'sequencing type', 'sequencing_type'],
SEQ_FACILITY_COL_NAME: ['facility', 'sequencing facility', 'sequencing_facility'],
LIBRARY_TYPE_COL_NAME: ['library', 'library_prep', 'library prep', 'library type', 'library_type', 'sequencing_library', 'sequencing library'],
SEQ_LIBRARY_COL_NAME: ['library', 'library_prep', 'library prep', 'library type', 'library_type', 'sequencing_library', 'sequencing library'],
READ_END_TYPE_COL_NAME: ['read_end_type', 'read end type', 'read_end_types', 'read end types', 'end type', 'end_type', 'end_types', 'end types'],
READ_LENGTH_COL_NAME: ['length', 'read length', 'read_length', 'read lengths', 'read_lengths'],
CHECKSUM_COL_NAME: ['md5', 'checksum'],
Expand Down Expand Up @@ -120,7 +120,7 @@ def __init__( # pylint: disable=too-many-arguments
checksum_column=CHECKSUM_COL_NAME,
seq_type_column=SEQ_TYPE_COL_NAME,
seq_facility_column=SEQ_FACILITY_COL_NAME,
library_type_column=LIBRARY_TYPE_COL_NAME,
seq_library_column=SEQ_LIBRARY_COL_NAME,
read_end_type_column=READ_END_TYPE_COL_NAME,
read_length_column=READ_LENGTH_COL_NAME,
default_sample_type=default_sample_type,
Expand Down

0 comments on commit 89ee3fd

Please sign in to comment.