Skip to content

Commit

Permalink
molecule as entity view update
Browse files Browse the repository at this point in the history
  • Loading branch information
bhavin2897 committed Nov 18, 2024
1 parent 37c8bb3 commit b36f229
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

{% set data_dict = { 'inchi': pkg.get('inchi'), 'smiles': pkg.get('smiles'), 'inchi_key': pkg.get('inchi_key'), 'exact_mass' : pkg.get('exactmass'),'molecular_formula': pkg.get('mol_formula') } %}
{% set mol_formula,exact_mass,inchi,iupac_name,molecule_name = h.get_molecule_data(package_id = pkg.get('id')) %}
{# {% set mol_formula,exact_mass,inchi,iupac_name,molecule_name = h.get_molecule_data(package_id = pkg.get('id')) %}#}
{% set dest_url = h.url_for('rdkit_visuals.display_image', package_name = pkg.get('id'), _external=True) %}
{% set molecule_formula = h.molecule_data(package_name = pkg.get('id')) %}
{% set alter_names = h.alternate_names(package_name = pkg.get('id')) %}
Expand Down

0 comments on commit b36f229

Please sign in to comment.