-
Notifications
You must be signed in to change notification settings - Fork 46
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
New fixes #522
Conversation
* fix: use SMILES__description instead of SMILES__names__noun for mol. repr. sampling * fix: mol_repr_transl/transform.py w/o SMILES with H and with split col only * fix: exclude uniprot binding .. * fix: missing ! and wrong variable name in template * fix: missing ! in templates * fix: and rheadb and sort exclude_from_standard_tabular_text_templates * fix: RedDB templates and fully export to meta.yaml * fix: aminoacids templates var name * fix: polymer_data templates var name * fix: var dtypes * fix: name and id * fix: add rdkit_features to /exclude_from_standard_tabular_text_templates * fix: # missing in template var * fix: # missing in template var 2 * fix: fix dialogue template in compound_protein_compound_* * fix: QC templates 1 * update reddb * update zhu * add description of representation * orexin1_receptor_butkiewicz * smiles__description * molecule with SMILES * fix: QC templates 2 * fix: QC templates 3 * fix: QC templates 3 * fix: QC templates * fix: QC templates * fix: QC templates * fix: QC templates * add organism * make explicit * add representation name * add representation name * update standard templates * add representation name * add representation names * representation name use * smiles usage * must to * add representation name * Update data/kg/compound_protein_protein/meta.yaml Co-authored-by: Michael Pieler <[email protected]> * Update data/tabular/freesolv/meta.yaml Co-authored-by: Michael Pieler <[email protected]> * Update data/tabular/freesolv/transform.py Co-authored-by: Michael Pieler <[email protected]> * Update data/tabular/freesolv/transform.py Co-authored-by: Michael Pieler <[email protected]> * Update data/tabular/sr_p53_tox21/meta.yaml Co-authored-by: Michael Pieler <[email protected]> * Update data/kg/compound_protein_protein/meta.yaml * Update data/kg/compound_protein_protein/meta.yaml * Update data/kg/compound_protein_protein/meta.yaml * Update data/tabular/freesolv/meta.yaml * Update data/tabular/sr_p53_tox21/meta.yaml * Update data/kg/compound_protein_compound_1/meta.yaml * Update data/kg/compound_protein_compound_1/meta.yaml * Update data/kg/compound_protein_compound_1/meta.yaml * Update data/kg/compound_protein_compound_1/meta.yaml * Update data/kg/compound_protein_compound_1/meta.yaml * Update data/kg/compound_protein_compound_3/meta.yaml * Update data/kg/compound_protein_compound_3/meta.yaml * Update data/kg/compound_protein_compound_3/meta.yaml * Update data/kg/compound_protein_compound_3/meta.yaml * Update data/kg/compound_protein_compound_3/meta.yaml * Update data/kg/compound_protein_go_term_1/meta.yaml * Update data/kg/compound_protein_go_term_1/meta.yaml * Update data/kg/compound_protein_go_term_2/meta.yaml * Update data/kg/compound_protein_go_term_2/meta.yaml * Update data/kg/compound_protein_go_term_3/meta.yaml * Update data/kg/compound_protein_go_term_3/meta.yaml * Update data/kg/compound_protein_go_term_4/meta.yaml * Update data/kg/compound_protein_go_term_4/meta.yaml * Update data/kg/compound_protein_pathway_disease_2/meta.yaml * Update data/kg/drug_protein_hpo_disease/meta.yaml * Update data/tabular/chemcaption_rdkit/meta.yaml * Update data/tabular/mona/meta.yaml * Update data/tabular/mona/transform.py --------- Co-authored-by: Michael Pieler <[email protected]> Co-authored-by: Kevin Maik Jablonka <[email protected]> Co-authored-by: Michael Pieler <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wow, you put a lot of effort into it!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this does not work and this meta.yaml
file should be removed from your PR.
I made a PR at a prior point (https://github.com/OpenBioML/chemnlp/pull/517/files#diff-bcd01efb49cb5331fcde8a5a8bd43bb5addcc228c8a5b947875f19addf7e28f4), where this was fixed because some of the data does not exist for all the polymers. Hence, the sampling would throw up. With the changes in this PR it will break again.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok, I'll then use the state from the linked file, or is this suboptimal?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think if you remove it from this PR it should be fine.
If you do not want to drop it from the PR, you can copy/paste the current version on main
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So we can resolve this conversation?
Co-authored-by: Kevin M Jablonka <[email protected]>
Co-authored-by: Kevin M Jablonka <[email protected]>
Co-authored-by: Kevin M Jablonka <[email protected]>
Co-authored-by: Kevin M Jablonka <[email protected]>
Co-authored-by: Kevin M Jablonka <[email protected]>
Co-authored-by: Kevin M Jablonka <[email protected]>
Co-authored-by: Kevin M Jablonka <[email protected]>
In |
Fixed
|
Fixed
|
Fixed
|
yes, some of those no-Tg values (e.g. CTE, experimental density) are missing for some materials. |
those changes are incorrect, the CTE and density are not there for all polymers
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
only a few comments (I do not know how to be verify the boolean tasks without digging into the original data, which I didn't do yet)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
some minor changes
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm!
@MicPie do you want to merge or shall I? |
No description provided.