Releases: tleonardi/bedparse
Releases · tleonardi/bedparse
Version 0.2.3
Added
- Added support for BED files without comma terminator in fields 11 and 12 (@camillaugolini-iit)
- Added --transcript_feature_name argument for gtf2bed (@camillaugolini-iit)
Version 0.2.2
Changes since v0.2.0
Added
- Better documentation and examples of API methods
- Added support for strandedness in tx2genome()
- Added validateFormat subcommand
Fixed
- Fixed shadowing of built-in
all
function by translateChr() - Fixed bug in tx2genome() strand handling