TechnionYP5779 / SimuMole

Computer simulation method that displays the physical movements of atoms and molecules.
5 stars 0 forks source link

Run the simulation with the correct parameters on views.py #75

Closed HadadIdan closed 5 years ago

HadadIdan commented 5 years ago

Including changing the parameters list to Simulation on views.py and on simulation_main_script.py

loading correct input pdbs ids, save them running the script to move the molecules, save the new files merge the pdb files, save the new file run the fixpdb on the merged filem save the new file run the OpenMM script builder and save the result run pymol with the OpenMM script created

HadadIdan commented 5 years ago

Continued here https://github.com/TechnionYP5779/SimuMole/tree/run_simulation_brunch

HadadIdan commented 5 years ago

https://github.com/TechnionYP5779/SimuMole/pull/84 (The pull request)

HadadIdan commented 5 years ago

done