-
Notifications
You must be signed in to change notification settings - Fork 11
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
Error in executing certain tools (possibly oxpy related?) #22
Comments
Hi Simone, The oxDNA repo is a bit of a mess right now because we're getting ready for the official transition from the SourceForge repository to the GitHub one. It's very possible I used a function that isn't yet merged into the master branch for that script. Can you instead try checking out the |
Thanks for the suggestion Erik!
This seems to be unrelated to oxpy? Thank you for the quick response anyway! Simone |
Hi Simone, I looked into this some more and it turns out that subscripted typing hints were a feature introduced in Python 3.8, can you try creating yourself a new conda environment with a newer version of Python and trying that? I will update the version requirements in the distribution. |
Hi Erik, Thanks again, |
Hi Simone, While in the environment, just navigate back to the oxDNA directory and run I'm going to close this now, but feel free to reply or open a new issue if you run into anything else. The new version hasn't been used by very many people yet so finding all the bugs I missed during testing is very appreciated. Best, Erik |
Hi all,
thank you in advance for considering this request. I think it is a real trivial issue, but I wasn't able to solve it yet. I successfully installed the
oxdna_analysis_tools
via pip. As described in https://github.com/lorenzo-rovigatti/oxDNA, I installed theoxpy
package via:oxDNA was already working well, but I had troubles in using the incorporated
UTILS
, which gave me syntax errors by calling the python interpret. Now I'm obtaining errors if I try to execute some tools, and they seem to be linked to theoxpy
package. As an example, executingoat generate_force some_input last_conf.dat
gives me:These errors do not occur in other tools such as
mean
,align
,backbone_flexibility
orplot_energy
. Are these errors due to missing dependencies?Thank you in advance,
best regards,
Simone
The text was updated successfully, but these errors were encountered: