Skip to content

Commit 20ca5a3

Browse files
Docstring fix
1 parent b30184a commit 20ca5a3

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

src/aind_metadata_mapper/utils.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -179,9 +179,8 @@ def get_iacuc_protocol(subject_id: str | int, base_url: str = LABTRACKS_SUBJECT_
179179
180180
LabTracks is the regulatory source of truth for which protocol a mouse is on. The
181181
metadata service exposes the LabTracks subject record, which includes a
182-
``protocol_number`` field joined directly from the LabTracks ``IacucProtocol`` table
183-
(e.g. "2414"). This is more reliable than parsing the group name, which does not
184-
consistently encode the protocol (e.g. breeding mice have genotype-based group names).
182+
``protocol_number`` field (e.g. "2414") joined directly from the LabTracks
183+
``IacucProtocol`` table.
185184
186185
Note that, in the future, this information will also be tracked in DataVerse.
187186
This function could be updated to pull from there in the future if desired.

0 commit comments

Comments
 (0)