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
1.5 :
- "unitialized value" warnings caused by UCSC model lookups fixed.
- TRF data should be in UCSC BED format which uses 0-based/half-open coordinates.
Fixed a bug in the code where 1-based was assumed, causing a zero-valued start
coordinate to go negative.
- createModel.pl: Added support for relative paths in input parameters.
Bug: If a genome FASTA file contains a description after the
identifier, createModel will fail to match annotations
to the sequences correctly.
Also a few warnings/logs pertaining to the parsing and use of
simple repeat data during model creation.