[med-svn] [Git][med-team/scrappie][master] 2 commits: Remove useless test erroneously copied
Nilesh Patra
gitlab at salsa.debian.org
Sun Oct 25 15:55:00 GMT 2020
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 <debian-med-packaging at lists.alioth.debian.org>
-Uploaders: Steffen Moeller <moeller at debian.org>
+Uploaders: Steffen Moeller <moeller at debian.org>, Nilesh Patra <npatra974 at gmail.com>
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20201025/63fef461/attachment-0001.html>
More information about the debian-med-commit
mailing list