Make Pangraph CLI logs less verbose
pangraph build
command now displays only essential information when in "info" verbosity mode (with a single -v
). To display a more verbose log, add multiple occurences of -v
: e.g. -vv
, -vvv
etc.
Add progress bar
pangraph build
command now displays a progress bar which helps to estimate the time required to complete the operation. Add --no-progress-bar
if you want to hide it.
Installation and usage📚 Documentation: docs.pangraph.org 📥 Standalone native executables: download using links in the "Assets" section just below 🐋 Docker images: neherlab/pangraph |