Sunbeam Commands
Sunbeam
Run
Usage examples
- To run all targets (not including extensions):
sunbeam run --profile /path/to/project/
- To specify multiple targets:
sunbeam run --profile /path/to/project/ all_decontam all_assembly all_annotation
- To run assembly on samples that have already been decontaminated:
sunbeam run --profile /path/to/project/ --skip decontam all_assembly