Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some Fixes #17

Open
ZzzzzzzSkyward opened this issue Apr 21, 2023 · 2 comments
Open

Some Fixes #17

ZzzzzzzSkyward opened this issue Apr 21, 2023 · 2 comments

Comments

@ZzzzzzzSkyward
Copy link

For other users:

  1. DSSP executable is not available in the provided ftp server. But I can get it using conda install -c salilab dssp, and the command is mkdssp instead of dssp.
  2. from Bio._py3k import StringIO should be removed in python3. Without StringIO, the output can be read as str instead of file.
  3. without chain_ids defined residues = get_residues(opts["--pdb"], chain_ids=chain_ids) will throw an error. Just add chain_ids=None.
@jinhuili-lab
Copy link

Thank you,
Others can refer to: https://github.com/jinhuili-lab/PDB2ContactMap

@jinhuili-lab
Copy link

If possible, I will re-develop it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants