Skip to content

Commit

Permalink
- added compound_set to csv export - #1172
Browse files Browse the repository at this point in the history
  • Loading branch information
boriskovar-m2ms committed Oct 16, 2023
1 parent 72c3183 commit 5e2b937
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions js/components/datasets/selectedCompoundsList.js
Original file line number Diff line number Diff line change
Expand Up @@ -512,6 +512,8 @@ export const SelectedCompoundList = memo(() => {
molObj['name'] = compound.molecule.name ? compound.molecule.name : '';
}

molObj['compound_set'] = compound.datasetID;

molObj = populateMolObject(molObj, compound, props, ids);

if (maxNumOfInspirations) {
Expand Down

0 comments on commit 5e2b937

Please sign in to comment.