Nilesh Patra pushed to branch master at Debian Med / scrappie


Commits:
91e14a17 by Nilesh Patra at 2020-10-25T21:23:43+05:30
Remove useless test erroneously copied

- - - - -
e095d7fc by Nilesh Patra at 2020-10-25T21:24:37+05:30
Add myself to uploaders

- - - - -


2 changed files:

- debian/control
- − debian/tests/simple_test.py


Changes:

=====================================
debian/control
=====================================
@@ -2,7 +2,7 @@ Source: scrappie
 Section: science
 Priority: optional
 Maintainer: Debian Med Packaging Team 
<[email protected]>
-Uploaders: Steffen Moeller <[email protected]>
+Uploaders: Steffen Moeller <[email protected]>, Nilesh Patra 
<[email protected]>
 Build-Depends: debhelper-compat (= 13),
                libcunit1-dev,
                libhdf5-dev,


=====================================
debian/tests/simple_test.py deleted
=====================================
@@ -1,16 +0,0 @@
-from dnapilib.apred import adapter_prediction
-from dnapilib.apred import iterative_adapter_prediction
-
-def test_functional():
-    iterative_result = iterative_adapter_prediction("good.fq", [1.2, 1.3, 
1.4], [9, 11], 50000)
-    single_result = adapter_prediction("good.fq", 1.4, 9, 50000)
-
-
-    assert(iterative_result[0][0] == 'TGGAATTCTCGG')
-    assert(single_result[0][0] == 'TGGAATTCTCGGGTGCCAAGGAACTCC')
-
-    iterative_result = iterative_adapter_prediction("processed.fq", [1.2, 1.3, 
1.4], [9, 11], 50000)
-    single_result = adapter_prediction("processed.fq", 1.4, 9, 50000)
-
-    assert([x[0] for x in iterative_result] == ['TCTGCCCAGTGCTCTG', 
'TAATACTGCCTG', 'TGGCAGTGTCTT'])
-    assert([x[0] for x in single_result] == ['TAATACTGCCTGGTAATGATG', 
'TGGCAGTGTCTTAGCTGGTTG', 'CTGCCCAGTGCTCTGAA'])



View it on GitLab: 
https://salsa.debian.org/med-team/scrappie/-/compare/a973b0d3f3f93bd5df3b3a9898c1de58fa395d1a...e095d7fc493927356f2d3d2fd7b1fbdc52638af7

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/scrappie/-/compare/a973b0d3f3f93bd5df3b3a9898c1de58fa395d1a...e095d7fc493927356f2d3d2fd7b1fbdc52638af7
You're receiving this email because of your account on salsa.debian.org.


_______________________________________________
debian-med-commit mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to