Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fatal fdiffact1 error when using --semisupervised and --validation-coords together #120

Open
EricR86 opened this issue Jan 3, 2018 · 1 comment
Labels
bug Something isn't working major

Comments

@EricR86
Copy link
Member

EricR86 commented Jan 3, 2018

Original report (BitBucket issue) by Francis Nguyen (Bitbucket: Francis Nguyen).


When running segway train with --semisupervised and --validation-coords=<x> together, segway will submit jobs, but then fail with the following error:

ERROR: observation file 1 needs an -fdiffact1 that truncates (ts, te) or expands (rf, rl, se) because the observation files have different lengths for segment 0. All files must be truncated to 5 frames or expanded to 10 frames.

ERROR: observation file 1 needs an -fdiffact1 that truncates (ts, te) or expands (rf, rl, se) because the observation files have different lengths for segment 0. All files must be truncated to 5 frames or expanded to 10 frames.

This error can be replicated by taking the simplesemisupervised example in test/semisupervised, adding the line --validation-coords="../validate-coords.bed" \ after line 32 of run.sh, and creating a validate-coords.bed file in that directory, with contents:

chr1	1000	1100
@EricR86
Copy link
Member Author

EricR86 commented Jan 3, 2018

Original comment by Eric Roberts (Bitbucket: ericr86, GitHub: ericr86).


A probable cause is that validation coords are not storing the supervised observations. I believe -of1 does refer to the int observations.

@EricR86 EricR86 added major bug Something isn't working labels Apr 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working major
Projects
None yet
Development

No branches or pull requests

1 participant