[med-svn] [python-pbcore] branch upstream updated (a06a1f0 -> 114e570)
Afif Elghraoui
afif at moszumanska.debian.org
Thu Jan 26 08:29:03 UTC 2017
This is an automated email from the git hooks/post-receive script.
afif pushed a change to branch upstream
in repository python-pbcore.
from a06a1f0 Imported Upstream version 1.2.10+dfsg
new 114e570 Imported Upstream version 1.2.11+dfsg
The 1 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:
.circleci/installHDF5.sh | 2 +-
CHANGELOG.org | 5 +
Makefile | 5 +
pbcore/__init__.py | 2 +-
pbcore/chemistry/resources/mapping.xml | 60 +-
pbcore/data/__init__.py | 3 +
pbcore/data/empty.aligned_subreads.bam | Bin 0 -> 728 bytes
...gned.bam.pbi => empty.aligned_subreads.bam.pbi} | Bin
pbcore/io/GffIO.py | 70 +-
pbcore/io/align/BamIO.py | 26 +-
pbcore/io/align/CmpH5IO.py | 6 +-
pbcore/io/align/PacBioBamIndex.py | 10 +-
pbcore/io/dataset/DataSetErrors.py | 34 +
pbcore/io/dataset/DataSetIO.py | 339 +++---
pbcore/io/dataset/DataSetMembers.py | 850 +++++++++------
.../Process.py => io/dataset/DataSetMetaTypes.py} | 86 +-
pbcore/io/dataset/DataSetReader.py | 46 +-
pbcore/{sequence.py => io/dataset/DataSetUtils.py} | 72 +-
pbcore/io/dataset/DataSetValidator.py | 41 +-
pbcore/io/dataset/DataSetWriter.py | 43 +-
pbcore/io/dataset/__init__.py | 35 +
pbcore/io/dataset/utils.py | 172 ++-
requirements-dev.txt | 2 +-
tests/test_pbcore_io_AlnFileReaders.py | 12 +-
tests/test_pbcore_io_GffIO.py | 11 +
tests/test_pbdataset.py | 1090 ++++----------------
tests/test_pbdataset_filters.py | 373 +++++++
tests/test_pbdataset_metadata.py | 114 ++
tests/test_pbdataset_split.py | 506 +++++++++
tests/test_pbdataset_subtypes.py | 205 ++--
tests/test_pbdataset_utils.py | 183 ++++
tests/utils.py | 40 +
32 files changed, 2798 insertions(+), 1645 deletions(-)
create mode 100644 pbcore/data/empty.aligned_subreads.bam
copy pbcore/data/{datasets/empty_lambda.aligned.bam.pbi => empty.aligned_subreads.bam.pbi} (100%)
copy pbcore/{util/Process.py => io/dataset/DataSetMetaTypes.py} (50%)
copy pbcore/{sequence.py => io/dataset/DataSetUtils.py} (53%)
create mode 100644 tests/test_pbdataset_filters.py
create mode 100644 tests/test_pbdataset_metadata.py
create mode 100644 tests/test_pbdataset_split.py
create mode 100644 tests/test_pbdataset_utils.py
create mode 100644 tests/utils.py
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/python-pbcore.git
More information about the debian-med-commit
mailing list