CLI & GUI¶
ASCICat provides multiple interfaces for different use cases.
Available Interfaces¶
Quick Start¶
CLI¶
# Basic HER screening
ascicat --reaction HER --data data/HER_clean.csv --output results/
# CO2RR with custom weights
ascicat --reaction CO2RR --pathway CO --weights 0.5 0.3 0.2
# Help
ascicat --help
GUI¶
Comparison¶
| Feature | CLI | GUI |
|---|---|---|
| Interactive exploration | Limited | Full |
| Scripting/automation | Excellent | Limited |
| Batch processing | Yes | No |
| Remote/headless use | Yes | No |
| Learning curve | Moderate | Low |