[med-svn] r22790 - trunk/packages/python-cogent/trunk/debian/patches
Andreas Tille
tille at moszumanska.debian.org
Wed Sep 14 15:05:15 UTC 2016
Author: tille
Date: 2016-09-14 15:05:14 +0000 (Wed, 14 Sep 2016)
New Revision: 22790
Added:
trunk/packages/python-cogent/trunk/debian/patches/cd-hit-test.patch
Modified:
trunk/packages/python-cogent/trunk/debian/patches/series
Log:
Exclude some cd-hit tests since python-cogent requires an old version of cd-hit (see issue #101)
Added: trunk/packages/python-cogent/trunk/debian/patches/cd-hit-test.patch
===================================================================
--- trunk/packages/python-cogent/trunk/debian/patches/cd-hit-test.patch (rev 0)
+++ trunk/packages/python-cogent/trunk/debian/patches/cd-hit-test.patch 2016-09-14 15:05:14 UTC (rev 22790)
@@ -0,0 +1,60 @@
+Author: Andreas Tille <tille at debian.org>
+Last-Update: Wed, 14 Sep 2016 16:43:40 +0200
+Description: Upstream confirmed that the app controller only supports
+ cd-hit 3.1.1.
+ .
+ See https://github.com/pycogent/pycogent/issues/101
+ .
+ Exclude some tests for the moment since otherwise there is no chance
+ to get the new cogent version uploaded which in turn fixes lots of
+ other bugs
+
+--- a/tests/test_app/test_cd_hit.py
++++ b/tests/test_app/test_cd_hit.py
+@@ -46,11 +46,6 @@ class CD_HIT_Tests(TestCase):
+ rmdir('/tmp/cdhit_test')
+ rmdir('/tmp/cdhit_test2')
+
+- def test_cdhit_from_seqs(self):
+- """CD_HIT should return expected seqs"""
+- res = cdhit_from_seqs(protein_seqs, PROTEIN, {'-c':0.8})
+- self.assertEqual(res.toFasta(), protein_expected)
+-
+ class CD_HIT_EST_Tests(TestCase):
+ """Tests for the CD-HIT application controller"""
+
+@@ -82,17 +77,6 @@ class CD_HIT_EST_Tests(TestCase):
+ rmdir('/tmp/cdhitest_test')
+ rmdir('/tmp/cdhitest_test2')
+
+- def test_cdhit_from_seqs(self):
+- """CD_HIT should return expected seqs"""
+- res = cdhit_from_seqs(dna_seqs, DNA, {'-c':0.8})
+- self.assertEqual(res.toFasta(), dna_expected)
+-
+- def test_cdhit_from_seqs_synonym(self):
+- """CD_HIT should return expected seqs with -c synonym"""
+- res = cdhit_from_seqs(dna_seqs, DNA, {'Similarity':0.8})
+- self.assertEqual(res.toFasta(), dna_expected)
+-
+-
+ class CD_HIT_SupportMethodTests(TestCase):
+ """Tests for supporting methods"""
+ def test_clean_cluster_seq_id(self):
+@@ -110,16 +94,6 @@ class CD_HIT_SupportMethodTests(TestCase
+ obs = parse_cdhit_clstr_file(data)
+ self.assertEqual(obs, exp)
+
+- def test_cdhit_clusters_from_seqs(self):
+- """cdhit_clusters_from_seqs returns expected clusters"""
+- exp = [['cdhit_test_seqs_0'],['cdhit_test_seqs_1'],\
+- ['cdhit_test_seqs_2'],['cdhit_test_seqs_3'],\
+- ['cdhit_test_seqs_4'],['cdhit_test_seqs_5'],\
+- ['cdhit_test_seqs_6','cdhit_test_seqs_8'],\
+- ['cdhit_test_seqs_7'],['cdhit_test_seqs_9']]
+- obs = cdhit_clusters_from_seqs(dna_seqs, DNA)
+- self.assertEqual(obs, exp)
+-
+ dna_seqs = """>cdhit_test_seqs_0
+ AACCCCCACGGTGGATGCCACACGCCCCATACAAAGGGTAGGATGCTTAAGACACATCGCGTCAGGTTTGTGTCAGGCCT
+ >cdhit_test_seqs_1
Modified: trunk/packages/python-cogent/trunk/debian/patches/series
===================================================================
--- trunk/packages/python-cogent/trunk/debian/patches/series 2016-09-14 08:15:17 UTC (rev 22789)
+++ trunk/packages/python-cogent/trunk/debian/patches/series 2016-09-14 15:05:14 UTC (rev 22790)
@@ -6,3 +6,4 @@
fasttree_not_in_caps.patch
raxml_unsupported_version.patch
# debug_tests.patch
+cd-hit-test.patch
More information about the debian-med-commit
mailing list