Project Setup (+2)
Project Setup
- Always use the standardized folder structure
- Keep original .dat files in
.dat/original/ - Use descriptive YAML configuration names
- Version control configuration files, not .sim files
Batch Processing
- Start with mock mode to validate configuration
- Use pattern matching for related analyses
- Monitor logs for failures
- Archive results with timestamps
Performance
- Use parallel processing for independent runs
- Limit workers based on available licenses
- Run compute-intensive jobs overnight
- Clean up intermediate files after processing