Open brainstorm opened 6 years ago
I was getting the same error code but then realized that I was only an issue whenever the telbam
file was empty (i.e. no telomeric reads found in the given BAM file). It would be nice to have some try-except
magic incorporated into both bam2length
and telbam2length
so that a default CSV is created for samples with this error case.
Today I found another small defect while running another sample through, this time in parabam, probably that code path is not being hit that often?:
At this point I would suggest to start putting in place a small functional testsuite to spot/catch those early ;)