Tools : Features | |
---|---|
Public ID | features |
Short Name | Features |
Version | 2.0.0 |
Description | Upload feature data from a text file (e.g. CSV, GFF3, GTF, BED). |
Software | - |
Citation | - |
Category | User Data |
Added By | Jason R. Grant |
Worker | client |
Queue | |
Created At | 2022-01-25 21:00:54 UTC |
Updated At | 2024-10-03 20:53:18 UTC |
Change Log
--------------------------------------------------------------------------------
Prokan Tool Changelog: Features
--------------------------------------------------------------------------------
v2.0.0 - 2024-09-26
- Complete codebase rewrite for enhanced performance and maintainability (CGParse)
- Add support for GTF, GFF3, and BED files
- Add file import settings with ability to assign columns to feature attributes
- Add detailed log of file feature parsing
- Improved ability to deal with feature issues (e.g no contig)
v1.0.0 - 2022-01-20
- Bump version for Proksee release
v0.2.0 - 2021-09-29
- Add option (swapStartStop) to swap start and stop values when start > stop
- Show warning for constrained features (start/stop > length)
- Show warning if contig column is missing (only for multi-contig maps)
- Show warning for unknown contigs
- Show number of features that will be added
- Improve feature file help
v0.1.0 - 2021-02-14
- Initial Release