Skip to main content

WSP_Read

Node

Node Description

Reads a FlowJo WSP file, processes via user-defined function, and stores result table in Ganymede data lake

Node Attributes

  • wsp
    • File extension for valid WSP files submitted. For example, filling in this attribute with "*.wsp" will only allow files with the extension .wsp to be uploaded.
  • output_table_results

Notes

In the execute function, returning NodeReturn(tables_to_upload={'results': df}) would render the DataFrame df in the Flow Editor if Table Head visualization is enabled.

User-Defined Python

Parse WSP file

Parameters

  • wsp_file : BytesIO
    • Contents of WSP file
  • 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.