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
Hi, I get a segfault when input fastq files have long paths. I see a variable MAX_PATH = 255. Because they add uuids for calls to workflows and subworkflows pipeline managers can make the path to an input FASTQ file very long. I can get 355 character paths easily. Could you increase MAX_PATH to 1000 to avoid path-length segmentation faults?
The text was updated successfully, but these errors were encountered:
Hi, I get a segfault when input fastq files have long paths. I see a variable MAX_PATH = 255. Because they add uuids for calls to workflows and subworkflows pipeline managers can make the path to an input FASTQ file very long. I can get 355 character paths easily. Could you increase MAX_PATH to 1000 to avoid path-length segmentation faults?
The text was updated successfully, but these errors were encountered: