Skip to content

Commit 9b6123b

Browse files
committed
Update first steps
1 parent 3118385 commit 9b6123b

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

structure/firststeps.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
First Steps
22
===========
33

4-
## First steps
4+
## First Steps
55

66
The simplest way to load a PDB file is by using the [StructureIO](http://www.biojava.org/docs/api/org/biojava/nbio/structure/StructureIO.html) class.
77

@@ -40,7 +40,7 @@ If you already have a local PDB installation, you can configure where BioJava sh
4040
-DPDB_DIR=/wherever/you/want/
4141
</pre>
4242

43-
## Memory consumption
43+
## Memory Consumption
4444

4545
Talking about startup properties, it is also good to mention the fact that many PDB entries are large molecules and the default 64k memory allowance for Java applications is not sufficient in many cases. BioJava contains several built-in caches which automatically adjust to the available memory. As such, the more memory you grant your Java applicaiton, the better it can utilize the caches and the better the performance will be. Change the maximum heap space of your Java VM with this startup parameter:
4646

@@ -86,7 +86,7 @@ This will result in the following view:
8686
</tr>
8787
</table>
8888

89-
## Asymmetric unit and Biological Assembly
89+
## Asymmetric Unit and Biological Assembly
9090

9191
By default many people work with the *asymmetric unit* of a protein. However for many studies the correct representation to look at is the *biological assembly* of a protein. You can request it by calling
9292

@@ -105,13 +105,13 @@ By default many people work with the *asymmetric unit* of a protein. However for
105105

106106
This topic is important, so we dedicated a [whole chapter](bioassembly.md) to it.
107107

108-
## I loaded a Structure object, what now?
108+
## I Loaded a Structure Object, What Now?
109109

110110
BioJava provides a number of algorithms and visualisation tools that you can use to further analyse the structure, or look at it. Here a couple of suggestions for further reads:
111111

112112
+ [The BioJava Cookbook for protein structures](http://biojava.org/wiki/BioJava:CookBook#Protein_Structure)
113113
+ How does BioJava [represent the content](structure-data-model.md) of a PDB/mmCIF file?
114-
+ [How to calculate a protein structure alignment using BioJava](http://biojava.org/wiki/BioJava:CookBook:PDB:align)
114+
+ How to calculate a protein structure alignment using BioJava: [tutorial](alignment.md) or [cookbook](http://biojava.org/wiki/BioJava:CookBook:PDB:align)
115115
+ [How to work with Groups (AminoAcid, Nucleotide, Hetatom)](http://biojava.org/wiki/BioJava:CookBook:PDB:groups)
116116

117117

@@ -123,9 +123,9 @@ BioJava provides a number of algorithms and visualisation tools that you can use
123123

124124
Navigation:
125125
[Home](../README.md)
126-
| [Book 3: The Protein Structure modules](README.md)
126+
| [Book 3: The Structure modules](README.md)
127127
| Chapter 2 : First Steps
128128

129129
Prev: [Chapter 1 : Installation](installation.md)
130130

131-
Next: [Chapter 3 : data model](structure-data-model.md)
131+
Next: [Chapter 3 : Structure Data Model](structure-data-model.md)

0 commit comments

Comments
 (0)