You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The error was Argument list too long, which I know is the kernel limit problem.
There are about 40,000 dicom files in total, and I'm expecting to operate on datasets of 90,000 files each.
Is there a way to get around this? I have tried increasing size limit ($ulimit -s 65536) but it did not work. And I assume the commonly given solutions using find and for loop will not work with heudiconv.
Platform details:
Choose one:
Local environment
Container: apptainer version 1.3.4-1.el8
Heudiconv version: 1.2.0
The text was updated successfully, but these errors were encountered:
Summary
I was trying to run heudiconv in bash script with an input as below:-d ${dataset-dir}/scans/resources/DICOM/files/*.dcm
The error was Argument list too long, which I know is the kernel limit problem.
There are about 40,000 dicom files in total, and I'm expecting to operate on datasets of 90,000 files each.
Is there a way to get around this? I have tried increasing size limit ($ulimit -s 65536) but it did not work. And I assume the commonly given solutions using find and for loop will not work with heudiconv.
Platform details:
Choose one:
The text was updated successfully, but these errors were encountered: