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
Hello, I encountered the following error when trying to generate topology using Martinize3001 and Martini22.
FileNotFoundError Traceback (most recent call last) <ipython-input-15-d932e83f8062> in <cell line: 79>() 77 os.system("insane -o " + str(gro_martini) + " -p " + str(top_temp) + " -f " + str(pdb_nw_martini) + " -d " + str(size_box) + " -sol W -salt " + str(Concentration) + " -charge auto -pbc " + str(box_type)) 78 ---> 79 with open(top_martini, 'r') as f: 80 lines = f.readlines() 81 # Remove the first line FileNotFoundError: [Errno 2] No such file or directory: '/content/drive/MyDrive/Colab_Simulations/MARTINI/martini.top'
Any help with getting past this step would be appreciated.
The text was updated successfully, but these errors were encountered:
Hi @sflores14,
Thank you for letting me know about the issue. I will check and back to you.
Best,
Thank you.
Sorry, something went wrong.
No branches or pull requests
Hello, I encountered the following error when trying to generate topology using Martinize3001 and Martini22.
Any help with getting past this step would be appreciated.
The text was updated successfully, but these errors were encountered: