File tree Expand file tree Collapse file tree 1 file changed +7
-10
lines changed Expand file tree Collapse file tree 1 file changed +7
-10
lines changed Original file line number Diff line number Diff line change @@ -8,17 +8,14 @@ import MsgPack
88
99A function to read a binary CIF file from MolStar and extract the list of attributes and their compressed bytes.
1010"""
11-
12- # currently isn't implementing the dssp / stride. If using BCIF it seems strange to write
13- # out a .pdb, run dssp / string, then read it back in again.
1411function Base. read (input:: IO ,
15- :: Type{BCIFFormat} ,
16- structure_name:: AbstractString = " " ,
17- remove_disorder:: Bool = false ,
18- read_std_atoms:: Bool = true ,
19- read_het_atoms:: Bool = true ,
20- run_dssp:: Bool = false ,
21- run_stride:: Bool = false )
12+ :: Type{BCIFFormat} ;
13+ structure_name:: AbstractString = " " ,
14+ remove_disorder:: Bool = false ,
15+ read_std_atoms:: Bool = true ,
16+ read_het_atoms:: Bool = true ,
17+ run_dssp:: Bool = false ,
18+ run_stride:: Bool = false )
2219
2320 file = MsgPack. unpack (read (input))
2421 categories = file[" dataBlocks" ][1 ][" categories" ]
You can’t perform that action at this time.
0 commit comments