Skip to content
GitLab
Explore
Sign in
Register
Commits on Source
7
Port Python2 script to Python3 using 2to3
· 0b80afbb
Andreas Tille
authored
Dec 03, 2019
0b80afbb
Standards-Version: 4.4.1
· 30c29179
Andreas Tille
authored
Dec 03, 2019
30c29179
Set fields Upstream-Name in debian/copyright.
· 909aa9ba
Andreas Tille
authored
Dec 03, 2019
909aa9ba
Set upstream metadata fields: Repository-Browse.
· 8bf7ff1d
Andreas Tille
authored
Dec 03, 2019
8bf7ff1d
Remove obsolete fields Name from debian/upstream/metadata.
· 82f11d9c
Andreas Tille
authored
Dec 03, 2019
82f11d9c
Use python3 dependency once the script was converted
· 0a09a539
Andreas Tille
authored
Dec 03, 2019
0a09a539
Upload to unstable
· 49f62d75
Andreas Tille
authored
Dec 03, 2019
49f62d75
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
49f62d75
samtools (1.9-6) unstable; urgency=medium
* Port Python2 script to Python3 using 2to3
Closes: #945735
* Standards-Version: 4.4.1
* Set fields Upstream-Name in debian/copyright.
* Set upstream metadata fields: Repository-Browse.
* Remove obsolete fields Name from debian/upstream/metadata.
-- Andreas Tille <tille@debian.org> Tue, 03 Dec 2019 11:51:08 +0100
samtools (1.9-5) unstable; urgency=medium
[ Andreas Tille ]
...
...
debian/control
View file @
49f62d75
...
...
@@ -15,7 +15,7 @@ Build-Depends: debhelper-compat (= 12),
pkg-config,
tabix (>= 1.0)
# tabix is needed for the regression tests.
Standards-Version: 4.4.
0
Standards-Version: 4.4.
1
Vcs-Browser: https://salsa.debian.org/med-team/samtools
Vcs-Git: https://salsa.debian.org/med-team/samtools.git
Homepage: http://www.htslib.org/
...
...
@@ -24,7 +24,7 @@ Package: samtools
Architecture: any-amd64 arm64 armel armhf mips mips64el mipsel ppc64el s390x alpha hppa ia64 m68k powerpc powerpcspe ppc64 riscv64 sh4 sparc64 x32
Depends: ${shlibs:Depends},
${misc:Depends}
Recommends: python,
Recommends: python
3
,
cwltool
Description: processing sequence alignments in SAM, BAM and CRAM formats
Samtools is a set of utilities that manipulate nucleotide sequence alignments
...
...
debian/copyright
View file @
49f62d75
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Source: https://github.com/samtools/samtools/archive/1.3.1.tar.gz
Upstream-Name: SAM tools
Files: *
Copyright: © 2008–2016, Genome Research Ltd. (GRL)
...
...
debian/patches/2to3.patch
0 → 100644
View file @
49f62d75
Description: Port Python2 script to Python3 using 2to3
Bug-Debian: https://bugs.debian.org/945735
Author: Andreas Tille <tille@debian.org>
Last-Update: Tue, 03 Dec 2019 11:42:57 +0100
--- a/misc/varfilter.py
+++ b/misc/varfilter.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python3
#
# Copyright (C) 2009, 2010 Genome Research Ltd.
#
@@ -54,7 +54,7 @@
import sys
import getopt
def usage():
- print '''usage: varfilter.py [options] [cns-pileup]
+ print('''usage: varfilter.py [options] [cns-pileup]
Options: -Q INT minimum RMS mapping quality for SNPs
-q INT minimum RMS mapping quality for gaps
@@ -72,7 +72,7 @@
Options: -Q INT minimum RMS mapping qual
-l INT window size for filtering adjacent gaps
- -p print filtered variants'''
+ -p print filtered variants''')
def varFilter_aux(first, is_print):
try:
debian/patches/series
View file @
49f62d75
spelling.patch
sort-tests-memory-limit.patch
2to3.patch
debian/upstream/metadata
View file @
49f62d75
Changelog: https://raw.github.com/samtools/samtools/HEAD/NEWS
Name: SAM tools
Reference:
author: >
Heng Li and Bob Handsaker and Alec Wysoker and Tim Fennell and Jue
...
...
@@ -25,3 +24,4 @@ Registry:
Entry: OMICS_00090
- Name: conda:bioconda
Entry: samtools
Repository-Browse: https://github.com/samtools/samtools