Skip to content

Commit

Permalink
🐛 Treat seq center as KF ID not string
Browse files Browse the repository at this point in the history
  • Loading branch information
znatty22 committed Jun 4, 2024
1 parent 86404cb commit b7b98e0
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -574,7 +574,9 @@ class Biospecimen:
class_name = "biospecimen"
api_path = "biospecimens"
target_id_concept = CONCEPT.BIOSPECIMEN.TARGET_SERVICE_ID
service_id_fields = {"kf_id", "participant_id", "sample_id"}
service_id_fields = {
"kf_id", "participant_id", "sample_id", "sequencing_center_id"
}

@classmethod
def get_key_components(cls, record, get_target_id_from_record):
Expand Down

0 comments on commit b7b98e0

Please sign in to comment.