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

-n option gives error #19

Open
graik opened this issue Apr 25, 2019 · 0 comments
Open

-n option gives error #19

graik opened this issue Apr 25, 2019 · 0 comments
Labels
bug Something isn't working

Comments

@graik
Copy link
Member

graik commented Apr 25, 2019

Example command:
scripts/multipr --chain MTG ../domains/frb_1NSG.pdb TGGSGSGSGSGSGSGSGSGSGSTGAD ../domains/sykSH2SH2_pep_1A81_proteinonly.pdb GTSVSKGEED ../domains/mCherry_2H5Q_proteinonly.pdb GGSG ../domains/WW_pep_1JMQ_proteinonly.pdb:P SAWSHPQFEKGGGSGGGSGGGSWSHPQFEK -n 5 -d me0201_withpeptides.pdb

Gives the following error trace::

Traceback (most recent call last):
  File "/Users/raik/data/py/multiprot/multiprot/scripts/multipr", line 12, in <module>
    CHAINS = C.create_chains(args)
  File "/Volumes/data/raik/local/py/multiprot/venv/lib/python3.7/site-packages/multiprot/parseChains.py", line 173, in create_chains
    "n" : number_models(args.number)
  File "/Volumes/data/raik/local/py/multiprot/venv/lib/python3.7/site-packages/multiprot/parseChains.py", line 46, in number_models
    if n<10:
TypeError: '<' not supported between instances of 'str' and 'int'
@graik graik added the bug Something isn't working label Apr 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant