Skip to content

v0.2.0

Choose a tag to compare

@tombch tombch released this 02 Aug 13:14
03c9644
  • Simplified CLI by removing --noindex option.
  • Added --version option to CLI.
  • Now, for both the CLI and API, if a path to an index file is provided, this path will be used. Otherwise, maptide will attempt to find an index file with the same path as the bam, but with .bai appended on the end. If it cannot find an index file, maptide will run anyway without one.
  • Updated rust function names to remove trailing underscores.
  • Updated docstrings for the python API.
  • Added a LICENSE