Skip to content

Commit f982d28

Browse files
Andrewyatzandreasprlic
authored andcommitted
Change to wiki page
1 parent cc6e879 commit f982d28

File tree

2 files changed

+54
-1
lines changed

2 files changed

+54
-1
lines changed

_wikis/BioJava3_Proposal.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,3 +107,32 @@ Action plan
107107
2. Tentative Singapore meeting to get the ball rolling on the final
108108
design and initial coding front.
109109

110+
Categories of Improvement
111+
-------------------------
112+
113+
Initally suggested by Andreas this attempts to group the currently
114+
recognized *issues* surrounding Biojava.
115+
116+
### Category A
117+
118+
How to work with core concepts of BioJava:
119+
120+
- How to get an Alphabet
121+
- How to make a Sequence Object from a String or make a Sequence
122+
Object back into a String
123+
124+
### Category B
125+
126+
Functionality; taking on concepts/practices from *Category A* and
127+
applying them to a bioinformatics problem.
128+
129+
- How to parse a Blast output
130+
- How to read sequences from a Fasta file
131+
- How to read a GenBank, SwissProt or EMBL file
132+
- How to generate a global or local alignment with the
133+
Needleman-Wunsch or the Smith-Waterman-algorithm
134+
- How to read a protein structure - PDB file
135+
- How to export a sequence to fasta
136+
- How to view a sequence in a gui
137+
- How to parse a Fasta database search output file
138+

_wikis/BioJava3_Proposal.mediawiki

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,28 @@ It is suggested that development stop on the existing BioJava/BioJavaX/BioJava2
3939
==Action plan==
4040

4141
# Please modify this page and the [[Talk:BioJava3_Proposal|Talk page]] as you see fit in order to flesh out details and/or make new points.
42-
# Tentative Singapore meeting to get the ball rolling on the final design and initial coding front.
42+
# Tentative Singapore meeting to get the ball rolling on the final design and initial coding front.
43+
44+
==Categories of Improvement==
45+
46+
Initally suggested by Andreas this attempts to group the currently recognized ''issues'' surrounding Biojava.
47+
48+
===Category A===
49+
50+
How to work with core concepts of BioJava:
51+
52+
* How to get an Alphabet
53+
* How to make a Sequence Object from a String or make a Sequence Object back into a String
54+
55+
===Category B===
56+
57+
Functionality; taking on concepts/practices from ''Category A'' and applying them to a bioinformatics problem.
58+
59+
* How to parse a Blast output
60+
* How to read sequences from a Fasta file
61+
* How to read a GenBank, SwissProt or EMBL file
62+
* How to generate a global or local alignment with the Needleman-Wunsch or the Smith-Waterman-algorithm
63+
* How to read a protein structure - PDB file
64+
* How to export a sequence to fasta
65+
* How to view a sequence in a gui
66+
* How to parse a Fasta database search output file

0 commit comments

Comments
 (0)