- Added additional options to control how individual mutational trajectories are filtered:
- `--disable-filter-single`: Allows mutations detected at a single time point to pass the filters.
- `--disable-filter-startsfixed`: Allows mutations which start the experiment fixed to pass the filters
- `--filter-constant`: Sets the maximum delta a trajectory must obtain in order to pass the filters. Default is 0.10 (AKA 10%), set it to 0 to disable this filter.
- `--dissable-all-filters`: Renamed from `--no-filter`. Disables all filters.
- Modified how the graphics were generated. Each graphic is now saved as both a `.png` file and as a rendered `.svg` file. The render can be disabled using the `--no-render` flag.
- Genotypes can now be selected using extracted annotation data (ex. 'A134D') form the input dataset. This is currently implemented when manually setting the color of genotypes using the `--genotype-colors` flag, but will be extended to manually setting genotypes and lineage.] in a later update.