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
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.
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: