wells-wood-research / timed-design

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

.fasta files not saved to specified output_dir #67

Closed LunaPrau closed 7 months ago

LunaPrau commented 7 months ago

Output of predict.py saves all files but .fasta to directory specified in command line --path_to_output OUTPUT option:

python predict.py --path_to_dataset DATASET --path_to_model MODEL --path_to_output OUTPUT

.fasta files are saved to the current working directory

LunaPrau commented 7 months ago

README.md specifies predict command incorrectly. Instead of --output_dir flag it should be --path_to_output

LunaPrau commented 7 months ago

Solved in fork here: https://github.com/LunaPrau/timed-design/tree/feat/EASY-INSTALL