Use when invoking the top-level `easel` dispatcher to discover or run Easel sequence-analysis subcommands from the HMMER toolchain.
Top-level front end for the Easel utility collection shipped with HMMER. The binary advertises a dispatcher-style interface where easel -h shows overall help, easel <cmd> -h shows command help, and easel <cmd> ... runs a specific subcommand.
easel <cmd> [args...]/home/vimalinx/miniforge3/envs/bio/bin/easeleasel: little utilities for biological sequence analysiseasel executable# Show top-level help summary
easel -h
# Show version
easel --version
# Ask a specific Easel subcommand for help
easel <cmd> -h
easel -h to confirm the dispatcher runs and to enumerate available subcommands.easel <cmd> -h before wiring it into a pipeline.easel -h and easel --version both fail immediately with error while loading shared libraries: libopenblas.so.0, so runtime verification is currently blocked by a missing OpenBLAS library.readelf -d shows the binary requires libgsl.so.25, libopenblas.so.0, and libmpi.so.40, with an rpath of $ORIGIN/../lib.easel -h, easel --version, easel <cmd> -h, and easel <cmd> [<args>...].