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: _wikis/BioJava_talk:CookBook:Blast:XML.mediawiki
+21-1Lines changed: 21 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,4 +26,24 @@ I conceed the point so why not write a wrapper utility class to include in BioJa
26
26
27
27
Best regards
28
28
29
-
--[[User:Foisys|Foisys]] 15:45, 30 July 2007 (EDT)
29
+
--[[User:Foisys|Foisys]] 15:45, 30 July 2007 (EDT)
30
+
31
+
Well, if I understand you right you would like to have something like:
32
+
33
+
blast/fasta result file -->
34
+
BioJava SAX events (as it is now) -->
35
+
XML (constructed from these events) -->
36
+
HTML (through XSL from previous generated XML)
37
+
38
+
The problem is that plain blast/fasta parsers are not bug free and always has issues with different versions.
39
+
I spent few hours playing with FASTA parser trying to convert it into XML and found several ... bugs?
40
+
I mean that I'm using newer version so the parser doesn't recognize several parameters and generates an exception.
41
+
More. The only thing the biojava parser does is to separate alignments an wrap them into xml tags...
42
+
43
+
I've been told not to spend too much time to this task, but when I have a time I'd like to do my best...
44
+
45
+
You can see what I'm doing (well it's no a production yet, so definitely has many bugs and we haven't all the databases yet installed) at http://inb.bsc.es/gn6/
0 commit comments