mirror of
https://github.com/microsoft/foldingdiff.git
synced 2026-06-04 13:30:33 +08:00
Minor cosmetic updates
This commit is contained in:
@@ -13,7 +13,7 @@ following commands:
|
||||
> conda activate omegafold
|
||||
> python bin/omegafold_across_gpus.py sctm_baseline_esm_residues/*.fasta -o sctm_baseline_omegafold_predictions
|
||||
> conda activate protdiff
|
||||
> python bin/omegafold_self_tm.py -p sctm_baseline_esm_residues -f sctm_baseline_omegafold_predictions -o baseline_sctm_scores.json -p baseline_sctm_scores.pdf
|
||||
> python bin/omegafold_self_tm.py -p sctm_baseline_real_pdbs -f sctm_baseline_omegafold_predictions -o baseline_sctm_scores
|
||||
"""
|
||||
import logging
|
||||
import os
|
||||
|
||||
@@ -77,7 +77,7 @@ def main():
|
||||
args = parser.parse_args()
|
||||
|
||||
assert os.path.isdir(args.folded)
|
||||
assert os.path.isdir(args.predicted)
|
||||
assert os.path.isdir(args.predicted), f"Directory not found: {args.predicted}"
|
||||
|
||||
orig_predicted_backbones = glob(os.path.join(args.predicted, "*.pdb"))
|
||||
logging.info(
|
||||
|
||||
Reference in New Issue
Block a user