[med-svn] [Git][med-team/gubbins][upstream] New upstream version 3.3.5
Étienne Mollier (@emollier)
gitlab at salsa.debian.org
Wed May 22 21:22:10 BST 2024
Étienne Mollier pushed to branch upstream at Debian Med / gubbins
Commits:
bf60acc2 by Étienne Mollier at 2024-05-12T11:52:42+02:00
New upstream version 3.3.5
- - - - -
10 changed files:
- VERSION
- environment.yml
- python/gubbins/PreProcessFasta.py
- python/gubbins/ValidateFastaAlignment.py
- python/gubbins/__init__.py
- python/gubbins/common.py
- python/gubbins/pyjar.py
- python/gubbins/run_gubbins.py
- python/gubbins/treebuilders.py
- python/gubbins/utils.py
Changes:
=====================================
VERSION
=====================================
@@ -1 +1 @@
-3.3.1
+3.3.5
=====================================
environment.yml
=====================================
@@ -6,7 +6,7 @@ channels:
- r
dependencies:
# python
- - python>=3.8
+ - python>=3.8,<3.11
# installation
- autoconf
- automake
=====================================
python/gubbins/PreProcessFasta.py
=====================================
@@ -1,3 +1,6 @@
+#!/usr/bin/env python
+# encoding: utf-8
+
import sys
import hashlib
from Bio import AlignIO
=====================================
python/gubbins/ValidateFastaAlignment.py
=====================================
@@ -1,3 +1,6 @@
+#!/usr/bin/env python
+# encoding: utf-8
+
import os
import re
import sys
=====================================
python/gubbins/__init__.py
=====================================
@@ -1,4 +1,5 @@
-#! /usr/bin/env python3
+#!/usr/bin/env python
+# encoding: utf-8
"""
Imports into the `gubbins` namespace all fundamental
=====================================
python/gubbins/common.py
=====================================
@@ -1,4 +1,6 @@
+#!/usr/bin/env python
# encoding: utf-8
+#
# Wellcome Trust Sanger Institute
# Copyright (C) 2013 Wellcome Trust Sanger Institute
#
@@ -224,7 +226,7 @@ def parse_and_run(input_args, program_description=""):
printer.print("...done. Run time: {:.2f} s".format(time.time() - start_time))
# Find all SNP sites with Gubbins
- gubbins_command = " ".join([gubbins_exec, input_args.alignment_filename])
+ gubbins_command = f"{gubbins_exec} \"{input_args.alignment_filename}\""
printer.print(["\nRunning Gubbins to detect SNPs...", gubbins_command])
try:
subprocess.check_call(gubbins_command, shell=True)
=====================================
python/gubbins/pyjar.py
=====================================
@@ -1,5 +1,6 @@
-#!/usr/bin/env python3
-
+#!/usr/bin/env python
+# encoding: utf-8
+#
# pyjar written by Simon Harris
# code modified from https://github.com/simonrharris/pyjar
# pyjar is free software, licensed under GPLv3.
=====================================
python/gubbins/run_gubbins.py
=====================================
@@ -1,4 +1,4 @@
-#!/usr/bin/env python3
+#!/usr/bin/env python
# encoding: utf-8
#
# Wellcome Trust Sanger Institute
=====================================
python/gubbins/treebuilders.py
=====================================
@@ -1,4 +1,6 @@
+#!/usr/bin/env python
# encoding: utf-8
+#
# Wellcome Trust Sanger Institute
# Copyright (C) 2013 Wellcome Trust Sanger Institute
#
=====================================
python/gubbins/utils.py
=====================================
@@ -1,4 +1,6 @@
+#!/usr/bin/env python
# encoding: utf-8
+#
# Wellcome Trust Sanger Institute
# Copyright (C) 2013 Wellcome Trust Sanger Institute
#
View it on GitLab: https://salsa.debian.org/med-team/gubbins/-/commit/bf60acc2e23fbe7fb59be22cb9d9a9cc090245a0
--
This project does not include diff previews in email notifications.
View it on GitLab: https://salsa.debian.org/med-team/gubbins/-/commit/bf60acc2e23fbe7fb59be22cb9d9a9cc090245a0
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/20240522/d7e711a4/attachment-0001.htm>
More information about the debian-med-commit
mailing list