Skip to content

0.2.0

Latest
Compare
Choose a tag to compare
@ghuls ghuls released this 24 Jun 14:39
· 1 commit to main since this release
  • Remove unused RankingsDatabase classes and conversion functions.
  • Add CisTargetDatabase class for reading rankings/scores for regions/genes from a cisTarget scores or rankings database (only Feather v2 format), which requires pyarrow >= 8.0.0 instead of <=0.17.1 needed for the old FeatherRankingDatabase class.
  • Update FeatherRankingDatabase to use CisTargetDatabase to read cisTarget databases.
  • Reformat code and update type annotations.