I want to run telbam2length on many telbams at once with the -e F2a flag enabled but I was exceeding the maximal command line argument length (ARG_MAX) when having to concatenate all my input telbam paths into a string. This fix adds an optional parameter which enables one to pass a txt file as input where each line of the txt file contains the path of a telbam file. Such a format is consistent with the -b flag in samtools merge.
I want to run
telbam2length
on many telbams at once with the-e
F2a flag enabled but I was exceeding the maximal command line argument length (ARG_MAX
) when having to concatenate all my input telbam paths into a string. This fix adds an optional parameter which enables one to pass atxt
file as input where each line of thetxt
file contains the path of a telbam file. Such a format is consistent with the-b
flag insamtools merge
.