Git Product home page Git Product logo

Comments (8)

tbereau avatar tbereau commented on August 22, 2024

Hi zhongweishen,

Regarding the error message at the end of your output, it might be that you're missing the lxml package. You can install it using pip

pip install lxml

Does this resolve the error message?

As a side note, I would recommend using a SMILES string rather than an SDF file as input (we've done more tests with SMILES).

Best,
Tristan

from auto_martini.

zhongweishen avatar zhongweishen commented on August 22, 2024

Thank you very much for your patient reply and please forgive my poor English expression.Now it can run normally, and I use SMILES according to your suggestion.
But I still have some problems,I python in
python auto_martini --smi "OCC(=O)[C@@]1(O)CC@Hc2c(C1)c(O)c1c(c2O)C(=O)c2c(C1=O)cccc2OC" --mol GUA --gro gua.gro
get:usage: auto_martini [-h] (--sdf SDF | --smi SMI) --mol MOLNAME [--aa AA]
[--cg CG] [-v] [--fpred]
auto_martini: error: unrecognized arguments: --gro gua.gro
I can't get the gro file.
I delete "--gro Gua. Gro" for the input instruction, and half way through the calculation I get "killed" and break the process
My molecule contains 39 heavy atoms. Do I need to break it into smaller pieces?

from auto_martini.

tbereau avatar tbereau commented on August 22, 2024

--gro is a flag that's become obsolete. Instead you should use the optional flags

  • --aa for the atomistic coordinates file
  • --cg for the coarse-grained coordinates file
    Meaning: try replacing --gro by --cg.

from auto_martini.

zhongweishen avatar zhongweishen commented on August 22, 2024

Thank you for your suggestion. It is working normally now

from auto_martini.

Kuchenbecker avatar Kuchenbecker commented on August 22, 2024

Hello @tbereau ! Thanks for you program. I'm trying to use it but still got problems related to No Output File.
I've Installed Anaconda 2, created a env with Python 2.7.X (its 2.7.16 now) and installed all the modules asked in the README file at auto_martini_master.

With all installed i tried to run the program with the GUA example but after run it, it ends at nothing: no output file and no message. If i use --verbose i can see all the INFO:main lines showing the computer working but.... no result at the end.

How can i solv it?
image

Appreciate the help!

from auto_martini.

tbereau avatar tbereau commented on August 22, 2024

Hi,

I suppose it's a problem with one of the libraries. Try the following:

#17 (comment)

Do you get any output?

from auto_martini.

Kuchenbecker avatar Kuchenbecker commented on August 22, 2024

Hello,

I did just like asked, running the code i got the output, just as in the imagem bellow.
image

Any other ideas? I'm trying to figure out but no really working.

from auto_martini.

Kuchenbecker avatar Kuchenbecker commented on August 22, 2024

Somehow i've managed to make it work. I really appreciate all the help. Now, it's working.

from auto_martini.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.