mirror of
https://github.com/AngxiaoYue/ReQFlow.git
synced 2026-06-04 12:14:23 +08:00
Update utils.py
This commit is contained in:
@@ -368,9 +368,6 @@ def save_traj(
|
|||||||
noise_path = os.path.join(output_dir, 'noise.pdb')
|
noise_path = os.path.join(output_dir, 'noise.pdb')
|
||||||
x0_traj_path = os.path.join(output_dir, 'x0_traj.pdb')
|
x0_traj_path = os.path.join(output_dir, 'x0_traj.pdb')
|
||||||
|
|
||||||
np.save(os.path.join(output_dir, 'sample.npy'), sample)
|
|
||||||
np.save(os.path.join(output_dir, 'noise.npy'), noise)
|
|
||||||
|
|
||||||
# Use b-factors to specify which residues are diffused.
|
# Use b-factors to specify which residues are diffused.
|
||||||
b_factors = np.tile((diffuse_mask * 100)[:, None], (1, 37))
|
b_factors = np.tile((diffuse_mask * 100)[:, None], (1, 37))
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user