GNPSMetaValueFile#

class pyopenms.GNPSMetaValueFile#

Bases: object

Cython implementation of _GNPSMetaValueFile

Documentation is available at http://www.openms.de/current_doxygen/html/classOpenMS_1_1GNPSMetaValueFile.html

__init__()#
  • Cython signature: void GNPSMetaValueFile()

  • Cython signature: void GNPSMetaValueFile(GNPSMetaValueFile &)

Methods

__init__

  • Cython signature: void GNPSMetaValueFile()

store

Cython signature: void store(StringList & mzml_file_paths, String & output_file)

store()#

Cython signature: void store(StringList & mzml_file_paths, String & output_file)

Write meta value table (tsv file) from a list of mzML files. Required for GNPS FBMN.

This will produce the minimal required meta values and can be extended manually.

mzml_file_paths: list of str

Path list as string to the input mzML files.

output_filestr

Output file path for the meta value table.