Skip to content

Commit

Permalink
add arg to method comment
Browse files Browse the repository at this point in the history
  • Loading branch information
zb32 committed Jan 15, 2024
1 parent faac0a8 commit 3eae0a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/npg_irods/metadata/lims.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ def make_sample_acl(
Note that this function does not check that the sample is in the study.
Args:
seq: Sequencing terminology, unique to illumina
sample: A sample, which will be used to confirm consent, which modifies the
ACL.
study: A study, which will provide permissions for the ACL.
Expand All @@ -194,7 +195,6 @@ def make_sample_acl(
Returns:
An ACL
"""
print(seq)
if seq is not None and seq.value == "human":
irods_group = f"{STUDY_IDENTIFIER_PREFIX}{study.id_study_lims}_human"
else:
Expand Down

0 comments on commit 3eae0a0

Please sign in to comment.