Skip to content

Commit b4b0470

Browse files
committed
Merge branch 'v0.1' into release
2 parents d7fa8f1 + 0f8592b commit b4b0470

1 file changed

Lines changed: 15 additions & 4 deletions

File tree

README.md

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)