Skip to content

computeMatrix minThreshold maxThreshold should check for None #516

@dpryan79

Description

@dpryan79

If one uses --minThreshold 0.0 then it's as if the parameter had never been set. This is due to heatmapper.py using if parameters['min threshold'] and coverage.min() <= parameters['min threshold']: rather than if parameters['min threshold'] is not None and coverage.min() <= parameters['min threshold']:. The same issue is there for --maxThreshold.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions