nipype icon indicating copy to clipboard operation
nipype copied to clipboard

Workflows and interfaces for neuroimaging packages

Results 216 nipype issues
Sort by recently updated
recently updated
newest added
trafficstars

This will enable the gpu version of probtrackx2 and add support to specify the number of thread used by bedpostx (by default it uses a thread per available core)

I will send some PRs to improve/fix fsl cuda-capable tools with the new gpu support. This one is about eddy: eddy_openmp is an old command, new fls uses eddy_cpu eddy_cuda...

**Describe the bug** My prior analysis pipeline involved running commands in the terminal but I am now wanting to code this in Python with nipype so I can generate one...

Summary I am attempting to execute antsRegistration via nipype.interfaces.ants import Registration but get an error stating that the command "antsRegistration" found on my host. I have ANTs loaded on the...

Hello - My level 1 and level 3 scripts were working without error, but now I get the following error in my level 3 script: ``` RuntimeError Traceback (most recent...

#3290 restored gantt chart functionality. The PR was generally delayed by a concern that the thread representation is misleading. The proposed solution is: ```python if status_dict['runtime_threads'] != "N/A": status_dict['runtime_threads'] //=...