We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
While implementing a BinaryCIF file interface and I found some parts of the specification ambiguous:
BinaryCIF
mask
cif
.
?
offset
String Array
Interval Quantization
Delta
The text was updated successfully, but these errors were encountered:
My reading of the code is that ciftools-python 0 = data, 1 = ., 2 = ?
Molstar/src/mol-data/db/column.ts: 0 = present, 1= ., 2 = ?
Also - lack of mask should be None -- not {}
Sorry, something went wrong.
Thanks. I my opinion such details should be part of the specification itself.
Sorry for the late reply. You are right, this should be mentioned in the specification -- I will add it.
No branches or pull requests
While implementing a
BinaryCIF
file interface and I found some parts of the specification ambiguous:mask
can hold and how do they map to thecif
values (.
and?
)offset
in aString Array
the exclusive stop or a start index itself?Interval Quantization
, are the values assigned to the closest step or to the next lower/higher step?Delta
encode?The text was updated successfully, but these errors were encountered: