% PTYPE(1) | Mariux Tools Documentation
ptype - small type like tool for Mariux packages.
| ptype command
Similar to type or which. ptype gives information about a package binary. type would only tell something about the package wrapper, and not about the package where the real program is.
#> type snakemake
snakemake is /usr/local/package/bin/snakemake
#> ptype snakemake
snakemake is /pkg/python-3.8.9-1/bin/snakemake ...
... (/usr/local/package/lib/python.profile)
ptype only handles true wrapper scripts from /usr/local/package/bin, not the aliases. I.e. ptype R works, ptype R4 not.
See GitHub Issues: https://github.molgen.mpg.de/mariux64/mxtools
prun(1), pman(1)