FileTypes
- class pyopenms.FileTypes
Bases:
objectCython 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
Cython signature: void FileTypes()
Cython signature: FileType nameToType(String name)
Cython signature: String typeToMZML(FileType t) Returns the mzML name
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