Dear MDAnalysis developers ,
I am a new user of MDAnalysis. First of all, thank you for developing this software.
I had a problem when I analysis pore dimensions with HOLE (https://userguide.mdanalysis.org/stable/examples/analysis/polymers_and_membranes/hole.html#Using-HOLE-with-a-trajectoryp-loop)
Your example (using HOLE with a PDB file) works well on my computer. (in this example, Note that we pass HOLE a PDB file directly, without creating a MDAnalysis.Universe.) However, there is a problem when I worked on my PDB file. I used command (u = MDAnalysis.analysis(“my_pdf_file.pdb”)) to load my PDB file. But it is not work on your script.
h = hole.HOLE(u, executable='~/hole2/exe/hole',
logfile='hole1.out',
sphpdb='hole1.sph',
raseed=31415)
the attachment has the script and outputs, could you help to solve this problem. Thank you in advance.
(in this example, Note that we pass HOLE a PDB file directly, without creating a MDAnalysis.Universe.)
h = hole.HOLE(“my_pdb_file.pdb", executable='~/hole2/exe/hole',
logfile='hole1.out',
sphpdb='hole1.sph',
raseed=31415)
--
You received this message because you are subscribed to the Google Groups "MDnalysis discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mdnalysis-discus...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/mdnalysis-discussion/54943b2f-3d70-42ec-8ea1-a0844839701bn%40googlegroups.com.
<hole_problem.pdf>
To view this discussion on the web visit https://groups.google.com/d/msgid/mdnalysis-discussion/842a2bf0-ebc1-48c5-ba9e-193211327a37n%40googlegroups.com.
<hole_problem.png>
--
You received this message because you are subscribed to the Google Groups "MDnalysis discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mdnalysis-discus...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/mdnalysis-discussion/b88cfb6d-986a-433d-a697-6f5847467487n%40googlegroups.com.
<hole_issue.pdf>