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 2376728 commit ef803d3Copy full SHA for ef803d3
structure/asa.md
@@ -4,7 +4,7 @@ BioJava can also do calculation of Accessible Surface Areas (ASA) through an imp
4
5
This code will do the ASA calculation and output the values per residue and the total:
6
```java
7
- AtomCache cache = new AtomCache();
+ AtomCache cache = new AtomCache();
8
cache.setUseMmCif(true);
9
10
StructureIO.setAtomCache(cache);
0 commit comments