Skip to content

Commit 3630169

Browse files
markjschreiberandreasprlic
authored andcommitted
/* General reasoning */
1 parent 6d2a4c1 commit 3630169

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

_wikis/BioJava3_Proposal.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,11 @@ General reasoning
2626
- The only database support is for BioSQL, which uses Hibernate but
2727
not in a fully flexible manner (i.e. cannot connect to more than one
2828
db at a time).
29-
- It is sequence-focused. Users have moved on.
29+
- It is very sequence-centric. Users have moved on. BioJava3 should
30+
embrace other datatypes. Most bioinformatics now deals with
31+
multi-dimensional feature vectors (data matrices). While one or more
32+
of these dimensions might be sequence there should be no need for
33+
everything to be tied to sequence.
3034

3135
Proposal
3236
--------

_wikis/BioJava3_Proposal.mediawiki

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ It is suggested that development stop on the existing BioJava/BioJavaX/BioJava2
1212
* We do not make use of any Java features since Java 4. Generics is the obvious one.
1313
* There is no support for changing file formats. It supports one version or another, but cannot handle both.
1414
* The only database support is for BioSQL, which uses Hibernate but not in a fully flexible manner (i.e. cannot connect to more than one db at a time).
15-
* It is sequence-focused. Users have moved on.
15+
* It is very sequence-centric. Users have moved on. BioJava3 should embrace other datatypes. Most bioinformatics now deals with multi-dimensional feature vectors (data matrices). While one or more of these dimensions might be sequence there should be no need for everything to be tied to sequence.
1616
1717
==Proposal==
1818

0 commit comments

Comments
 (0)