Skip to content

Commit

Permalink
Update genologics/lims_utils.py
Browse files Browse the repository at this point in the history
Co-authored-by: Anandashankar Anil <[email protected]>
  • Loading branch information
kedhammar and aanil authored Aug 5, 2024
1 parent 9d91d03 commit c954e41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion genologics/lims_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def get_run_info(fc):


def procHistory(proc, samplename):
"""Quick wat to get the ids of parent processes from the given process,
"""Quick way to get the ids of parent processes from the given process,
while staying in a sample scope"""
hist = []
artifacts = lims.get_artifacts(sample_name=samplename, type="Analyte")
Expand Down

0 comments on commit c954e41

Please sign in to comment.