We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8286260 commit 58136feCopy full SHA for 58136fe
biojava-structure/src/main/java/org/biojava/nbio/structure/io/cif/CifStructureConsumerImpl.java
@@ -1171,7 +1171,7 @@ public void finish() {
1171
currentModel.add(currentChain);
1172
}
1173
} else if (!params.isHeaderOnly()) {
1174
- logger.warn("current chain is null at end of document.");
+ logger.warn("No chains were instantiated after parsing the whole CIF document. This could be due to the atom_site category being absent");
1175
1176
1177
allModels.add(currentModel);
0 commit comments