You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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.