We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9617f14 commit e5f9ee3Copy full SHA for e5f9ee3
1 file changed
PCA_analysis_of_MD_simulations.ipynb
@@ -68,7 +68,7 @@
68
" print('Error - you need to install nglview')\n",
69
" all_good = False\n",
70
"\n",
71
- "files = ['data/wt_ca.binpos', 'data/wt_ca.pdb', 'data/irhy_ca.binpos', 'data/irhy_ca.pdb', 'data/1rhw_prot.pdb']\n",
+ "files = ['data/wt_ca.nc', 'data/wt_ca.pdb', 'data/irhy_ca.nc', 'data/irhy_ca.pdb', 'data/1rhw_prot.pdb']\n",
72
"files += ['data/rep{}/1rhw.md1.nc'.format(i + 1) for i in range(8)]\n",
73
"import os\n",
74
"for file in files:\n",
0 commit comments