[med-svn] [python-cutadapt] 02/04: Merge tag 'upstream/1.13'

Olivier Sallou osallou at debian.org
Mon May 15 11:26:45 UTC 2017


This is an automated email from the git hooks/post-receive script.

osallou pushed a commit to branch master
in repository python-cutadapt.

commit d736ab79219f5e1a3575d485f82156b2cfd86189
Merge: 771b508 9b0e316
Author: root <root at 601410a29ab0>
Date:   Mon May 15 11:11:02 2017 +0000

    Merge tag 'upstream/1.13'
    
    Upstream version 1.13

 CHANGES.rst                                        |   21 +
 LICENSE                                            |    2 +-
 PKG-INFO                                           |    2 +-
 cutadapt.egg-info/PKG-INFO                         |    2 +-
 cutadapt.egg-info/SOURCES.txt                      |    5 +
 cutadapt.egg-info/requires.txt                     |    2 +-
 cutadapt/__init__.py                               |    1 +
 cutadapt/_align.c                                  | 1255 +++++++++---
 cutadapt/_align.pyx                                |    4 +-
 cutadapt/_qualtrim.c                               | 1038 +++++-----
 cutadapt/_seqio.c                                  | 1998 +++++++++++++-------
 cutadapt/_seqio.pyx                                |   12 +-
 cutadapt/_version.py                               |    4 +-
 cutadapt/adapters.py                               |  440 +++--
 cutadapt/filters.py                                |   10 +-
 cutadapt/modifiers.py                              |   65 +-
 cutadapt/qualtrim.py                               |   32 +-
 cutadapt/report.py                                 |  157 +-
 cutadapt/scripts/cutadapt.py                       |  215 ++-
 cutadapt/seqio.py                                  |   26 +-
 doc/conf.py                                        |    4 +-
 doc/guide.rst                                      |  123 +-
 doc/installation.rst                               |    3 +-
 setup.py                                           |   26 +-
 .../linked.fasta => cut/linked-anchored.fasta}     |   14 +-
 .../{linked.fasta => linked-not-anchored.fasta}    |   14 +-
 tests/cut/linked.fasta                             |   12 +-
 tests/data/block1.fastq.bz2                        |  Bin 0 -> 87 bytes
 tests/data/block2.fastq.bz2                        |  Bin 0 -> 206 bytes
 tests/data/linked.fasta                            |   12 +-
 tests/data/multiblock.fastq.bz2                    |  Bin 0 -> 293 bytes
 tests/testadapters.py                              |   26 +-
 tests/testcolorspace.py                            |   26 +-
 tests/testpaired.py                                |  134 +-
 tests/tests.py                                     |  194 +-
 tests/testtrim.py                                  |    5 +-
 tests/utils.py                                     |   19 +-
 37 files changed, 3706 insertions(+), 2197 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/python-cutadapt.git



More information about the debian-med-commit mailing list