Skip to content

Commit

Permalink
updated docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
diitaz93 committed Dec 17, 2024
1 parent d6d62f6 commit c7ce117
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def __init__(self, status_db: Store, lims_service: OrderLimsService):
self.lims = lims_service

def store_order(self, order: MicrobialFastqOrder) -> dict:
"""Store a Microbial FASTQ order in the database."""
"""Store the order in the statusDB and LIMS, return the database samples and LIMS info."""
project_data, lims_map = self.lims.process_lims(
samples=order.samples,
ticket=order.ticket_number,
Expand Down

0 comments on commit c7ce117

Please sign in to comment.