We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3403dee commit 51ccf61Copy full SHA for 51ccf61
1 file changed
project/utils/deepinteract_utils.py
@@ -701,6 +701,7 @@ def impute_missing_feature_values(output_dir='datasets/Input/final/raw',
701
for pair_filename in Path(output_dir).rglob('*.dill')]
702
# Without impute_atom_features set to True, non-CA atoms will be filtered out after writing updated pairs
703
par.submit_jobs(impute_postprocessed_missing_feature_values, inputs, num_cpus)
704
+ logger.info('Feature imputation complete')
705
706
707
def convert_input_pdb_files_to_pair(left_pdb_filepath: str, right_pdb_filepath: str, input_dataset_dir: str,
0 commit comments