File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -31,13 +31,24 @@ The following environment variables are available for configuration in the `.env
3131- ` POSTGRES_DB ` : PostgreSQL database name (default: flowo_logs)
3232- ` POSTGRES_HOST ` : PostgreSQL host (default: localhost)
3333- ` POSTGRES_PORT ` : PostgreSQL port (default: localhost: 5432)
34- - ` FLOWO_USER ` :
35- - ` FLOWO_WORKING_PATH ` :
34+ - ` FLOWO_USER ` : User displayed in Flowo
35+ - ` FLOWO_WORKING_PATH ` : Snakemake execution project path
3636
3737## 🚀 Usage
38-
38+ Basic usage
3939``` bash
40- snakemake --logger flowo
40+ snakemake --logger flowo
41+ ```
42+ config ` flowo_project_name ` or ` flowo_tags `
43+ ```
44+ snakemake \
45+ --config flowo_project_name=your_project_name flowo_tags="tagA,tagB,tagC" \
46+ --logger flowo
47+ ```
48+ or config in --configfile
49+ ```
50+ flowo_project_name: your_project_name
51+ flowo_tags: "tagA,tagB,tagC"
4152```
4253
4354
You can’t perform that action at this time.
0 commit comments