[med-svn] [Git][med-team/lamassemble][upstream] New upstream version 1.6.1
Étienne Mollier (@emollier)
gitlab at salsa.debian.org
Wed Nov 8 09:11:26 GMT 2023
Étienne Mollier pushed to branch upstream at Debian Med / lamassemble
Commits:
653b7c8f by Étienne Mollier at 2023-11-08T09:57:16+01:00
New upstream version 1.6.1
- - - - -
2 changed files:
- lamassemble
- setup.py
Changes:
=====================================
lamassemble
=====================================
@@ -227,7 +227,7 @@ def printMafftMatrix(mafftAlphabet, fwdMatrix, revMatrix, outFile):
score = revMatrix[3-xi][3-yi]
if xm == 1 and ym == 1:
score = fwdMatrix[3-xi][3-yi]
- outFile.write(format(score, "6.3"))
+ outFile.write(" " + format(score, "5.3"))
outFile.write("\n")
def printMafftParams(fwdMatrix, revMatrix, mafftGapOpts, outFile):
=====================================
setup.py
=====================================
@@ -1,6 +1,6 @@
import setuptools
-commitInfo = " (HEAD -> master, tag: 1.6.0)".strip("( )").split()
+commitInfo = " (HEAD -> master, tag: 1.6.1)".strip("( )").split()
version = commitInfo[commitInfo.index("tag:") + 1].rstrip(",")
setuptools.setup(
View it on GitLab: https://salsa.debian.org/med-team/lamassemble/-/commit/653b7c8fdf511e1f985543367232fb698197ef12
--
View it on GitLab: https://salsa.debian.org/med-team/lamassemble/-/commit/653b7c8fdf511e1f985543367232fb698197ef12
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/20231108/a20f6750/attachment-0001.htm>
More information about the debian-med-commit
mailing list