-
Notifications
You must be signed in to change notification settings - Fork 7
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
How to execute #1
Comments
desmond scripts are meant to be used from the command line using the terminal. e.g. $SCHRODINGER/run my_script.py ...
to see options and invocation python kerseq2hills.py -h |
Receiving following errors
I am interested in the conversion of desmond metadynamics data to plumed
colver and hill file
(base) ***@***.***:/media/debanjan/DS-1TB/Acinetobacter_baumannii/MD-Relibactam/MD-1/desmond_metadynamics_MD-1$
python3 kerseq2hills.py desmond_metadynamics_MD-1.kerseq HILLS.out
usage: kerseq2hills.py [-h] [-kT KT] [-T T] kerseq out header
kerseq2hills.py: error: the following arguments are required: header
(base) ***@***.***:/media/debanjan/DS-1TB/Acinetobacter_baumannii/MD-Relibactam/MD-1/desmond_metadynamics_MD-1$
python3 -kT KT kerseq2hills.py desmond_metadynamics_MD-1.kerseq HILLS.out
Unknown option: -k
usage: python3 [option] ... [-c cmd | -m mod | file | -] [arg] ...
Try `python -h' for more information.
(base) ***@***.***:/media/debanjan/DS-1TB/Acinetobacter_baumannii/MD-Relibactam/MD-1/desmond_metadynamics_MD-1$
python3 -kT KT kerseq2hills.py -c desmond_metadynamics_MD-1.kerseq
HILLS.out
Unknown option: -k
usage: python3 [option] ... [-c cmd | -m mod | file | -] [arg] ...
Try `python -h' for more information.
(base) ***@***.***:/media/debanjan/DS-1TB/Acinetobacter_baumannii/MD-Relibactam/MD-1/desmond_metadynamics_MD-1$
python3 kerseq2hills.py h
usage: kerseq2hills.py [-h] [-kT KT] [-T T] kerseq out header
kerseq2hills.py: error: the following arguments are required: out, header
…On Fri, Apr 26, 2024 at 4:29 PM Tommaso Laurenzi ***@***.***> wrote:
desmond scripts are meant to be used from the command line using the
terminal.
e.g.
$SCHRODINGER/run my_script.py ...
kerseq2hills.py however does not utilize any of the schrodinger API, so
you can run it with any python3 interpreter
to see options and invocation
python kerseq2hills.py -h
—
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AOJ7Q4WGWBWBUAYB7VJJSVLY7IXP5AVCNFSM6AAAAABGZ7DHI2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANZZGE3DEMZVGA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am interested in kerseq2hills.py. Kindly guide how to execute the script.
unable to add Desmond scripts using maestro. How to execute them?
The text was updated successfully, but these errors were encountered: