farhangus / Sniffles2_plot

23 stars 1 forks source link

N={SAMPLES} in src/size_distribution.py, why the N displays SV number not sample? #6

Closed jingydz closed 10 months ago

jingydz commented 10 months ago

image src/size_distribution.py SAMPLES = 0 global SAMPLES ... for line in lines: if line[0] != "#": obj = VCFLineSV(line) if obj.ERROR: continue SAMPLES += 1 ... text = f"N={SAMPLES}" ... the N refers to sample or number?

farhangus commented 10 months ago

Hi, The N refers ot the number.