Skip to content

Commit ea8fa02

Browse files
committed
Change to wiki page
1 parent 7f4acff commit ea8fa02

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

_wikis/BioJava:CookBook:PDB:read.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ parser deals with SEQRES and ATOM records please see
3030
`pdbread.setParseSecStruc(true);`
3131

3232
`// align the SEQRES and ATOM records, default = true   `
33+
`// slows the parsing speed slightly down, so if speed matters, turn it off.`
3334
`pdbreader.setAlignSeqRes(true);`
3435
` `
3536
`// parse the C-alpha atoms onlym default = false`

_wikis/BioJava:CookBook:PDB:read.mediawiki

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ see [[BioJava:CookBook:PDB:seqres]]
2020
pdbread.setParseSecStruc(true);
2121
2222
// align the SEQRES and ATOM records, default = true
23+
// slows the parsing speed slightly down, so if speed matters, turn it off.
2324
pdbreader.setAlignSeqRes(true);
2425
2526
// parse the C-alpha atoms onlym default = false

0 commit comments

Comments
 (0)