wells-wood-research / timed-design

Protein Sequence Design with Deep Learning and Tooling like Monte Carlo Sampling and Analysis
48 stars 11 forks source link

added --output_dir argument in predict.py #63

Closed profdocpizza closed 9 months ago

profdocpizza commented 10 months ago

Fixed an issue where some outputs were placed in cwd, and some in parent directory which is not always accessible.

--output_dir is "." by default and can be specified to any desired folder. The folder will be created if it does not exist.

universvm commented 10 months ago

Hi @profdocpizza ,

Could you use Pathlib over os?

universvm commented 9 months ago

merged in #66