Closed ghuls closed 4 months ago
Fix behaviour of names argument in bigWigAverageOverBed of pybigtools for True and 1+ as values passed to Name::Column() were off by one.
True
1+
Name::Column()
Before for a 4 column BED file, you would get the following error for True or 4:
4
Exception: Invalid name column option. Number of columns (4) is less than the value specified (5).
Thanks! If you can fix formatting, I can merge. Otherwise, I'll fix this weekend.
Fix behaviour of names argument in bigWigAverageOverBed of pybigtools for
True
and1+
as values passed toName::Column()
were off by one.Before for a 4 column BED file, you would get the following error for
True
or4
: