xmipp3.protocols.protocol_validate_fscq module

class xmipp3.protocols.protocol_validate_fscq.XmippProtValFit(**args)[source]

Bases: ProtAnalysis3D

The protocol assesses the quality of the fit.

assignPdbStep()[source]
convertInputStep()[source]

Convert inputs to desired format.

createOutputStep()[source]
getFSCQFile() str[source]

### This function returns the filename for FSCQ’s value file.

#### Returns: - (str): FSCQ’s value file’s full name with extension.

getFscqAttrDic()[source]
getInputStruct()[source]
getInputStructCIF() str[source]

### This function returns the full path for the input Atom Struct file in cif format. #### If file is not in cif format, it is converted to it.

#### Returns: - (str): Input Atom Struct’s file’s path.

getInputStructFile()[source]
getNormFSCQFile() str[source]

### This function returns the filename for FSCQ’s norm file.

#### Returns: - (str): FSCQ’s norm file’s full name with extension.

getStructExtension() str[source]

### This function returns the expected extension for the Atom Struct file.

#### Returns: - (str): Atom Struct’s file’s extension.

getStructFile() str[source]

### This function returns the full path for the Atom Struct file.

#### Returns: - (str): Atom Struct’s file’s path.

isStructExtensionValid() bool[source]

### This function returns True if the input struct extension is one of the accepted types.

#### Returns: - (bool): True if the input struct has an accepted extension. False otherwise.

runBlocresStep(i)[source]
substractBlocresStep()[source]