Skip to content

Commit

Permalink
version 1.60 release candidate
Browse files Browse the repository at this point in the history
  • Loading branch information
desmid committed Oct 8, 2015
1 parent f48d9d5 commit 4fb0082
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
; -*- mode: Text; eval: (set-fill-column 75); -*-

Version 1.60 2015-10-08
- Changed HTML output to HTML5: add DOCTYPE html, remove FONT tags.
Version 1.60 2015-10-09
- Changed HTML output to HTML5: added DOCTYPE html, removed FONT tags.
- Added BLAST+ PSIBLAST parser.
- Added BLAST+ '-outfmt 7' support.
- Changed BLAST '-hsp discrete' mode to always set HSP count, N = 1.
- Changed 'plain' output format to not truncate long identifiers.
- Fixed 'plain' output format to not truncate long identifiers.
Thanks to Alexey Porollo at CHRF for the BLAST+ and plain format change
requests.

Version 1.59 2015-07-17 (GitHub)
- This is a re-release with only documentation changes.
Expand Down
2 changes: 1 addition & 1 deletion lib/NPB/Parse/Format/BLAST2_OF7/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ TREE = lib/NPB/Parse/Format/BLAST2_OF7
DIRS =
FILE =
EXES =
SRCS = blastp.pm
SRCS = blastp.pm blastn.pm blastx.pm tblastn.pm tblastx.pm
HTML =

include $(HOME)/etc/MAKEFILE.templ

0 comments on commit 4fb0082

Please sign in to comment.