Skip to content
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

Martini+cg2all.ipynb | Parameters to generate the Martini topology #108

Open
sflores14 opened this issue Apr 29, 2024 · 1 comment
Open

Comments

@sflores14
Copy link

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.

@pablo-arantes
Copy link
Owner

Hi @sflores14,

Thank you for letting me know about the issue. I will check and back to you.

Best,

Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants