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

Things that might be wrong #176

Open
ericmjl opened this issue Aug 26, 2020 · 5 comments
Open

Things that might be wrong #176

ericmjl opened this issue Aug 26, 2020 · 5 comments

Comments

@ericmjl
Copy link
Owner

ericmjl commented Aug 26, 2020

After checking with real structural biologist:

add_cation_pi_interactions_: Phenylalanine ring is a bit negatively charged; interacting with slight positive charge of amine group of Lysine or Arginine.

Some molecular interaction calculators use different criteria.

Bugs found:

@yara944
Copy link

yara944 commented Jan 18, 2021

hi , I have this problem when I operate the code usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
or: setup.py --help [cmd1 cmd2 ...]
or: setup.py --help-commands
or: setup.py cmd --help

error: no commands supplied
File "C:\Users\Lenovo\Desktop\protein-interaction-network-master\setup.py", line 40, in
long_description_content_type="text/markdown",

@ericmjl
Copy link
Owner Author

ericmjl commented Jan 18, 2021

@yara944 thanks for chiming in.

I think you might want to install directly from PyPI rather than from source:

pip install protein-interaction-network

Alternatively, @a-r-j is working on a package that is a superset of this one, Graphein, so I think you might want to take a look at it. It's still in heavy development, so if you still use protein-interaction-network as a stopgap, that's not a problem, but do know that I'll be deprecating this package as soon as Graphein is fully tested and released 😄.

@a-r-j
Copy link
Collaborator

a-r-j commented Jan 18, 2021

Hi @yara944 :) I've just made a quick tutorial for graphein that may be helpful: https://mybinder.org/v2/gh/a-r-j/graphein/c2ef3f74c88a17f1b4c838e82dbdd1e105e4e813 (the tutorial lives in notebooks/residue_graphs.ipynb)

As Eric says, it's still in heavy development but we're not expecting the overall flow to change much at this point.

@yara944
Copy link

yara944 commented Jan 18, 2021

@ericmjl I have tried this solution but i still have the same problem

@ericmjl
Copy link
Owner Author

ericmjl commented Jan 18, 2021

@yara944 to debug I'm going to need a copy/paste of the commands you used at the terminal and the exact output that came from it. When it comes to installing things, programming environments are complex enough that I have to know whether the assumptions I'm working with hold true for your particular system. Can you paste below here the commands that you used to install with pip, and the exact output that came from it? Also, paste in something that shows me what your computing environment looks like. (And please make sure to format it nicely using the markdown backtick syntax, which will make it easier to parse.)

Also, are you installing into a conda environment? I'm not well-versed in idioms outside of the conda world, and if you're using a system Python rather than an isolated environment's Python, then all bets are off, I definitely won't be able to help here. (We all have our own lives outside of open-source software.) If these terms are foreign to you, I'd recommend reading my Data Science Bootstrap Notes to learn more.

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

3 participants