Skip to content

Commit

Permalink
Update cg/store/crud/read.py
Browse files Browse the repository at this point in the history
Co-authored-by: Henrik Stranneheim <[email protected]>
  • Loading branch information
rannick and henrikstranneheim authored Jan 23, 2025
1 parent e33c508 commit 0d23732
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cg/store/crud/read.py
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ def get_sample_ids_by_case_id(self, case_id: str = None) -> Iterator[str]:
yield link.sample.internal_id

def get_original_sample_ids_by_case_id(self, case_id: str = None) -> Iterator[str]:
"""Return original sample ids (go to original sample id for downloaded samples) from case id."""
"""Return original sample id from case id."""
case: Case = self.get_case_by_internal_id(internal_id=case_id)
self._is_case_found(case=case, case_id=case_id)
for link in case.links:
Expand Down

0 comments on commit 0d23732

Please sign in to comment.