hpcaitech / FastFold

Optimizing AlphaFold Training and Inference on GPU Clusters
Apache License 2.0
566 stars 86 forks source link

Fix workflow path format #76

Closed oahzxl closed 2 years ago

oahzxl commented 2 years ago

os.mkdirs cannot deal with this path format. It will create ./tmp/ray/... in the current dir. Change it to linux style.