Age | Commit message (Collapse) | Author |
|
Pass the redis connection on to the function used to build main since
it might need to use a connection to redis.
Also pass the computed fully qualified job id rather than recomputing
it every time.
Update dependent functions to take the new arguments.
|
|
|
|
Since the module-level loggers are built mostly the same, move the
creation of the logger to the more general function to reduce
repetition.
|
|
Reduce the size of data inserted per query since MariDB allows a
packet with a maximum size of 1GB. This should hopefully resolve the
…OperationalError: (2006, 'Server has gone away')
error.
|
|
|
|
|
|
Build script to start the processing of the R/qtl2 bundle.
|
|
The ProbeSetData table does not allow `NULL` for the `value` column
for good reason - if there is no value, just don't have a record for
that particular sample.
|
|
|
|
Process the data in the pheno files and insert it into the database.
|
|
|