Skip to content

Commit 55e37c7

Browse files
Gwaldonandreasprlic
authored andcommitted
introduction rewrite
1 parent 8444028 commit 55e37c7

File tree

2 files changed

+35
-15
lines changed

2 files changed

+35
-15
lines changed

_wikis/BioJava:GetStartedLegacy.md

Lines changed: 26 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,28 @@ title: BioJava:GetStartedLegacy
55
Introduction
66
------------
77

8-
BioJava will run on any computer with a Java virtual machine complying
8+
Welcome to BioJava 1 or BioJava Legacy. BioJava Legacy is the
9+
continuation of the old BioJava core while a new code base, BioJava 3,
10+
is currently being developed. As of the concurrent release of BioJava
11+
1.8.1 and BioJava 3.0.1, many functionalities are still not available in
12+
BioJava 3 and differences between their respective sequence models may
13+
make BioJava 1 a valid option for your project.
14+
15+
To find out more about BioJava 1, check any of the following entry
16+
points:
17+
18+
- [Tutorial](BioJava:Tutorial "wikilink") to learn about symbols,
19+
sequence, and events.
20+
- [Cook Book](BioJava:CookBookLegacy "wikilink"), also famously known
21+
as BioJava in Anger, to find out many code snippets.
22+
- [BioJavax Extension](BioJava:BioJavaXDocs "wikilink") which provides
23+
sophisticated event-based methods to read, write, and manipulate
24+
sequence files.
25+
26+
Installation
27+
------------
28+
29+
BioJava 1 will run on any computer with a Java virtual machine complying
930
to the Java 2 Standard Edition (J2SE) 1.5 (or later) specifications.
1031
Java implementations for Linux, Windows, and Solaris are available to
1132
download from [Oracle's java
@@ -21,15 +42,11 @@ area](Biojava:Download "wikilink") .
2142
You can also integrate BioJava with NetBeans IDE. To find out how follow
2243
this [link](How_to_integrate_BioJava_in_NetBeans_IDE "wikilink").
2344

24-
Installation
25-
------------
26-
2745
None of these .jar files need to be unpacked for normal use -- simply
28-
place them in a convenient directory.
29-
30-
To use BioJava, add the required JAR files to your CLASSPATH environment
31-
variable. The exact syntax varies between platforms. The text is wrapped
32-
due to limited space. The actual commands should be on a single line:
46+
place them in a convenient directory. To use BioJava, add the required
47+
JAR files to your CLASSPATH environment variable. The exact syntax
48+
varies between platforms. The text is wrapped due to limited space. The
49+
actual commands should be on a single line:
3350

3451
### UNIX Bourne-type shells (the default with most Linux distributions and MacOS 10.3)
3552

_wikis/BioJava:GetStartedLegacy.mediawiki

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,19 @@
11
== Introduction ==
2+
Welcome to BioJava 1 or BioJava Legacy. BioJava Legacy is the continuation of the old BioJava core while a new code base, BioJava 3, is currently being developed. As of the concurrent release of BioJava 1.8.1 and BioJava 3.0.1, many functionalities are still not available in BioJava 3 and differences between their respective sequence models may make BioJava 1 a valid option for your project.
23

3-
BioJava will run on any computer with a Java virtual machine complying to the Java 2 Standard Edition (J2SE) 1.5 (or later) specifications. Java implementations for Linux, Windows, and Solaris are available to download from [http://www.oracle.com/technetwork/java/ Oracle's java website]. Recent versions of MacOS X include a suitable Java implementation as standard. Java is also available on many other platforms: if in doubt, contact your vendor. BioJava binaries are distributed in .jar (Java ARchive) format.
4+
To find out more about BioJava 1, check any of the following entry points:
5+
* [[BioJava:Tutorial|Tutorial]] to learn about symbols, sequence, and events.
6+
* [[BioJava:CookBookLegacy|Cook Book]], also famously known as BioJava in Anger, to find out many code snippets.
7+
* [[BioJava:BioJavaXDocs|BioJavax Extension]] which provides sophisticated event-based methods to read, write, and manipulate sequence files.
8+
9+
== Installation ==
10+
BioJava 1 will run on any computer with a Java virtual machine complying to the Java 2 Standard Edition (J2SE) 1.5 (or later) specifications. Java implementations for Linux, Windows, and Solaris are available to download from [http://www.oracle.com/technetwork/java/ Oracle's java website]. Recent versions of MacOS X include a suitable Java implementation as standard. Java is also available on many other platforms: if in doubt, contact your vendor. BioJava binaries are distributed in .jar (Java ARchive) format.
411

512
You can get the latest version [[Biojava:Download_1.8|BioJava 1.8 (requires Java 1.5+)]] from the [[Biojava:Download|download area]] .
613

714
You can also integrate BioJava with NetBeans IDE. To find out how follow this [[How_to_integrate_BioJava_in_NetBeans_IDE|link]].
815

9-
== Installation ==
10-
11-
None of these .jar files need to be unpacked for normal use -- simply place them in a convenient directory.
12-
13-
To use BioJava, add the required JAR files to your CLASSPATH environment variable. The exact syntax varies between platforms. The text is wrapped due to limited space. The actual commands should be on a single line:
16+
None of these .jar files need to be unpacked for normal use -- simply place them in a convenient directory. To use BioJava, add the required JAR files to your CLASSPATH environment variable. The exact syntax varies between platforms. The text is wrapped due to limited space. The actual commands should be on a single line:
1417

1518
=== UNIX Bourne-type shells (the default with most Linux distributions and MacOS 10.3) ===
1619

0 commit comments

Comments
 (0)