[med-svn] [Git][med-team/mafft][master] 3 commits: New upstream version 7.487
Nilesh Patra (@nilesh)
gitlab at salsa.debian.org
Fri Jul 30 21:14:47 BST 2021
Nilesh Patra pushed to branch master at Debian Med / mafft
Commits:
c8b1a350 by Nilesh Patra at 2021-07-31T01:39:48+05:30
New upstream version 7.487
- - - - -
f0bd164f by Nilesh Patra at 2021-07-31T01:39:52+05:30
Update upstream source from tag 'upstream/7.487'
Update to upstream version '7.487'
with Debian dir bbb9febaa5bc8781c2fa9f3c2340b56aff65b0e3
- - - - -
cd017899 by Nilesh Patra at 2021-07-31T01:43:25+05:30
Interim changelog entry
- - - - -
5 changed files:
- core/Falign.c
- core/mafft.tmpl
- core/mltaln.h
- debian/changelog
- readme
Changes:
=====================================
core/Falign.c
=====================================
@@ -1553,6 +1553,23 @@ system( "less seqVec2 < /dev/tty > /dev/tty" );
if( chudanres && *chudanres )
{
// fprintf( stderr, "\n\n## CHUUDAN!!! at Falign_localhom\n" );
+// Added 2021/Jul/25.
+ FreeCharMtx( result1 );
+ FreeCharMtx( result2 );
+ FreeCharMtx( tmpres1 );
+ FreeCharMtx( tmpres2 );
+ FreeCharMtx( tmpseq1 );
+ FreeCharMtx( tmpseq2 );
+ free( sgap1 );
+ free( egap1 );
+ free( sgap2 );
+ free( egap2 );
+ free( tmpptr1 );
+ free( tmpptr2 );
+#if RND
+ FreeCharMtx( rndseq1 );
+ FreeCharMtx( rndseq2 );
+#endif
return( -1.0 );
}
#endif
=====================================
core/mafft.tmpl
=====================================
@@ -1,7 +1,7 @@
#! /bin/bash
er=0;
myself=`dirname "$0"`/`basename "$0"`; export myself
-version="v7.486 (2021/Jul/19)"; export version
+version="v7.487 (2021/Jul/25)"; export version
LANG=C; export LANG
os=`uname`
progname=`basename "$0"`
=====================================
core/mltaln.h
=====================================
@@ -36,7 +36,7 @@
-#define VERSION "7.486"
+#define VERSION "7.487"
#define SHOWVERSION reporterr( "%s (%s) Version " VERSION "\nalg=%c, model=%s, amax=%3.1f\n%d thread(s)\n\n", progName( argv[0] ), (dorp=='d')?"nuc":((nblosum==-2)?"text":"aa"), alg, modelname, specificityconsideration, nthread )
#define FFT_THRESHOLD 80
=====================================
debian/changelog
=====================================
@@ -1,7 +1,6 @@
-mafft (7.486-1) UNRELEASED; urgency=medium
+mafft (7.487-1) UNRELEASED; urgency=medium
- * Team Upload.
- * New upstream version 7.486
+ * New upstream version 7.487
-- Nilesh Patra <nilesh at debian.org> Sat, 12 Jun 2021 02:06:47 +0530
=====================================
readme
=====================================
@@ -1,6 +1,6 @@
-----------------------------------------------------------------------
MAFFT: a multiple sequence alignment program
- version 7.486, 2021/Jul/19
+ version 7.487, 2021/Jul/25
http://mafft.cbrc.jp/alignment/software/
katoh at ifrec.osaka-u.ac.jp
View it on GitLab: https://salsa.debian.org/med-team/mafft/-/compare/af168e8035d96ddc7c4f7b61301ceee13f21421e...cd01789912ce3bd8901f3e21f472444f38a30e18
--
View it on GitLab: https://salsa.debian.org/med-team/mafft/-/compare/af168e8035d96ddc7c4f7b61301ceee13f21421e...cd01789912ce3bd8901f3e21f472444f38a30e18
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20210730/b1c14975/attachment-0001.htm>
More information about the debian-med-commit
mailing list