[med-svn] [snakemake] branch master updated (085a5d7 -> 802c37c)
Kevin Murray
daube-guest at moszumanska.debian.org
Thu Jan 19 00:46:41 UTC 2017
This is an automated email from the git hooks/post-receive script.
daube-guest pushed a change to branch master
in repository snakemake.
from 085a5d7 3.9.1-2 was never released - so merge changelog entries
new 91fdd01 New upstream version 3.10.0
new 94c2c27 Merge tag 'upstream/3.10.0'
new 0b56de4 Refresh patches
new 802c37c Update changelog
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:
CHANGELOG.md | 14 ++-
debian/changelog | 7 ++
.../0004-drop_test_symlink_time_handling.patch | 2 +-
debian/patches/0005-drop_test_symlink_temp.patch | 2 +-
.../0007-Backport-bugfix-for-dynamic-rules.patch | 22 ----
debian/patches/series | 1 -
docs/index.rst | 2 +-
docs/project_info/faq.rst | 4 +-
docs/snakefiles/rules.rst | 41 +++++++
docs/tutorial/welcome.rst | 2 +-
snakemake/__init__.py | 22 +++-
snakemake/common.py | 24 ++++
snakemake/conda.py | 121 +++++++++++++++++----
snakemake/dag.py | 99 ++++++++++++++++-
snakemake/executors.py | 15 ++-
snakemake/io.py | 32 +++++-
snakemake/jobs.py | 65 ++++++++---
snakemake/logging.py | 72 ++++++------
snakemake/persistence.py | 4 +-
snakemake/remote/HTTP.py | 3 +
snakemake/rules.py | 57 +++++++---
snakemake/script.py | 13 ++-
snakemake/version.py | 2 +-
snakemake/workflow.py | 11 +-
tests/test_parser/Snakefile | 3 +-
tests/test_unpack_dict/Snakefile | 27 +++++
.../expected-results/prefix.out1.txt} | 0
.../expected-results/prefix.out2.txt} | 0
.../foo.1.in => test_unpack_dict/prefix.in1.txt} | 0
.../foo.2.in => test_unpack_dict/prefix.in2.txt} | 0
tests/test_unpack_list/Snakefile | 27 +++++
.../expected-results/prefix.out1.txt} | 0
.../expected-results/prefix.out2.txt} | 0
.../foo.1.in => test_unpack_list/prefix.in1.txt} | 0
.../foo.2.in => test_unpack_list/prefix.in2.txt} | 0
tests/tests.py | 8 ++
36 files changed, 554 insertions(+), 148 deletions(-)
delete mode 100644 debian/patches/0007-Backport-bugfix-for-dynamic-rules.patch
create mode 100644 tests/test_unpack_dict/Snakefile
copy tests/{test_input_generator/foo.1.in => test_unpack_dict/expected-results/prefix.out1.txt} (100%)
copy tests/{test_input_generator/foo.2.in => test_unpack_dict/expected-results/prefix.out2.txt} (100%)
copy tests/{test_input_generator/foo.1.in => test_unpack_dict/prefix.in1.txt} (100%)
copy tests/{test_input_generator/foo.2.in => test_unpack_dict/prefix.in2.txt} (100%)
create mode 100644 tests/test_unpack_list/Snakefile
copy tests/{test_input_generator/foo.1.in => test_unpack_list/expected-results/prefix.out1.txt} (100%)
copy tests/{test_input_generator/foo.2.in => test_unpack_list/expected-results/prefix.out2.txt} (100%)
copy tests/{test_input_generator/foo.1.in => test_unpack_list/prefix.in1.txt} (100%)
copy tests/{test_input_generator/foo.2.in => test_unpack_list/prefix.in2.txt} (100%)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/snakemake.git
More information about the debian-med-commit
mailing list