fmalmeida / bacannot

Generic but comprehensive pipeline for prokaryotic genome annotation and interrogation with interactive reports and shiny app.
https://bacannot.readthedocs.io/en/latest/
GNU General Public License v3.0
96 stars 9 forks source link

Minor issues in processes #1

Closed fmalmeida closed 3 years ago

fmalmeida commented 3 years ago

Some issues have been identified in the latest release! The main problems are in phigaro and jbrowse processes (I have detected a few problems with conditionals and output parameters for these).

They are already being solved for the next release! As a workaround users can either utilize the release 2.0 or try to skip/ignore the problematic processes.

When using earlier releases the docker image may be incompatible, whenever it happens users just needs to get the Dockerfile for the target release and mount the image locally.

fmalmeida commented 3 years ago

They seem to be fixed already for this release by the latest minor commits in master. Further checks are necessary to ensure it is working in the next release.