Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix behaviour of names argument in bigWigAverageOverBed of pybigtools.
Fix behaviour of names argument in bigWigAverageOverBed of pybigtools for `True` and `1+` as values passed to `Name::Column()` were off by one. Before for a 4 column BED file, you would get the following error for `True` or `4`: Exception: Invalid name column option. Number of columns (4) is less than the value specified (5).
- Loading branch information