You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: wiki/BioJava:CookBook4.0.mediawiki
+16-16Lines changed: 16 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
-
== BioJava Cookbook for release 3.*==
1
+
== BioJava Cookbook for release 4.*==
2
2
3
-
BioJava 3 is a major re-write of BioJava 1. As such many things work differently. This cookbook provides examples how to work with the new codebase.
3
+
BioJava 3+ is a major re-write of BioJava 1. As such many things work differently. This cookbook provides examples how to work with the new codebase.
4
4
5
5
The page was inspired by various programming cookbooks and follows a "How do I...?" type approach. Each "How do I?" is linked to some example code that does what you want and sometimes more. Basically if you find the code you want and copy and paste it into your program you should be up and running quickly. I have endeavoured to over document the code to make it more obvious what I am doing so some of the code might look a bit bloated.
6
6
@@ -12,13 +12,13 @@ If you have any suggestions, questions or comments contact the [mailto:biojava-l
12
12
13
13
== Tutorial ==
14
14
15
-
Many topics are also covered in the [https://github.com/biojava/biojava3-tutorial BioJava 3 tutorial].
15
+
Many topics are also covered in the [https://github.com/biojava/biojava-tutorial BioJava tutorial].
16
16
17
17
== How Do I....? ==
18
18
19
19
=== Core Module - Working with Sequences ===
20
-
'''Required modules''': ''biojava3-core''
21
-
* [[BioJava:CookBook:Core:Overview|Overview of biojava3-core?]]
20
+
'''Required modules''': ''biojava-core''
21
+
* [[BioJava:CookBook:Core:Overview|Overview of biojava-core?]]
22
22
* [[BioJava:CookBook:Core:Sequences|How are sequences created?]]
23
23
* [[BioJava:CookBook:Core:SequenceCompare|How do I compare two DNA Sequences and create a consensus sequence?]]
24
24
* [[BioJava:CookBook:Core:FastaReadWrite|How do I read or write Fasta files?]]
@@ -27,8 +27,8 @@ Many topics are also covered in the [https://github.com/biojava/biojava3-tutoria
0 commit comments