Skip to content

0.8.3

Compare
Choose a tag to compare
@iromeo iromeo released this 24 Oct 14:09
· 23 commits to master since this release

Version 0.8.3

Released on Oct 24th 2018

New

  • ExtendedBedEntry.rest is a public method to return the list of fields except for
    the first three obligatory BED columns. Is used during ExtendedBedEntry.pack.
    It could be convenient when we want to iterate through optional fields. For simplicity
    and to avoid code duplication the method returns a string representation of extended
    bed entry fields (the same values as joined by pack method.) instead of original values.
    Such behavior is consistent with values which user will see in a BED/BigBed file.