- Fixed too slow completely overlap align coords removal code
1.4.2
Fixed
- Fixed track segment separator position adjustment bug (68) - Fixed to remove completely overlap alignment links
1.4.1
Change Log
Fixed
- Set encoding="utf-8" explicitly to avoid Windows default encoding issue (63) - Fixed incorrect gz compressed file extension check logic (64)
1.4.0
Change Log
Added
- Added *extra_tooltip* argument to `add_feature()` method explicitly (61) - Added `get_seqid2record()` method to Fasta parser class
Changed
- Dropped python3.8 support
Fixed
- Fixed to skip mmseqs search for no cds genome (58) - Fixed `get_seqid2seq()` method incorrect return type
1.3.0
Change Log
New Functionality
- Added theme option (`light`[default] or `dark`) - Added Fasta parser class - Added `load_example_fasta_dataset()` utility function - Added `to_stack_features()` helper function to avoid feature overlap
Bug Fix
- Fixed to ignore features that have no location (54)
1.2.1
Change Log
Bug Fix
- Fixed a bug that the dependent libraries for HTML viewer were not packaged correctly