I am using NACCESS available in Biopython for the first time. The document or manual says to use this:

  • Bio.PDB.NACCESS.run_naccess(model, pdb_file, probe_size=None, z_slice=None, naccess='naccess', temp_path='/tmp/')

Everything is working fine except the temp_path part. temp_path is a required field and I am getting this error:

  • [WinError 3] The system cannot find the path specified: '/tmp/tmp_gdap2tr'

Can someone help in what to exactly put in the temp_path?

More Sudipta Dash's questions See All
Similar questions and discussions