alphafold
alphafold copied to clipboard
download_pdb_mmcif.sh has the rsyncs commented-out, then fails
I ran download_all.sh. When it got to the script download_pdb_mmcif.sh, it failed with this error:
mv: cannot stat ‘.../alphafold/pdb_mmcif/raw/*/*.cif’: No such file or directory
This seems to be because both of the rsync commands are commented out, and therefore the raw directory doesn't exist.
Should one or both of the rsync commands be uncommented?
Thanks, Matthew