X Tutup
Skip to content

Commit 3980c5d

Browse files
committed
using java syntax highlighting
1 parent d4b7176 commit 3980c5d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

structure/bioassembly.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,8 @@ Note: when loading this structure with 9GB of memory, the Java VM spends a signi
135135

136136
To load the pre-assembled biological assembly file directly, one can tweak the low-level PDB file parser like this
137137

138-
<pre>
138+
```java
139+
139140
public static void main(String[] args){
140141

141142
public static void main(String[] args){
@@ -219,7 +220,7 @@ public static void main(String[] args){
219220
}
220221
return structure;
221222
}
222-
</pre>
223+
```
223224

224225

225226
## Further Reading

0 commit comments

Comments
 (0)
X Tutup