Closed dputhier closed 5 years ago
Could you tell me which region this was for ? If you have high verbosity, you should have regularly lines such as :
|-- 11:17:58-INFO-peak_anno : Processing intergenic regions
... telling who which region is currently being worked on.
Log as attached file
gtftk get_example -d mini_real -f '*'
gtftk get_example -d mini_real | gtftk peak_anno -m gene_biotype -p ENCFF112BHN_H3K4me3_K562_sub.bed -c hg38.genome -D -n -if example_pa_02.pdf -k 8 -V 3
I think this is due to scipy's cdf log not handling certain values : https://github.com/scipy/scipy/issues/2139
I have seen this too while testing manually : I have a '-inf' result appearing when numbers are too large.
I confirm this is due to scipy's approximation. This fortunately does not affect the result since np.log(-np.inf)
returns 0 by convention.
I have silenced the relevant warnings in e0753f2c6d62d1a60b3af83c0ec14f92d2607606.
Encountered when running:
The computation ended with a result but the message seems to indicate that something turned wrong.