Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

not pass tests #3

Open
pnatsi opened this issue Oct 24, 2019 · 3 comments
Open

not pass tests #3

pnatsi opened this issue Oct 24, 2019 · 3 comments

Comments

@pnatsi
Copy link

pnatsi commented Oct 24, 2019

Hi,

I download SwiftOrtho and ran the tests, but they failed to complete. Here is the error message:

('chk size', 50000)
Traceback (most recent call last):
File "../bin/find_cluster.py", line 22, in
import networkx as nx
ImportError: No module named networkx
Traceback (most recent call last):
File "../bin/find_cluster.py", line 22, in
import networkx as nx
ImportError: No module named networkx
not pass test 1
nohup: ignoring input and redirecting stderr to stdout
('all to all homologous searching time:', 61.62682485580444)
('orthomcl algorithm time:', 1.9388201236724854)
nohup: ignoring input and redirecting stderr to stdout
Traceback (most recent call last):
File "../scripts/run_all.py", line 177, in
out = '\t'.join(k)
TypeError: sequence item 0: expected string, NoneType found
not pass test 2

@Rinoahu
Copy link
Owner

Rinoahu commented Oct 24, 2019

Hi,

I download SwiftOrtho and ran the tests, but they failed to complete. Here is the error message:

('chk size', 50000)
Traceback (most recent call last):
File "../bin/find_cluster.py", line 22, in
import networkx as nx
ImportError: No module named networkx
Traceback (most recent call last):
File "../bin/find_cluster.py", line 22, in
import networkx as nx
ImportError: No module named networkx
not pass test 1
nohup: ignoring input and redirecting stderr to stdout
('all to all homologous searching time:', 61.62682485580444)
('orthomcl algorithm time:', 1.9388201236724854)
nohup: ignoring input and redirecting stderr to stdout
Traceback (most recent call last):
File "../scripts/run_all.py", line 177, in
out = '\t'.join(k)
TypeError: sequence item 0: expected string, NoneType found
not pass test 2

The error shows that the networkx package of python is not installed. If you use conda, you install it by running the command: conda install -c anaconda networkx.. If you are familiar with pip, you can also install it by running the command: pip install networkx. Or you can download the source code at https://networkx.github.io/ and install it manually.

@weifei888
Copy link

i didn't pass the test 2, and i found i got all the result except the "ref.fas.pan" which is 0 byte, where or which file should i check?

@Rinoahu
Copy link
Owner

Rinoahu commented May 4, 2020

Hi, could you please upload the log file?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants