Command Reference¶
This section is the CLI lookup table for Surfacia. Use it when you already know what stage you want to run and need the exact command, input file, or option name.
Core Commands¶
Command |
Main input |
Purpose |
|---|---|---|
|
Molecule table with SMILES |
Run the full workflow from structures to ML and SHAP outputs. |
|
Descriptor table |
Run model selection, prediction, SHAP analysis, and optional test-set outputs. |
|
|
Launch the interactive SHAP dashboard. |
|
MCP client launch command |
Start the stdio MCP server for agent-based workflows. |
Common Examples¶
surfacia workflow -i molecules.csv --test-samples "1,3"
surfacia ml-analysis -i FinalFull_Mode3_20_168.csv --test-samples "1,2,3"
surfacia shap-viz -i Training_Set_Detailed.csv -x ./xyz_files --test-csv Test_Set_Detailed.csv
surfacia-mcp --log-level INFO
Where To Go Next¶
Full pipeline options: workflow
ML-only options: ml-analysis
SHAP dashboard options: shap-viz
Utility commands: utilities
MCP setup: Surfacia MCP Server