Skip to content

Commit 0b53354

Browse files
committed
global replace of <java> with markdon formatting and deleting of legacy pages.
1 parent ed846ff commit 0b53354

File tree

240 files changed

+970
-979
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

240 files changed

+970
-979
lines changed

_wikis/Algorithm_Java_port.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ Possible Java ports of Algorithms
88
We would be interested in having Java ports of the following algorithms:
99

1010
`- Blast`
11-
`- Hmmer3`
12-
`- Dssp (some parts already available)`
11+
`- Hmmer3`
1312

1413
### Couple of tools that might be useful for porting to Java
1514

_wikis/Andreas_Prlic.md

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,8 @@ tags:
44
- People
55
---
66

7-
[Andreas Prlic](http://www.spice-3d.org) is Senior Scientist at the
7+
[Andreas Prlic](http://www.spice-3d.org) is Technical and Scientifc Team Lead at the
88
RCSB-PDB database in San Diego, California. Prior to this he worked as a
9-
PostDoc at the [Wellcome Trust Sanger
10-
Institute](http://www.sanger.ac.uk/), Cambridge, U.K. Currently he is
11-
acting as project leader for BioJava. He developed the protein structure
12-
API. Other projects he was working on include e.g.
13-
[SPICE](http://www.efamily.org.uk/software/dasclients/spice) a browser
14-
for protein sequence and structure annotations, based on the
15-
[Distributed Annotation System](http://www.biodas.org).
16-
17-
[Nightly builds of BioJava](http://www.spice-3d.org/cruise/) can be
18-
accessed from his CruiseControl page at
19-
[<http://emmy.rcsb.org:8080/cruisecontrol/>](http://emmy.rcsb.org:8080/cruisecontrol/).
9+
PostDoc at the [Wellcome Trust Sanger Institute](http://www.sanger.ac.uk/),
10+
Cambridge, U.K. Currently he is acting as project leader for BioJava. He developed
11+
the protein structure API as well as many other parts of BioJava.

_wikis/Annotations:List.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ The following program reads an EMBL file and lists its Annotation
5151
properties. The output of this program on the above file is listed below
5252
the program.
5353

54-
<java> import java.io.\*; import java.util.\*;
54+
```java import java.io.\*; import java.util.\*;
5555

5656
import org.biojava.bio.\*; import org.biojava.bio.seq.\*; import
5757
org.biojava.bio.seq.io.\*;
@@ -80,7 +80,7 @@ public class ListAnnotations {
8080
`   }`
8181
` }`
8282

83-
} </java>
83+
} ```
8484

8585
Program Output
8686

_wikis/BioJava3_license.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license](BioJava:License "wikilink"): LGPL v 2.1
88
Developers: Please include the following javadoc in the header of every
99
class you commit:
1010

11-
<java> /\*
11+
```java /\*
1212

1313
`*                    BioJava development code`
1414
`*`
@@ -32,4 +32,4 @@ class you commit:
3232
`*`
3333
`*/`
3434

35-
</java>
35+
```

0 commit comments

Comments
 (0)