CLI Reference¶
The molraptor console command exposes the molecular pipeline and metadata checks.
Help and Version¶
molraptor --help
molraptor run --help
molraptor --version
Run the Pipeline¶
Run with the default example configuration:
molraptor run
Use a custom YAML configuration:
molraptor run --config path/to/config.yaml
Enable verbose logs:
molraptor run --verbose
Run with both a custom config and verbose logging:
molraptor run --config path/to/config.yaml --verbose
Notes¶
- The
--configflag defaults toexamples/example_config.yamlwhen not specified. - The
--verboseflag sets the logger toINFOlevel, exposing progress messages from allmolraptor.*modules. Without it, onlyWARNINGand above are shown.