Skip to content

Commit

Permalink
Fixed bug #186. Error in handlingLibraryPreparation
Browse files Browse the repository at this point in the history
  • Loading branch information
luissian authored and saramonzon committed Jul 18, 2023
1 parent 51018a5 commit 8441c9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wetlab/utils/library.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ def create_library_preparation_instance(samples_data, user):
lib_prep_data["prefixProtocol"] = values["prot_name"]
if prot_in_samples == "TRUE":
lib_prep_data["samplename_in_samplesheet"] = str(
values["protocol_name"] + protocol_separation + s_name
values["prot_name"] + protocol_separation + s_name
)
else:
lib_prep_data["samplename_in_samplesheet"] = s_name
Expand Down

0 comments on commit 8441c9a

Please sign in to comment.