Closed EricR86 closed 8 years ago
Original comment by Eric Roberts (Bitbucket: ericr86, GitHub: ericr86).
I should also note that the default for --split-sequences
is defined by MAX_FRAMES:
group.add_option("-S", "--split-sequences", metavar="SIZE",
default=MAX_FRAMES, type=int,
help="split up sequences that are larger than SIZE "
"bp (default %s)" % MAX_FRAMES)
Original comment by Eric Roberts (Bitbucket: ericr86, GitHub: ericr86).
Fixed in pull request #44
Original report (BitBucket issue) by Eric Roberts (Bitbucket: ericr86, GitHub: ericr86).
Currently in the --help, --split-sequences is defined as follows:
Where "bp" stands for "base pair". However currently in the code
--split-sequences
clearly specifies the number of GMTK frames instead which are not equivalent for cases where the resolution is larger than 1:In segway/run.py line 656 where the options are copied over to python attributes:
and in segway/run.py line 1231: