scripts.data.preprocessing.packageTensors.dumpCoordsTensors¶
- scripts.data.preprocessing.packageTensors.dumpCoordsTensors(in_path, out_path=None, save=True)[source]¶
Create a feature file based only on the coordinate information, placing dummy arrays for all TERM based items.
- Parameters:
in_path (str) – Prefix to
.red.pdbfileout_path (str or None) – Prefix to the output
.featuresand.length. Can be None ifsave=False.save (bool, default=True) – Whether or not to save the training tensors
- Returns:
Dictionary of features for TERMinator
- Return type:
dict