-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
The location of the database for pipelines is set by database_name
in the ini. However, by default CGATReport
looks for the database name in report_sql_backend
. Some pipelines bypass this by passing backend=PARAMS["database_name"]
to the TrackerSQL
constructor in their pipeline specific subclassing of TrackerSQL
.
I don't know if CGATReport should look for database_name
for report trackers should pass database_name
, but one of these should happen else the report can't find the database unless it is called csvdb
and is in the current directory.
Metadata
Metadata
Assignees
Labels
No labels