Open xie186 opened 3 years ago
Will look at. Thanks for notifying me
0.0.49 should be out soon. Mind checking if it works for you now? :)
Thank you for your quick response.
Python 3.7.4
pip uninstall epic2 ## Successfully installed epic2-0.0.49
~/.local/bin/epic2-bw -t ~/.local/lib/python3.7/site-packages/epic2/examples/test.bed.gz -c ~/.local/lib/python3.7/site-packages/epic2/examples/control.bed.gz -bw bigwigs/ -i2bw log2fc_bigwigs/ -cbw chip.bw -ibw input.bw -2bw log2_chip_input.bw
Error message:
Traceback (most recent call last):
File "/home/xie186/.local/bin/epic2-bw", line 182, in <module>
main(args)
File "/home/xie186/.local/lib/python3.7/site-packages/epic2/bigwig.py", line 132, in main
ranges.to_bigwig(bw_name, chromsizes, divide_by=control_sum)
TypeError: to_bigwig() got an unexpected keyword argument 'divide_by'
Thanks for your reply. I've tried fixing this in 0.0.50. But I have no way to test the code on my machine as I have not set up a proper Python env on my new M1 mac.
Please tell me if it works or not :)
Hi, thanks for developing epic2. I'm not to successfully run the example data generated from
epic2-bw --example
. Here are the error message:Could you please solve this issue? Thank you in advance!