calculate_pam_stats - CLI interface
Compute statistics for a PAM and optionally a tree.
calculate_pam_stats [-h] [--config_file CONFIG_FILE] [--log_filename LOG_FILENAME]
[--log_console] [-r REPORT_FILENAME] [--tree_filename TREE_FILENAME]
[--tree_matrix TREE_MATRIX TREE_MATRIX TREE_MATRIX]
[--covariance_matrix COVARIANCE_MATRIX]
[--diversity_matrix DIVERSITY_MATRIX]
[--site_stats_matrix SITE_STATS_MATRIX]
[--species_stats_matrix SPECIES_STATS_MATRIX]
pam_filename
calculate_pam_stats positional arguments
pam_filename- Path to PAM file. (default:None)
calculate_pam_stats optional arguments
--config_fileCONFIG_FILE- Path to configuration file. (default:None)--log_filenameLOG_FILENAME,-lLOG_FILENAME- A file location to write logging data. (default:None)--log_console- If provided, write log to console.-rREPORT_FILENAME,--report_filenameREPORT_FILENAME- File location to write the wrangler report. (default:None)--tree_filenameTREE_FILENAME- Path to matching tree. (default:None)--tree_matrixTREE_MATRIX- Path to tree matrix. (default:None)--covariance_matrixCOVARIANCE_MATRIX- Path to write covariance matrix if desired. (default:None)--diversity_matrixDIVERSITY_MATRIX- Path to write diversity matrix if desired. (default:None)--site_stats_matrixSITE_STATS_MATRIX- Path to write site statistics matrix if desired. (default:None)--species_stats_matrixSPECIES_STATS_MATRIX- Path to write species statistics matrix if desired. (default:None)