Skip to main content

LCMS_Read_Multi

Node

Node Description

Parse and ingest data from multiple LCMS files into Ganymede data lake.

Node Attributes

  • input_multi_lcms
    • Glob pattern matching the LCMS file to be read.

Example

The Node configuration below would capture mzML files:

lcms: *.mzML

User-Defined Python

Function to process LCMS file data

Parameters

  • lcms_file_paths : list[str]
    • Paths to LCMS files to be read
  • ganymede_context : GanymedeContext
    • Ganymede context variable, which stores flow run metadata

Returns

NodeReturn Object containing data to store in data lake and/or file storage