Error when I run Sampling protein backbones
I have an AssertionError: Expected /home/myname/projects to be empty! My File Structure is:/home/myname/projects/foldingdiff-main or /home/myname/projects/folddiff Sadly,None of them works. The error message is always AssertionError Can you show me a solution?
There are many assertion checks in the codebase, can you be more specific about exactly what error you are seeing?
There are many assertion checks in the codebase, can you be more specific about exactly what error you are seeing?
I am using command line like :python bin/pdb_to_residue_proteinmpnn.py sampled_pdb。
This show me an assertion error as follow:
raceback (most recent call last):
File "bin/pdb_to_residue_proteinmpnn.py", line 138, in
The script you're calling expects that ProteinMPNN is installed under ~/software/ProteinMPNN/; if that is not the case it will error out. Is that what might be causing the issue here?