This repository has been archived by the owner on Mar 28, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Example command? #9
Comments
There was a major refactoring of the bids app. It should be out pretty soon, But there will be a extensive help to help control the inputs. Here is a teaser:
|
@poquirion - Looks great! Can't wait to try using it on our BIDS data sets. |
@ddshin just try the preprocessing on a bids dataset. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello NIAK Bids App Administrator,
So far, I have successfully tested Niak in a Jupyter Notebook and in a terminal using the test data I pulled with the "niak_wget('data_test_niak_nii')" command. Very promising app!
Now I am ready to test the pipeline on a BIDS-validated dataset, but there isn't enough documentation to figure out how to get started. Once I pull the bids docker image, I made my best guess and ran the following command:
docker run -i --rm -v /Users/David/tmp:/bids_dataset:ro -v /Users/David/tmp/outputs:/outputs bids/niak /bids_dataset /outputs participant --participant_label 01
This returns an error as shown below:
Traceback (most recent call last):
File "/code/run.py", line 15, in
import pyniak.load_pipeline
ImportError: No module named pyniak.load_pipeline
Any ideas? Please help. Thank you.
The text was updated successfully, but these errors were encountered: