Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
call change_buttons
|
|
most variables to camelCase
|
|
imports the same
|
|
|
|
|
|
|
|
|
|
multiple tables
|
|
|
|
will have this ID
|
|
|
|
can also convert regular HTML tables drawn in the template
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Update the code to return the setting already set up in the app.config
dictionary if it exists or None if it does not exist.
|
|
the table
|
|
|
|
create_datatable.js code and load table from JSON row data
|
|
|
|
column widths
|
|
Collection page
Also set a default table width of 2000px
|
|
|
|
initialize_show_trait_tables.js
|
|
sure why this is necessary, but the search doesn't work otherwise
|
|
sample data for genotype traits
|
|
|
|
|
|
|
|
This functionality, at least how we use it, is already provided
natively in python's pdb. Should someone need this, they can add it
manually.
* wqflask/runserver.py (app_config): Remove "flask_debugtoolbar"
import and instantiation.
* wqflask/utility/startup_config.py (app_config): Ditto.
|
|
* wqflask/wqflask/metadata_edits.py (_get_diffs): If a user---whose
value is extracted from Redis and encoded in the file name---doesn't
exist in Redis, use the raw string extracted from the file.
|
|
* wqflask/wqflask/metadata_edits.py (update_phenotype): Replace old
"get_case_attributes" function call which returned a dict with the new
updated version that returns a tuple.
|
|
|
|
Now that the function is in a separate JS file it needs the parameter to
be directly provided
|
|
|
|
|
|
column definitions passed to create_datatable.js
|
|
|