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

Mycorrhiza problem #6

Open
rhaphael opened this issue Mar 19, 2020 · 2 comments
Open

Mycorrhiza problem #6

rhaphael opened this issue Mar 19, 2020 · 2 comments

Comments

@rhaphael
Copy link

I tried to run Mycorrhiza examples with Ubuntu 18.04.4 using the python script, but the following error occurs:

Outputting data in Nexus format.: 100%|████████| 90/90 [00:00<00:00, 939.25it/s]
Building network from file data/JN3L2X7MA3CPN57GYCSHLV21EUVZNONP.nex
SplitsTree -g -v -i /home/rhaphael/Desktop/Mycorrhiza/mycorrhiza-master/examples/data/JN3L2X7MA3CPN57GYCSHLV21EUVZNONP.nex
multiprocess.pool.RemoteTraceback:
"""
Traceback (most recent call last):
File "/home/rhaphael/.local/lib/python3.6/site-packages/multiprocess/pool.py", line 119, in worker
result = (True, func(*args, **kwds))
File "/home/rhaphael/.local/lib/python3.6/site-packages/multiprocess/pool.py", line 44, in mapstar
return list(map(*args))
File "/home/rhaphael/.local/lib/python3.6/site-packages/mycorrhiza/analysis/analysis.py", line 141, in func
return sn.execute_nexus_file(file)
File "/home/rhaphael/.local/lib/python3.6/site-packages/mycorrhiza/network/network.py", line 25, in execute_nexus_file
bash_nexus_file(filename)
File "/home/rhaphael/.local/lib/python3.6/site-packages/mycorrhiza/network/network.py", line 40, in bash_nexus_file
process = subprocess.Popen(bash_command.split(), stdout=subprocess.PIPE, shell=True if os_name == 'Windows' else False)
File "/usr/lib/python3.6/subprocess.py", line 729, in init
restore_signals, start_new_session)
File "/usr/lib/python3.6/subprocess.py", line 1364, in _execute_child
raise child_exception_type(errno_num, err_msg, err_filename)
FileNotFoundError: [Errno 2] No such file or directory: 'SplitsTree': 'SplitsTree'
"""
How do I solve this problem (error)?

@rhaphael rhaphael changed the title Mycorrhiza problems Mycorrhiza problem Mar 19, 2020
@rhaphael rhaphael reopened this Mar 30, 2020
@RGoess
Copy link

RGoess commented May 29, 2020

Have you installed Splitstree in your home directory? (http://www.splitstree.org/)

@mizubuti
Copy link

mizubuti commented Aug 26, 2020 via email

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