single_cell_parserbuild_parameters

build_parameters

single_cell_parser.build_parameters(filename, fast_but_security_risk=True)

Read in a parameter file and return a NTParameterSet object.

Parameters:
  • filename (str) – path to the parameter file

  • fast_but_security_risk (bool) – If True, the parameter file is read in using eval. This is faster, but can be a security risk if the file is not trusted.

Returns:

The parameter file as a NTParameterSet object.

Return type:

NTParameterSet