-
Notifications
You must be signed in to change notification settings - Fork 10
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
Error in 'test_MBM_and_MAGeT.py ' #462
Comments
By the way, I tried to download Pydpiper VM, but the the url cannot be connected |
pydpiper is installed in MINC-VM, https://github.com/CoBrALab/MINC-VM |
Same error previously reported, #424 |
|
Hi,
I want to test pydpiper on Zebrafish data. But when I run the test code:
python pydpiper_testing/test_MBM_and_MAGeT.py test-data/
I got an error :MBM.py: error: unrecognized arguments: --time-to-seppuku=1I am not particularly clear about the operation mechanism of pydpiper, so I just deleted the line 'time-to-seppuku 1' in sample.cfg. But got another error as following:
File "/home/yang/anaconda3/envs/atlas/bin/MBM.py", line 4, in
import('pkg_resources').run_script('pydpiper==2.0.15', 'MBM.py')
File "/home/yang/anaconda3/envs/atlas/lib/python3.7/site-packages/pkg_resources/init.py", line 651, in run_script
self.require(requires)[0].run_script(script_name, ns)
File "/home/yang/anaconda3/envs/atlas/lib/python3.7/site-packages/pkg_resources/init.py", line 1448, in run_script
exec(code, namespace, namespace)
File "/home/yang/anaconda3/envs/atlas/lib/python3.7/site-packages/pydpiper-2.0.15-py3.7.egg/EGG-INFO/scripts/MBM.py", line 548, in
mbm_application()
File "/home/yang/anaconda3/envs/atlas/lib/python3.7/site-packages/pydpiper-2.0.15-py3.7.egg/pydpiper/execution/application.py", line 206, in f
execute(pipeline(options).stages, options)
File "/home/yang/anaconda3/envs/atlas/lib/python3.7/site-packages/pydpiper-2.0.15-py3.7.egg/pydpiper/execution/application.py", line 156, in execute
ensure_commands_exist(stages)
File "/home/yang/anaconda3/envs/atlas/lib/python3.7/site-packages/pydpiper-2.0.15-py3.7.egg/pydpiper/execution/application.py", line 124, in ensure_commands_exist
raise ValueError("Missing executables: %s" % bad_cmds)
ValueError: Missing executables: ['convert', 'montage', 'minc_displacement', 'lin_from_nlin', 'xfmavg_scipy.py', 'ANTS']
Does it mean that my packages were not installed properly? I installed minc-toolkit-v2 from conda, I've been struggling with this for days, can anyone help me?
The text was updated successfully, but these errors were encountered: