From 4fb0082cb8115e7e24a3cb5116299a9698d8db77 Mon Sep 17 00:00:00 2001 From: nige Date: Fri, 9 Oct 2015 01:54:46 +0200 Subject: [PATCH] version 1.60 release candidate --- CHANGES | 8 +++++--- lib/NPB/Parse/Format/BLAST2_OF7/Makefile | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGES b/CHANGES index 2efd166..e7d0659 100644 --- a/CHANGES +++ b/CHANGES @@ -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. diff --git a/lib/NPB/Parse/Format/BLAST2_OF7/Makefile b/lib/NPB/Parse/Format/BLAST2_OF7/Makefile index f33f8b1..b655717 100644 --- a/lib/NPB/Parse/Format/BLAST2_OF7/Makefile +++ b/lib/NPB/Parse/Format/BLAST2_OF7/Makefile @@ -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