Hello,
I'm encountering an error while running ChromTime in broad mode. Basically, when doing the EM step, the log likelihood decreased between iterations, throwing an error:
Traceback (most recent call last):
File "/Users/ethanashby/Desktop/chromtime/ChromTime/ChromTime.py", line 924, in
min_dynamic_prior=args.min_dynamic_prior)
File "/Users/ethanashby/Desktop/chromtime/ChromTime/call_boundary_dynamics.py", line 2692, in call_boundary_dynamics
theModel.EM(dict((block_id, blocks[block_id]) for block_id in block_ids_for_training))
File "/Users/ethanashby/Desktop/chromtime/ChromTime/call_boundary_dynamics.py", line 1228, in EM
blocks)
call_boundary_dynamics.DecreasingLikelihoodException: Decreasing likelihood. LL delta: -859026.520014
Below are my log file and data.pickle files:
tbchrom.log
tbchrom.data.pickle.txt
The output told me to include the data.pickle file... BUT github does not allow the attachment of pickle files. So I attached it with the .txt extension, even though the file looks crazy.
Please advise!
Hello,
I'm encountering an error while running ChromTime in broad mode. Basically, when doing the EM step, the log likelihood decreased between iterations, throwing an error:
Traceback (most recent call last):
File "/Users/ethanashby/Desktop/chromtime/ChromTime/ChromTime.py", line 924, in
min_dynamic_prior=args.min_dynamic_prior)
File "/Users/ethanashby/Desktop/chromtime/ChromTime/call_boundary_dynamics.py", line 2692, in call_boundary_dynamics
theModel.EM(dict((block_id, blocks[block_id]) for block_id in block_ids_for_training))
File "/Users/ethanashby/Desktop/chromtime/ChromTime/call_boundary_dynamics.py", line 1228, in EM
blocks)
call_boundary_dynamics.DecreasingLikelihoodException: Decreasing likelihood. LL delta: -859026.520014
Below are my log file and data.pickle files:
tbchrom.log
tbchrom.data.pickle.txt
The output told me to include the data.pickle file... BUT github does not allow the attachment of pickle files. So I attached it with the .txt extension, even though the file looks crazy.
Please advise!