I am using tb-profiler for my amplicon dataset, in that for calling the deletion I am using delly.I am getting this error -Sample does not have enough data to estimate library parameters.
I have checked my input reference fasta file and also the input sorted bam files. They seem fine to me.
Delly requires about 10,000 properly aligned pairs for every sample. That's the same for single-sample or multi-sample calling, it is a per-sample quality check. You can, of course, pool samples (merge BAMs) then Delly regards this as one sample.
Thank you!! Need to check my paired ended sample files!