Closed paddyharker1005 closed 3 months ago
Hi there! Thank you for taking a look at our tools. A new version, 0.7.1 has been released that addresses these issues.
np.NaN
, and, out of an abundance of caution, I made FinaleToolkit require numpy<2.MANIFEST.in
file is included in the latest version that ensures all files are packaged properly. finaletoolkit gap-bed
should work properly now.
Hi! Thanks very much for making this tool. Really nice to be able to extract these features without much hassle!
I've noticed a couple of issues with the latest version of the toolkit (v0.7.0):
Whilst trying to run
finaletoolkit delfi
, I noticed the tool was silently failing at the# pool process to find window frag coverages, gc content
multiprocessing step with calls to_delfi_single_window
. After a bit of investigation, I realised this was coming from using an older version ofnp.NaN
with the errorModifying these to
np.nan
in line with NumPy 2.0 fixes the issue.I haven't been able to run
finaletoolkit gap-bed
as you mentioned in your most recent reply to #89. This is the error I get when runningfinaletoolkit gap-bed hg38 tcmeres.bed
:And also
finaletoolkit gap-bed hg19 tcmeres.bed
: