We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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'
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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::
The text was updated successfully, but these errors were encountered: