foundry icon indicating copy to clipboard operation
foundry copied to clipboard

Project root directory not found

Open dhiraj82 opened this issue 2 weeks ago • 2 comments

Hi I managed to install foundry using apptainer. RFD is working but RF is giving error FileNotFoundError: Project root directory not found. Indicators: ['.project-root']. is there a way to fix this problem? Thanks Dhiraj

dhiraj82 avatar Dec 11 '25 01:12 dhiraj82

I think I know what this error is -- could you share a command to reproduce?

r-krishna avatar Dec 12 '25 18:12 r-krishna

Hi Rohith I am using command "rf3 fold mypdb.json" and trying to do template based prediction. json file is

[ { "name": "mypdb_rf", "components": [ { "path": "./mypdb.pdb" } ], "template_selection": ["A", "B"] } ]

Thanks Dhiraj

dhiraj82 avatar Dec 13 '25 06:12 dhiraj82