Rules somalier_relate, somalier_ancestry and mosdepth_plot fail when input ped file has only sample listed. This is due to filename pattern globbing used in these rules to restrict input samples to only those specified in input.
Designs
Child items
...
Show closed items
Linked items
0
Link issues together to show that they're related.
Learn more.
There is no limit (other than available memory) to the number of files that may be expanded by a bash glob. However when those files are passed as arguments to a command that is executed (as opposed to a shell builtin or function), then you may run into a limit of the execve() system call on some systems.
Removed globbing and then tested with CF-T** project with 82 samples. Somalier relate command was ~9900 characters long, and it ran successfully. Note that this appears to be within the allowed shell command length though.