FileTypes

class pyopenms.FileTypes

Bases: object

Cython implementation of _FileTypes

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

__init__()
  • Cython signature: void FileTypes() Centralizes the file types recognized by FileHandler

  • Cython signature: void FileTypes(FileTypes &)

Methods

__init__

  • Cython signature: void FileTypes()

nameToType

Cython signature: FileType nameToType(String name)

typeToMZML

Cython signature: String typeToMZML(FileType t) Returns the mzML name

typeToName

Cython signature: String typeToName(FileType t) Returns the name/extension of the type

nameToType()

Cython signature: FileType nameToType(String name)

Parameters

name – A case-insensitive name (e.g. FASTA or Fasta, etc.)

typeToMZML()

Cython signature: String typeToMZML(FileType t) Returns the mzML name

typeToName()

Cython signature: String typeToName(FileType t) Returns the name/extension of the type