You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:This error can be replicated by taking the simplesemisupervised example in
test/semisupervised
, adding the line--validation-coords="../validate-coords.bed" \
after line 32 ofrun.sh
, and creating avalidate-coords.bed
file in that directory, with contents:The text was updated successfully, but these errors were encountered: