Leon Martin
Leon Martin
Thank you for the quick reply! I tried the import with the pybel.from_nodelink_file but get a new error unfortunately: ```python File "/opt/anaconda3/lib/python3.8/site-packages/pybel/struct/graph.py", line 932, in key: sorted(self._clean_value(key, values), key=lambda e:...
Great, thank you! Adding the key to the annotation_list let's me importing the subgraph with pybel.
Hi together, I also get a error while running ciftify with docker: When running: `docker run -ti --rm -v $HOME/myinputpath:/data:ro -v $HOME/myoutputpath/hcp:/out tigrlab/fmriprep_ciftify:latest /data /out/out participant --anat_only` I'll get the...