Skip to content

Commit 6a1f80f

Browse files
author
Andreas Prlic
committed
adding img
1 parent 88b8357 commit 6a1f80f

1 file changed

Lines changed: 19 additions & 17 deletions

File tree

structure/externaldb.md

Lines changed: 19 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -144,11 +144,25 @@ Cath can be accessed in a very similar fashion to SCOP. In parallel to the ScopI
144144
}
145145
```
146146

147-
This will show the following
148-
<img src="img/cath_1dan.png" width=300 />
149147

150-
and the text:
151-
```
148+
<table>
149+
<tr>
150+
<td>
151+
This will show the following
152+
</td>
153+
154+
<td>
155+
and the text:
156+
</td>
157+
</tr>
158+
159+
<tr>
160+
<td>
161+
<img src="img/cath_1dan.png" width=300 />
162+
</td>
163+
<td>
164+
<pre>
165+
152166
got 4 domains
153167
* domain 1danH01 has # segments: 2 color: red
154168
* CathSegment [segmentId=1, start=16, stop=27, length=12, sequenceHeader=null, sequence=null]
@@ -160,21 +174,9 @@ got 4 domains
160174
* CathSegment [segmentId=1, start=91, stop=210, length=120, sequenceHeader=null, sequence=null]
161175
* domain 1danT00 has # segments: 1 color: yellow
162176
* CathSegment [segmentId=1, start=6, stop=80, length=75, sequenceHeader=null, sequence=null]
163-
```
164-
165-
<table>
166-
<tr>
167-
<td>
168-
169-
</td>
170-
<td>
171-
<pre>
172-
173-
174177
</pre>
175-
</td>
178+
</td>
176179
</tr>
177-
<tr></tr>
178180
</table>
179181

180182

0 commit comments

Comments
 (0)