Parcourir la source

CIF parser fix

David Sehnal il y a 7 ans
Parent
commit
184181c827
2 fichiers modifiés avec 262 ajouts et 1118 suppressions
  1. 261 1117
      package-lock.json
  2. 1 1
      src/mol-io/reader/cif/text/parser.ts

Fichier diff supprimé car celui-ci est trop grand
+ 261 - 1117
package-lock.json


+ 1 - 1
src/mol-io/reader/cif/text/parser.ts

@@ -502,7 +502,7 @@ async function handleLoop(tokenizer: TokenizerState, ctx: FrameContext): Promise
         moveNext(tokenizer);
     }
 
-    const rowCountEstimate = name === 'atom_site' ? (tokenizer.data.length / 100) | 0 : 32;
+    const rowCountEstimate = name === '_atom_site' ? (tokenizer.data.length / 100) | 0 : 32;
     const tokens: Tokens[] = [];
     const fieldCount = fieldNames.length;
     for (let i = 0; i < fieldCount; i++) tokens[i] = TokenBuilder.create(tokenizer, rowCountEstimate);

Certains fichiers n'ont pas été affichés car il y a eu trop de fichiers modifiés dans ce diff