Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (5)
Adjustments
· ccef4ca2
Steffen Möller
authored
Sep 14, 2018
ccef4ca2
Merge branch 'master' of salsa.debian.org:med-team/python-pysam
· 9099420a
Steffen Möller
authored
Sep 14, 2018
9099420a
Merge branch 'master' of salsa.debian.org:med-team/python-pysam
· 92ad28b6
Steffen Möller
authored
Sep 14, 2018
92ad28b6
Giving up for the moment - something deletes this file
· 8f48c352
Steffen Möller
authored
Sep 14, 2018
8f48c352
Team upload - avoiding lintian warning
· 75779a9f
Steffen Möller
authored
Sep 14, 2018
75779a9f
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
75779a9f
python-pysam (0.15.1+ds-1) UNRELEASED; urgency=medium
python-pysam (0.15.1+ds-1) unstable; urgency=medium
* Team upload.
* New upstream version.
- Removes autogenerated config.h - [many thanks!]
...
...
debian/patches/series
View file @
75779a9f
skip_test_remote.patch
#
skip_test_needing_missing_data.patch
skip_test_needing_missing_data.patch
debian/patches/skip_test_needing_missing_data.patch
View file @
75779a9f
...
...
@@ -8,7 +8,7 @@ Index: python-pysam/tests/AlignmentFile_test.py
===================================================================
--- python-pysam.orig/tests/AlignmentFile_test.py
+++ python-pysam/tests/AlignmentFile_test.py
@@ -140
3
,1
2
+140
3,7
@@
class TestEmptyHeader(unittest.TestCase)
@@ -140
2
,1
1
+140
2,6
@@
class TestEmptyHeader(unittest.TestCase)
'example_empty_header.bam'))
self.assertEqual(s.header.to_dict(), {'SQ': [{'LN': 1000, 'SN': 'chr1'}]})
...
...
@@ -16,8 +16,7 @@ Index: python-pysam/tests/AlignmentFile_test.py
- s = pysam.AlignmentFile(os.path.join(BAM_DATADIR, "example_no_seq_in_header.bam"))
- self.assertTrue("SQ" in s.header.to_dict())
- self.assertTrue("@SQ" in str(s.header))
-
class TestHeaderWithProgramOptions(unittest.TestCase):
'''see issue 39.'''
class TestMismatchingHeader(unittest.TestCase):
'''see issue 716.'''