-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[View] module notes #10
Comments
I need to make a list of columns in each table which uses the Id system. This probably would be stored in a vector in |
Will need to update Also this will go in sidora.core not sidora.cli, but will ultimately be for the purpose of view.
Note: All dates are wierd e.g. This looks wierd, e.g. 16801, so might need additional conversion |
Note: view_module is broken when searching ofr for individual for some reason, the column name conversion doesn't work, get error of EDIT: Fixed in: 2a13612 |
If |
Remaining issues:
Continue checking sample to sequencing |
Last thing to do is to remove extra/duplicate fields (Ids mainly) |
This issue contains running notes for the development of the view module.
Remaining issue currently is that some of the fields are populated with numeric 'Ids' and not actual strings. I've added to sidora.core a function
id2strings
which should do this conversion.The text was updated successfully, but these errors were encountered: