File: README.source

package info (click to toggle)
sortmerna 4.3.7-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 134,048 kB
  • sloc: cpp: 24,424; ansic: 15,923; python: 1,453; sh: 224; makefile: 31
file content (19 lines) | stat: -rw-r--r-- 626 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Some scripts are requiring python-skbio but they are compatible
with version 0.2.3 and NOT with the version currently in Debian
which is 0.4.0.

You could try this by running

$ python3 tests/test_sortmerna.py
Traceback (most recent call last):
  File "tests/test_sortmerna.py", line 16, in <module>
    from skbio.parse.sequences import parse_fasta
ImportError: No module named parse.sequences


The module interface was changed inbetween python3-skbio version
0.2.3 and 0.4.0.

As a consequence the test is not run.  If you might succeed in
adapting the code please add the Build-Depends python3-skbio and
python3-lockfile.