-
Notifications
You must be signed in to change notification settings - Fork 46
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
The "molname" parameter was passed incorrectly. #646
Comments
hi, which version of martinize2 are you using for this please? Does the behaviour change if you give |
the |
hi @123chayu did you have success? |
Sorry, I'm very busy today. I'll try again tomorrow.👻
…---- Replied Message ----
| From | Chris ***@***.***> |
| Date | 01/03/2025 17:21 |
| To | ***@***.***> |
| Cc | ***@***.***>***@***.***> |
| Subject | Re: [marrink-lab/vermouth-martinize] The "molname" parameter was passed incorrectly. (Issue #646) |
hi @123chayu did you have success?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
(vermouth) C:\Windows\system32>python "D:\Anaconda\envs\vermouth\Scripts\martinize2" -f "D:\测试\3SN6_clean.pdb" -o "D:\测试\system.top" -x "D:\测试\Protein_Active_cg" Yes! I did success! very thanks! |
Great, glad it worked! Happy simulating! |
python "D:\分子模拟\GoMartini\vermouth-martinize-master\bin\martinize2" -f "D:\测试\3SN6_clean.pdb" -x D:\测试\Protein_Active_cg.pdb -o D:\测试\system.top
An error occurred while using the above command.How to deal with?
Traceback (most recent call last):
File "D:\分子模拟\GoMartini\vermouth-martinize-master\bin\martinize2", line 1167, in
entry()
File "D:\分子模拟\GoMartini\vermouth-martinize-master\bin\martinize2", line 1025, in entry
vermouth.NameMolType(deduplicate=not args.keep_duplicate_itp, molname=args.molname).run_system(system)
TypeError: init() got an unexpected keyword argument 'molname'
The text was updated successfully, but these errors were encountered: