-
Notifications
You must be signed in to change notification settings - Fork 3
Description
I am trying to run the pipeline with my data but in the third step I am getting a warning saying
Ending sequence probabilities calculated by Forward and Backward algorithm are different. They should be the same
the below is the command I ran
/tool/StochHMM/stochhmm -seq forwardStrand_normalized.customfa -model DRIPc.hmm -posterior -threshold 0.9 -gff > forwardStrand_normalized.txt
Ending sequence probabilities calculated by Forward and Backward algorithm are different. They should be the same. simple_posterior Ending sequence probabilities calculated by Forward and Backward algorithm are different. They should be the same. simple_posterior Ending sequence probabilities calculated by Forward and Backward algorithm are different. They should be the same. simple_posterior Ending sequence probabilities calculated by Forward and Backward algorithm are different. They should be the same. simple_posterior Ending sequence probabilities calculated by Forward and Backward algorithm are different. They should be the same. simple_posterior Ending sequence probabilities calculated by Forward and Backward algorithm are different. They should be the same. simple_posterior Segmentation fault (core dumped)
The data is DRIPc-Seq data.
Please help me troubleshoot this error.
Thanks