You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if a bedpe type file is provided, but columns are ['chrom', ' start', 'end', 'chrom1', 'start1', 'end1', 'chrom2', 'start2', 'end2'], pileup() silently defaults to on-diagonal pileup type, because the ['chrom', 'start', 'end'] are autodetected first.
potential solution:
replace autodetection with a feature_type argument that specifies whether pileup should consider input dataframe as a bed or bedpe
if a bedpe type file is provided, but columns are ['chrom', ' start', 'end', 'chrom1', 'start1', 'end1', 'chrom2', 'start2', 'end2'],
pileup()
silently defaults to on-diagonal pileup type, because the ['chrom', 'start', 'end'] are autodetected first.potential solution:
feature_type
argument that specifies whether pileup should consider input dataframe as a bed or bedpecc @Phlya
The text was updated successfully, but these errors were encountered: