[med-svn] [gubbins] branch master updated (c9c687a -> 6d36a3f)
Andreas Tille
tille at debian.org
Thu Nov 19 10:31:24 UTC 2015
This is an automated email from the git hooks/post-receive script.
tille pushed a change to branch master
in repository gubbins.
from c9c687a There is even an ITP for gubbins
new f64633a Imported Upstream version 1.4.2
new ebfbae3 Merge tag 'upstream/1.4.2'
new 9ba0116 New upstream version
new 6d36a3f Gubbins switched to Python3 so adapt the Dependencies
The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
.travis.yml | 23 +
INSTALL.md | 252 ++++------
README.md | 5 +-
VERSION | 2 +-
configure.ac | 2 +-
debian/changelog | 10 +-
debian/control | 18 +-
install-userspace.sh | 2 +-
install_dependencies.sh | 111 +++++
python/Makefile.am | 2 +-
python/gubbins/Fastml.py | 63 +++
python/gubbins/__init__.py | 4 +-
python/gubbins/common.py | 514 +++++++++++----------
python/gubbins/tests/bin/dummy_custom_fastml2 | 62 +++
python/gubbins/tests/bin/dummy_fastml2 | 60 +++
python/gubbins/tests/bin/dummy_fastml3 | 51 ++
python/gubbins/tests/data/non_bi_tree.tre.expected | 2 +-
....tre.filter_out_removed_taxa_from_tree_expected | 2 +-
...ance_tree1.tre.reroot_tree_at_midpoint_expected | 2 +-
.../gubbins/tests/test_alignment_python_methods.py | 15 +-
.../tests/test_converging_recombinations.py | 2 +-
python/gubbins/tests/test_external_dependancies.py | 39 +-
python/gubbins/tests/test_fastml.py | 43 ++
python/gubbins/tests/test_string_construction.py | 2 +-
python/gubbins/tests/test_tree_python_methods.py | 43 +-
python/gubbins/tests/test_validate_fasta_input.py | 2 +-
.../gubbins/tests/test_validate_starting_tree.py | 2 +-
python/scripts/gubbins_drawer.py | 30 +-
python/scripts/run_gubbins.py | 8 +-
python/setup.py | 10 +-
release/manifests/trustyvm.pp | 7 +-
src/Newickform.c | 3 +-
src/alignment_file.c | 4 +
src/parse_vcf.c | 4 +-
tests/check_branch_sequences.c | 4 +-
35 files changed, 852 insertions(+), 553 deletions(-)
create mode 100644 .travis.yml
create mode 100644 install_dependencies.sh
create mode 100644 python/gubbins/Fastml.py
create mode 100755 python/gubbins/tests/bin/dummy_custom_fastml2
create mode 100755 python/gubbins/tests/bin/dummy_fastml2
create mode 100755 python/gubbins/tests/bin/dummy_fastml3
create mode 100755 python/gubbins/tests/test_fastml.py
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/gubbins.git
More information about the debian-med-commit
mailing list