Working using Ubuntu under WSL, I'm having problems with absolute file paths. The absolute file path seems to get prefixed with .//, leading to the input .pdb files not being found. For example:
/mnt/d/alphafold/file.pdb gets interpreted as .///mnt/d/alphafold/file.pdb
Working using Ubuntu under WSL, I'm having problems with absolute file paths. The absolute file path seems to get prefixed with
.//, leading to the input.pdbfiles not being found. For example:/mnt/d/alphafold/file.pdbgets interpreted as.///mnt/d/alphafold/file.pdb