nservant / HiC-Pro

HiC-Pro: An optimized and flexible pipeline for Hi-C data processing
Other
382 stars 183 forks source link

Update make_viewpoints.py to convert exclusionSize to int #587

Closed qiyubio closed 8 months ago

qiyubio commented 1 year ago

To address the error when passing -e :

TypeError: '>' not supported between instances of 'str' and 'int'

This patch can solve the same issue: https://github.com/nservant/HiC-Pro/issues/402