Skip to content

Commit e039d8f

Browse files
markjschreiberandreasprlic
authored andcommitted
/* BioJava In Anger - A Tutorial and Recipe Book for Those in a Hurry */
1 parent ce179a3 commit e039d8f

File tree

2 files changed

+18
-9
lines changed

2 files changed

+18
-9
lines changed

_wikis/BioJava:CookBook1.7.md

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,18 @@ up and running quickly. I have endeavoured to over document the code to
1919
make it more obvious what I am doing so some of the code might look a
2020
bit bloated.
2121

22-
'BioJava in Anger' is maintained by [Mark
23-
Schreiber](User:Mark "wikilink"). If you have any suggestions, questions
24-
or comments contact the [biojava mailing
25-
list](mailto:biojava-l@biojava.org). To subscribe to this list go
26-
[here](http://biojava.org/mailman/listinfo/biojava-l)
27-
28-
These demos are tested with BioJava 1.3 and Java 1.4
22+
If you have any suggestions, questions or comments contact the [biojava
23+
mailing list](mailto:biojava-l@biojava.org). To subscribe to this list
24+
go [here](http://biojava.org/mailman/listinfo/biojava-l)
25+
26+
If you re-use code from the cookbook please cite:
27+
28+
[BioJava: an Open-Source Framework for
29+
Bioinformatics](http://bioinformatics.oxfordjournals.org/cgi/content/abstract/btn397v1?ijkey=jIKd6VUGPrgshbv&keytype=ref)
30+
<i>R.C.G. Holland; T. Down; M. Pocock; A. Prlic; D. Huen; K. James; S.
31+
Foisy; A. Drager; A. Yates; M. Heuer; M.J. Schreiber</i>
32+
Bioinformatics 2008; doi:
33+
[10.1093/bioinformatics/btn397](http://dx.doi.org/10.1093/bioinformatics/btn397)
2934

3035
Announcing
3136
----------

_wikis/BioJava:CookBook1.7.mediawiki

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,13 @@ BioJava can be both big and intimidating. For those of us who are in a hurry the
44

55
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.
66

7-
'BioJava in Anger' is maintained by [[User:Mark|Mark Schreiber]]. If you have any suggestions, questions or comments contact the [mailto:biojava-l@biojava.org biojava mailing list]. To subscribe to this list go [http://biojava.org/mailman/listinfo/biojava-l here]
7+
If you have any suggestions, questions or comments contact the [mailto:biojava-l@biojava.org biojava mailing list]. To subscribe to this list go [http://biojava.org/mailman/listinfo/biojava-l here]
88

9-
These demos are tested with BioJava 1.3 and Java 1.4
9+
If you re-use code from the cookbook please cite:
10+
11+
[http://bioinformatics.oxfordjournals.org/cgi/content/abstract/btn397v1?ijkey=jIKd6VUGPrgshbv&keytype=ref BioJava: an Open-Source Framework for Bioinformatics] <br/>
12+
<i>R.C.G. Holland; T. Down; M. Pocock; A. Prlic; D. Huen; K. James; S. Foisy; A. Drager; A. Yates; M. Heuer; M.J. Schreiber</i><br/>
13+
Bioinformatics 2008; doi: [http://dx.doi.org/10.1093/bioinformatics/btn397 10.1093/bioinformatics/btn397]
1014

1115
== Announcing ==
1216

0 commit comments

Comments
 (0)