We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52ff938 commit 27e02c7Copy full SHA for 27e02c7
src/BioStructures.jl
@@ -52,6 +52,7 @@ end
52
ATOM 8 CE MET A 1 -3.296 14.391 24.798 1.00 54.68 C
53
END
54
""")
55
+ close(io)
56
struc = read(path, PDBFormat)
57
show(devnull, struc)
58
collectatoms(struc, sel"serial < 5")
0 commit comments