We are building reproducible pipelines with this tool. An essential part of that is to install fixed versions of all dependencies in a known environment.
Docker solves these problems, and I think it would be useful for this tool to provide and officially maintained shareable Dockerfile that installs all dependencies in known-good versions. I know you provide a VM image, but it's too heavyweight IMO.
A colleague has written a version of such a file Dockerfile_phyloscanner.txt.
I have refined that to freeze the versions of most dependencies, in particular the version of the phyloscanner repository clone: Dockerfile_phyloscanner-fixed-versions.txt
Freezing versions is absolutely essential for integrating this tool into reproducible automated pipelines.
Just this past month a breaking change 7c2cba9 changed an output file name: *_patStats became *_patStats.csv
Thanks for considering this.