Skip to content
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

Uploading Dataset for https://doi.org/10.1039/C5SC04751J Partial Figure 4 #93

Merged
merged 3 commits into from
Jul 7, 2021

Conversation

mwleklin
Copy link
Contributor

@mwleklin mwleklin commented Jun 3, 2021

This dataset was prepared using the online enumerator. This is reactions related to entries 11-15 in figure 4 of the paper.

Submission.zip

@skearnes
Copy link
Contributor

skearnes commented Jun 3, 2021

I'm seeing an error in the automated validations:

W0603 12:25:00.525358 139843574585152 validations.py:126] Validation error for Figure4_dataset.pbtxt: Dataset: Multiple Reactions should never have the same IDs
Traceback (most recent call last):
  File "./ord-schema/ord_schema/scripts/process_dataset.py", line 320, in <module>
    app.run(main)
  File "/usr/share/miniconda/lib/python3.7/site-packages/absl/app.py", line 303, in run
    _run_main(main, args)
  File "/usr/share/miniconda/lib/python3.7/site-packages/absl/app.py", line 251, in _run_main
    sys.exit(main(argv))
  File "./ord-schema/ord_schema/scripts/process_dataset.py", line 316, in main
    run()
  File "./ord-schema/ord_schema/scripts/process_dataset.py", line 271, in run
    validations.validate_datasets(datasets, FLAGS.write_errors)
  File "/usr/share/miniconda/lib/python3.7/site-packages/ord_schema-0.0.0-py3.7.egg/ord_schema/validations.py", line 86, in validate_datasets
    raise ValidationError(f'validation encountered errors:\n{error_string}')
ord_schema.validations.ValidationError: validation encountered errors:
Figure4_dataset.pbtxt: Dataset: Multiple Reactions should never have the same IDs

It looks like this might be caused by having a reaction ID defined in the template before enumeration? If so, would you mind clearing the ID and then re-enumerating?

@skearnes
Copy link
Contributor

skearnes commented Jun 3, 2021

(Or you could just delete the reaction IDs from the current pbtxt.)

@mwleklin
Copy link
Contributor Author

mwleklin commented Jun 3, 2021

Okay redid the enumeration and removed the reaction ID. It looks like that reaction came along when I downloaded the file I used to do template the enumeration.

@skearnes
Copy link
Contributor

skearnes commented Jun 3, 2021

Validations are passing now, thanks!

@skearnes skearnes changed the base branch from main to 93 June 3, 2021 21:04
@skearnes skearnes closed this Jun 3, 2021
@skearnes skearnes reopened this Jun 3, 2021
@brilee
Copy link
Contributor

brilee commented Jun 5, 2021

@skearnes I'm seeing a blank screen on the editor when I download this .pbtxt from the pull request and upload it to https://editor.open-reaction-database.org/

Not quite sure what I'm doing wrong here - any ideas?

@skearnes
Copy link
Contributor

skearnes commented Jun 7, 2021

@skearnes I'm seeing a blank screen on the editor when I download this .pbtxt from the pull request and upload it to https://editor.open-reaction-database.org/

Not quite sure what I'm doing wrong here - any ideas?

I'm seeing the same thing. If I load the dataset in python and then rewrite it as a *.pb it seems to work. No idea why, but I can do some digging.

@brilee
Copy link
Contributor

brilee commented Jun 8, 2021

for posterity, the command I used to convert the pbtxt:

from ord_schema.proto import dataset_pb2
from ord_schema import message_helpers
msg = message_helpers.load_message('Figure4_dataset.pbtxt', dataset_pb2.Dataset)
message_helpers.write_message(msg, 'Figure4_dataset.pb')

@brilee
Copy link
Contributor

brilee commented Jun 9, 2021

I reviewed reaction #0 for all the procedures. All good except I think the internal standard calculation is incorrect.

The SI says "For the internal standard: diluted with 100 μL of 5% AcOH in DMSO, containing 1,3,5-trimethoxybenzene (0.005M)"

which is 1e2 * 1e-6 L* 5e-3 mol/L = 5e-7 mol, or 0.5 micromole. I'm seeing 0.05 micromoles listed on reaction #0.

I also manually checked the structures on reactions 0~17 (for the aryl halides) and the catalyst structures on reaction 0, 18, 36, 54, and 72. Everything looks good.

@skearnes
Copy link
Contributor

@mwleklin any updates re: Brian's comments above?

@mwleklin
Copy link
Contributor Author

Just noticed these comments. Checked the math as well and agree it should be 0.5 micromole. This a case where I should change it and reupload it?

@skearnes
Copy link
Contributor

Just noticed these comments. Checked the math as well and agree it should be 0.5 micromole. This a case where I should change it and reupload it?

Yes, please.

@mwleklin
Copy link
Contributor Author

Just noticed these comments. Checked the math as well and agree it should be 0.5 micromole. This a case where I should change it and reupload it?

Yes, please.

All done. Any concern about the check file type error?

@skearnes skearnes closed this Jun 17, 2021
@skearnes skearnes reopened this Jun 17, 2021
@skearnes
Copy link
Contributor

All done. Any concern about the check file type error?

Thanks. Looks like the target branch was out of date; updated.

@skearnes
Copy link
Contributor

@brilee PTAL?

@skearnes skearnes requested a review from brilee June 17, 2021 22:33
Copy link
Contributor

@brilee brilee left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

apologies for the delay. LGTM.

@skearnes skearnes merged commit fe54962 into open-reaction-database:93 Jul 7, 2021
skearnes added a commit that referenced this pull request Jul 7, 2021
* Merge main into 93 (#101)

* Coupling of α-carboxyl sp3-carbons with aryl halides (#84) (#87)

* Coupling of α-carboxyl sp3-carbons with aryl halides (#84)

* New biginelli dataset (renamed)

* Updates after reviews

* Photoredox submission

* Remove biginelli from fork (bad branch management)

* Fix Iridium charge state

* Update submission

* Update badges

Co-authored-by: github-actions <github-actions@github.com>

* bump ord-schema version (#96)

* Huffman islatravir dataset submission (#91) (#94)

* Huffman islatravir dataset submission (#91)

* Update submission

* Update badges

* resolve reactions.svg conflict

* Update badges

* Reset reaction IDs to workaround a bug in updates.py

* Update submission

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Steven Kearnes <skearnes@relaytx.com>
Co-authored-by: Steven Kearnes <kearnes@google.com>

* upload new data (#97) (#99)

* upload new data (#97)

* upload data

https://doi.org/10.26434/chemrxiv.14388557.v1

* delete old data

* upload new version of data

Added ligand name, double checked ligand structures

* Update submission

* Update badges

Co-authored-by: Jason Wang <jasonwanglmao@gmail.com>
Co-authored-by: github-actions <github-actions@github.com>

Co-authored-by: Connor Coley <connorcoley@users.noreply.github.com>
Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Michael Maser <46490857+michaelmaser@users.noreply.github.com>
Co-authored-by: Jason Wang <jasonwanglmao@gmail.com>

* Uploading Dataset for https://doi.org/10.1039/C5SC04751J Partial Figure 4 (#93)

* Add files via upload

* Update File

* Reupload with correct internal standard concentration

* Update submission

* Update badges

Co-authored-by: Connor Coley <connorcoley@users.noreply.github.com>
Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Michael Maser <46490857+michaelmaser@users.noreply.github.com>
Co-authored-by: Jason Wang <jasonwanglmao@gmail.com>
Co-authored-by: mwleklin <44303709+mwleklin@users.noreply.github.com>
connorcoley added a commit that referenced this pull request Jul 22, 2021
* upload new data (#97) (#99)

* upload new data (#97)

* upload data

https://doi.org/10.26434/chemrxiv.14388557.v1

* delete old data

* upload new version of data

Added ligand name, double checked ligand structures

* Update submission

* Update badges

Co-authored-by: Jason Wang <jasonwanglmao@gmail.com>
Co-authored-by: github-actions <github-actions@github.com>

* OrgSyn example from ord_schema (#95) (#102)

* OrgSyn example from ord_schema (#95)

* OrgSyn example from ord_schema

* Coupling of α-carboxyl sp3-carbons with aryl halides (#84) (#87)

* Coupling of α-carboxyl sp3-carbons with aryl halides (#84)

* New biginelli dataset (renamed)

* Updates after reviews

* Photoredox submission

* Remove biginelli from fork (bad branch management)

* Fix Iridium charge state

* Update submission

* Update badges

Co-authored-by: github-actions <github-actions@github.com>

* bump ord-schema version (#96)

* Huffman islatravir dataset submission (#91) (#94)

* Huffman islatravir dataset submission (#91)

* Update submission

* Update badges

* resolve reactions.svg conflict

* Update badges

* Reset reaction IDs to workaround a bug in updates.py

* Update submission

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Steven Kearnes <skearnes@relaytx.com>
Co-authored-by: Steven Kearnes <kearnes@google.com>

* upload new data (#97) (#99)

* upload new data (#97)

* upload data

https://doi.org/10.26434/chemrxiv.14388557.v1

* delete old data

* upload new version of data

Added ligand name, double checked ligand structures

* Update submission

* Update badges

Co-authored-by: Jason Wang <jasonwanglmao@gmail.com>
Co-authored-by: github-actions <github-actions@github.com>

* Revisions, adding workup

* Addition order

* Extra drying step

* Fix reaction role

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Steven Kearnes <kearnes@google.com>
Co-authored-by: Michael Maser <46490857+michaelmaser@users.noreply.github.com>
Co-authored-by: Steven Kearnes <skearnes@relaytx.com>
Co-authored-by: Jason Wang <jasonwanglmao@gmail.com>

* Update submission

* Update badges

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Steven Kearnes <kearnes@google.com>
Co-authored-by: Michael Maser <46490857+michaelmaser@users.noreply.github.com>
Co-authored-by: Steven Kearnes <skearnes@relaytx.com>
Co-authored-by: Jason Wang <jasonwanglmao@gmail.com>

* Flow dataset from https://pubs.acs.org/doi/full/10.1021/co400012m (#103) (#104)

* Flow dataset from https://pubs.acs.org/doi/full/10.1021/co400012m (#103)

* Update submission

* Update badges

Co-authored-by: github-actions <github-actions@github.com>

* Use conda's pip (#106)

* bump ord-schema version

* Use conda's pip

Avoids having two versions of pandas installed, which is causing the build to fail.

* #86 (#108)

* Merge 'main' into #86 (#105)

* Cc submission biginelli (#83)

* Update to match 'main' (#82)

* Add dataset from Novartis (#79)

* Add dataset from Novartis

* Update submission

* Update badges

* Updates from @connorcoley (#80)

* Updates from @connorcoley

* Update badges

* use pbtxt

* Update submission

* Update badges

Co-authored-by: github-actions <github-actions@github.com>

Co-authored-by: github-actions <github-actions@github.com>

* Bump ord-schema to v0.3.4 (#81)

Co-authored-by: github-actions <github-actions@github.com>

* Biginelli dataset (#78)

* Biginelli dataset

* Add dataset from Novartis (#79)

* Add dataset from Novartis

* Update submission

* Update badges

* Updates from @connorcoley (#80)

* Updates from @connorcoley

* Update badges

* use pbtxt

* Update submission

* Update badges

Co-authored-by: github-actions <github-actions@github.com>

Co-authored-by: github-actions <github-actions@github.com>

* Bump ord-schema to v0.3.4 (#81)

* Update dataset name

* Revert "Biginelli dataset"

This reverts commit 97c3cdd.

* New biginelli dataset (renamed)

* Updates after reviews

Co-authored-by: Steven Kearnes <kearnes@google.com>
Co-authored-by: github-actions <github-actions@github.com>

* Update submission

* Update badges

Co-authored-by: Steven Kearnes <kearnes@google.com>
Co-authored-by: github-actions <github-actions@github.com>

* Bump ord-schema version to 0.3.9 (#88)

* Coupling of α-carboxyl sp3-carbons with aryl halides (#84) (#87)

* Coupling of α-carboxyl sp3-carbons with aryl halides (#84)

* New biginelli dataset (renamed)

* Updates after reviews

* Photoredox submission

* Remove biginelli from fork (bad branch management)

* Fix Iridium charge state

* Update submission

* Update badges

Co-authored-by: github-actions <github-actions@github.com>

* bump ord-schema version (#96)

* Huffman islatravir dataset submission (#91) (#94)

* Huffman islatravir dataset submission (#91)

* Update submission

* Update badges

* resolve reactions.svg conflict

* Update badges

* Reset reaction IDs to workaround a bug in updates.py

* Update submission

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Steven Kearnes <skearnes@relaytx.com>
Co-authored-by: Steven Kearnes <kearnes@google.com>

* upload new data (#97) (#99)

* upload new data (#97)

* upload data

https://doi.org/10.26434/chemrxiv.14388557.v1

* delete old data

* upload new version of data

Added ligand name, double checked ligand structures

* Update submission

* Update badges

Co-authored-by: Jason Wang <jasonwanglmao@gmail.com>
Co-authored-by: github-actions <github-actions@github.com>

* OrgSyn example from ord_schema (#95) (#102)

* OrgSyn example from ord_schema (#95)

* OrgSyn example from ord_schema

* Coupling of α-carboxyl sp3-carbons with aryl halides (#84) (#87)

* Coupling of α-carboxyl sp3-carbons with aryl halides (#84)

* New biginelli dataset (renamed)

* Updates after reviews

* Photoredox submission

* Remove biginelli from fork (bad branch management)

* Fix Iridium charge state

* Update submission

* Update badges

Co-authored-by: github-actions <github-actions@github.com>

* bump ord-schema version (#96)

* Huffman islatravir dataset submission (#91) (#94)

* Huffman islatravir dataset submission (#91)

* Update submission

* Update badges

* resolve reactions.svg conflict

* Update badges

* Reset reaction IDs to workaround a bug in updates.py

* Update submission

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Steven Kearnes <skearnes@relaytx.com>
Co-authored-by: Steven Kearnes <kearnes@google.com>

* upload new data (#97) (#99)

* upload new data (#97)

* upload data

https://doi.org/10.26434/chemrxiv.14388557.v1

* delete old data

* upload new version of data

Added ligand name, double checked ligand structures

* Update submission

* Update badges

Co-authored-by: Jason Wang <jasonwanglmao@gmail.com>
Co-authored-by: github-actions <github-actions@github.com>

* Revisions, adding workup

* Addition order

* Extra drying step

* Fix reaction role

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Steven Kearnes <kearnes@google.com>
Co-authored-by: Michael Maser <46490857+michaelmaser@users.noreply.github.com>
Co-authored-by: Steven Kearnes <skearnes@relaytx.com>
Co-authored-by: Jason Wang <jasonwanglmao@gmail.com>

* Update submission

* Update badges

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Steven Kearnes <kearnes@google.com>
Co-authored-by: Michael Maser <46490857+michaelmaser@users.noreply.github.com>
Co-authored-by: Steven Kearnes <skearnes@relaytx.com>
Co-authored-by: Jason Wang <jasonwanglmao@gmail.com>

* Flow dataset from https://pubs.acs.org/doi/full/10.1021/co400012m (#103) (#104)

* Flow dataset from https://pubs.acs.org/doi/full/10.1021/co400012m (#103)

* Update submission

* Update badges

Co-authored-by: github-actions <github-actions@github.com>

Co-authored-by: Connor Coley <connorcoley@users.noreply.github.com>
Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Michael Maser <46490857+michaelmaser@users.noreply.github.com>
Co-authored-by: Jason Wang <jasonwanglmao@gmail.com>

* Merge 'main' into #86 (#107)

* Cc submission biginelli (#83)

* Update to match 'main' (#82)

* Add dataset from Novartis (#79)

* Add dataset from Novartis

* Update submission

* Update badges

* Updates from @connorcoley (#80)

* Updates from @connorcoley

* Update badges

* use pbtxt

* Update submission

* Update badges

Co-authored-by: github-actions <github-actions@github.com>

Co-authored-by: github-actions <github-actions@github.com>

* Bump ord-schema to v0.3.4 (#81)

Co-authored-by: github-actions <github-actions@github.com>

* Biginelli dataset (#78)

* Biginelli dataset

* Add dataset from Novartis (#79)

* Add dataset from Novartis

* Update submission

* Update badges

* Updates from @connorcoley (#80)

* Updates from @connorcoley

* Update badges

* use pbtxt

* Update submission

* Update badges

Co-authored-by: github-actions <github-actions@github.com>

Co-authored-by: github-actions <github-actions@github.com>

* Bump ord-schema to v0.3.4 (#81)

* Update dataset name

* Revert "Biginelli dataset"

This reverts commit 97c3cdd.

* New biginelli dataset (renamed)

* Updates after reviews

Co-authored-by: Steven Kearnes <kearnes@google.com>
Co-authored-by: github-actions <github-actions@github.com>

* Update submission

* Update badges

Co-authored-by: Steven Kearnes <kearnes@google.com>
Co-authored-by: github-actions <github-actions@github.com>

* Bump ord-schema version to 0.3.9 (#88)

* Coupling of α-carboxyl sp3-carbons with aryl halides (#84) (#87)

* Coupling of α-carboxyl sp3-carbons with aryl halides (#84)

* New biginelli dataset (renamed)

* Updates after reviews

* Photoredox submission

* Remove biginelli from fork (bad branch management)

* Fix Iridium charge state

* Update submission

* Update badges

Co-authored-by: github-actions <github-actions@github.com>

* bump ord-schema version (#96)

* Huffman islatravir dataset submission (#91) (#94)

* Huffman islatravir dataset submission (#91)

* Update submission

* Update badges

* resolve reactions.svg conflict

* Update badges

* Reset reaction IDs to workaround a bug in updates.py

* Update submission

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Steven Kearnes <skearnes@relaytx.com>
Co-authored-by: Steven Kearnes <kearnes@google.com>

* upload new data (#97) (#99)

* upload new data (#97)

* upload data

https://doi.org/10.26434/chemrxiv.14388557.v1

* delete old data

* upload new version of data

Added ligand name, double checked ligand structures

* Update submission

* Update badges

Co-authored-by: Jason Wang <jasonwanglmao@gmail.com>
Co-authored-by: github-actions <github-actions@github.com>

* OrgSyn example from ord_schema (#95) (#102)

* OrgSyn example from ord_schema (#95)

* OrgSyn example from ord_schema

* Coupling of α-carboxyl sp3-carbons with aryl halides (#84) (#87)

* Coupling of α-carboxyl sp3-carbons with aryl halides (#84)

* New biginelli dataset (renamed)

* Updates after reviews

* Photoredox submission

* Remove biginelli from fork (bad branch management)

* Fix Iridium charge state

* Update submission

* Update badges

Co-authored-by: github-actions <github-actions@github.com>

* bump ord-schema version (#96)

* Huffman islatravir dataset submission (#91) (#94)

* Huffman islatravir dataset submission (#91)

* Update submission

* Update badges

* resolve reactions.svg conflict

* Update badges

* Reset reaction IDs to workaround a bug in updates.py

* Update submission

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Steven Kearnes <skearnes@relaytx.com>
Co-authored-by: Steven Kearnes <kearnes@google.com>

* upload new data (#97) (#99)

* upload new data (#97)

* upload data

https://doi.org/10.26434/chemrxiv.14388557.v1

* delete old data

* upload new version of data

Added ligand name, double checked ligand structures

* Update submission

* Update badges

Co-authored-by: Jason Wang <jasonwanglmao@gmail.com>
Co-authored-by: github-actions <github-actions@github.com>

* Revisions, adding workup

* Addition order

* Extra drying step

* Fix reaction role

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Steven Kearnes <kearnes@google.com>
Co-authored-by: Michael Maser <46490857+michaelmaser@users.noreply.github.com>
Co-authored-by: Steven Kearnes <skearnes@relaytx.com>
Co-authored-by: Jason Wang <jasonwanglmao@gmail.com>

* Update submission

* Update badges

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Steven Kearnes <kearnes@google.com>
Co-authored-by: Michael Maser <46490857+michaelmaser@users.noreply.github.com>
Co-authored-by: Steven Kearnes <skearnes@relaytx.com>
Co-authored-by: Jason Wang <jasonwanglmao@gmail.com>

* Flow dataset from https://pubs.acs.org/doi/full/10.1021/co400012m (#103) (#104)

* Flow dataset from https://pubs.acs.org/doi/full/10.1021/co400012m (#103)

* Update submission

* Update badges

Co-authored-by: github-actions <github-actions@github.com>

* Use conda's pip (#106)

* bump ord-schema version

* Use conda's pip

Avoids having two versions of pandas installed, which is causing the build to fail.

Co-authored-by: Connor Coley <connorcoley@users.noreply.github.com>
Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Michael Maser <46490857+michaelmaser@users.noreply.github.com>
Co-authored-by: Jason Wang <jasonwanglmao@gmail.com>

* Add hein-dataset.pbtxt (#86)

* Add hein-dataset.pbtxt

* fix product duplication

* Fix catalyst SMILES

* updates

* updates

* Update submission

* Update badges

Co-authored-by: Connor Coley <connorcoley@users.noreply.github.com>
Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Michael Maser <46490857+michaelmaser@users.noreply.github.com>
Co-authored-by: Jason Wang <jasonwanglmao@gmail.com>

* Merge #93 into main (#109)

* Merge main into 93 (#101)

* Coupling of α-carboxyl sp3-carbons with aryl halides (#84) (#87)

* Coupling of α-carboxyl sp3-carbons with aryl halides (#84)

* New biginelli dataset (renamed)

* Updates after reviews

* Photoredox submission

* Remove biginelli from fork (bad branch management)

* Fix Iridium charge state

* Update submission

* Update badges

Co-authored-by: github-actions <github-actions@github.com>

* bump ord-schema version (#96)

* Huffman islatravir dataset submission (#91) (#94)

* Huffman islatravir dataset submission (#91)

* Update submission

* Update badges

* resolve reactions.svg conflict

* Update badges

* Reset reaction IDs to workaround a bug in updates.py

* Update submission

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Steven Kearnes <skearnes@relaytx.com>
Co-authored-by: Steven Kearnes <kearnes@google.com>

* upload new data (#97) (#99)

* upload new data (#97)

* upload data

https://doi.org/10.26434/chemrxiv.14388557.v1

* delete old data

* upload new version of data

Added ligand name, double checked ligand structures

* Update submission

* Update badges

Co-authored-by: Jason Wang <jasonwanglmao@gmail.com>
Co-authored-by: github-actions <github-actions@github.com>

Co-authored-by: Connor Coley <connorcoley@users.noreply.github.com>
Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Michael Maser <46490857+michaelmaser@users.noreply.github.com>
Co-authored-by: Jason Wang <jasonwanglmao@gmail.com>

* Uploading Dataset for https://doi.org/10.1039/C5SC04751J Partial Figure 4 (#93)

* Add files via upload

* Update File

* Reupload with correct internal standard concentration

* Update submission

* Update badges

Co-authored-by: Connor Coley <connorcoley@users.noreply.github.com>
Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Michael Maser <46490857+michaelmaser@users.noreply.github.com>
Co-authored-by: Jason Wang <jasonwanglmao@gmail.com>
Co-authored-by: mwleklin <44303709+mwleklin@users.noreply.github.com>

* Expt2 10.1021/acs.accounts.0c00760 (#100) (#114)

* Expt2 10.1021/acs.accounts.0c00760 (#100)

* Add files via upload

* Delete Figure4_dataset.pbtxt

* Uploading Data for 10.1021/acs.accounts.0c00760

* Add files via upload

Co-authored-by: Steven Kearnes <kearnes@google.com>

* Update submission

* Update badges

Co-authored-by: mwleklin <44303709+mwleklin@users.noreply.github.com>
Co-authored-by: Steven Kearnes <kearnes@google.com>
Co-authored-by: github-actions <github-actions@github.com>

* Update DOI list (#111)

* bump ord-schema version

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

Co-authored-by: Jason Wang <jasonwanglmao@gmail.com>
Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Steven Kearnes <kearnes@google.com>
Co-authored-by: Michael Maser <46490857+michaelmaser@users.noreply.github.com>
Co-authored-by: Steven Kearnes <skearnes@relaytx.com>
Co-authored-by: mwleklin <44303709+mwleklin@users.noreply.github.com>
brilee added a commit that referenced this pull request Jul 28, 2021
* Electroreductive coupling of Alkenyl and Benzyl Halides

* Fix validation errors

* upload new data (#97) (#99)

* upload new data (#97)

* upload data

https://doi.org/10.26434/chemrxiv.14388557.v1

* delete old data

* upload new version of data

Added ligand name, double checked ligand structures

* Update submission

* Update badges

Co-authored-by: Jason Wang <jasonwanglmao@gmail.com>
Co-authored-by: github-actions <github-actions@github.com>

* OrgSyn example from ord_schema (#95) (#102)

* OrgSyn example from ord_schema (#95)

* OrgSyn example from ord_schema

* Coupling of α-carboxyl sp3-carbons with aryl halides (#84) (#87)

* Coupling of α-carboxyl sp3-carbons with aryl halides (#84)

* New biginelli dataset (renamed)

* Updates after reviews

* Photoredox submission

* Remove biginelli from fork (bad branch management)

* Fix Iridium charge state

* Update submission

* Update badges

Co-authored-by: github-actions <github-actions@github.com>

* bump ord-schema version (#96)

* Huffman islatravir dataset submission (#91) (#94)

* Huffman islatravir dataset submission (#91)

* Update submission

* Update badges

* resolve reactions.svg conflict

* Update badges

* Reset reaction IDs to workaround a bug in updates.py

* Update submission

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Steven Kearnes <skearnes@relaytx.com>
Co-authored-by: Steven Kearnes <kearnes@google.com>

* upload new data (#97) (#99)

* upload new data (#97)

* upload data

https://doi.org/10.26434/chemrxiv.14388557.v1

* delete old data

* upload new version of data

Added ligand name, double checked ligand structures

* Update submission

* Update badges

Co-authored-by: Jason Wang <jasonwanglmao@gmail.com>
Co-authored-by: github-actions <github-actions@github.com>

* Revisions, adding workup

* Addition order

* Extra drying step

* Fix reaction role

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Steven Kearnes <kearnes@google.com>
Co-authored-by: Michael Maser <46490857+michaelmaser@users.noreply.github.com>
Co-authored-by: Steven Kearnes <skearnes@relaytx.com>
Co-authored-by: Jason Wang <jasonwanglmao@gmail.com>

* Update submission

* Update badges

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Steven Kearnes <kearnes@google.com>
Co-authored-by: Michael Maser <46490857+michaelmaser@users.noreply.github.com>
Co-authored-by: Steven Kearnes <skearnes@relaytx.com>
Co-authored-by: Jason Wang <jasonwanglmao@gmail.com>

* Update delano dataset

* Upload dataset as .pb.gz

* Flow dataset from https://pubs.acs.org/doi/full/10.1021/co400012m (#103) (#104)

* Flow dataset from https://pubs.acs.org/doi/full/10.1021/co400012m (#103)

* Update submission

* Update badges

Co-authored-by: github-actions <github-actions@github.com>

* Use conda's pip (#106)

* bump ord-schema version

* Use conda's pip

Avoids having two versions of pandas installed, which is causing the build to fail.

* #86 (#108)

* Merge 'main' into #86 (#105)

* Cc submission biginelli (#83)

* Update to match 'main' (#82)

* Add dataset from Novartis (#79)

* Add dataset from Novartis

* Update submission

* Update badges

* Updates from @connorcoley (#80)

* Updates from @connorcoley

* Update badges

* use pbtxt

* Update submission

* Update badges

Co-authored-by: github-actions <github-actions@github.com>

Co-authored-by: github-actions <github-actions@github.com>

* Bump ord-schema to v0.3.4 (#81)

Co-authored-by: github-actions <github-actions@github.com>

* Biginelli dataset (#78)

* Biginelli dataset

* Add dataset from Novartis (#79)

* Add dataset from Novartis

* Update submission

* Update badges

* Updates from @connorcoley (#80)

* Updates from @connorcoley

* Update badges

* use pbtxt

* Update submission

* Update badges

Co-authored-by: github-actions <github-actions@github.com>

Co-authored-by: github-actions <github-actions@github.com>

* Bump ord-schema to v0.3.4 (#81)

* Update dataset name

* Revert "Biginelli dataset"

This reverts commit 97c3cdd.

* New biginelli dataset (renamed)

* Updates after reviews

Co-authored-by: Steven Kearnes <kearnes@google.com>
Co-authored-by: github-actions <github-actions@github.com>

* Update submission

* Update badges

Co-authored-by: Steven Kearnes <kearnes@google.com>
Co-authored-by: github-actions <github-actions@github.com>

* Bump ord-schema version to 0.3.9 (#88)

* Coupling of α-carboxyl sp3-carbons with aryl halides (#84) (#87)

* Coupling of α-carboxyl sp3-carbons with aryl halides (#84)

* New biginelli dataset (renamed)

* Updates after reviews

* Photoredox submission

* Remove biginelli from fork (bad branch management)

* Fix Iridium charge state

* Update submission

* Update badges

Co-authored-by: github-actions <github-actions@github.com>

* bump ord-schema version (#96)

* Huffman islatravir dataset submission (#91) (#94)

* Huffman islatravir dataset submission (#91)

* Update submission

* Update badges

* resolve reactions.svg conflict

* Update badges

* Reset reaction IDs to workaround a bug in updates.py

* Update submission

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Steven Kearnes <skearnes@relaytx.com>
Co-authored-by: Steven Kearnes <kearnes@google.com>

* upload new data (#97) (#99)

* upload new data (#97)

* upload data

https://doi.org/10.26434/chemrxiv.14388557.v1

* delete old data

* upload new version of data

Added ligand name, double checked ligand structures

* Update submission

* Update badges

Co-authored-by: Jason Wang <jasonwanglmao@gmail.com>
Co-authored-by: github-actions <github-actions@github.com>

* OrgSyn example from ord_schema (#95) (#102)

* OrgSyn example from ord_schema (#95)

* OrgSyn example from ord_schema

* Coupling of α-carboxyl sp3-carbons with aryl halides (#84) (#87)

* Coupling of α-carboxyl sp3-carbons with aryl halides (#84)

* New biginelli dataset (renamed)

* Updates after reviews

* Photoredox submission

* Remove biginelli from fork (bad branch management)

* Fix Iridium charge state

* Update submission

* Update badges

Co-authored-by: github-actions <github-actions@github.com>

* bump ord-schema version (#96)

* Huffman islatravir dataset submission (#91) (#94)

* Huffman islatravir dataset submission (#91)

* Update submission

* Update badges

* resolve reactions.svg conflict

* Update badges

* Reset reaction IDs to workaround a bug in updates.py

* Update submission

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Steven Kearnes <skearnes@relaytx.com>
Co-authored-by: Steven Kearnes <kearnes@google.com>

* upload new data (#97) (#99)

* upload new data (#97)

* upload data

https://doi.org/10.26434/chemrxiv.14388557.v1

* delete old data

* upload new version of data

Added ligand name, double checked ligand structures

* Update submission

* Update badges

Co-authored-by: Jason Wang <jasonwanglmao@gmail.com>
Co-authored-by: github-actions <github-actions@github.com>

* Revisions, adding workup

* Addition order

* Extra drying step

* Fix reaction role

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Steven Kearnes <kearnes@google.com>
Co-authored-by: Michael Maser <46490857+michaelmaser@users.noreply.github.com>
Co-authored-by: Steven Kearnes <skearnes@relaytx.com>
Co-authored-by: Jason Wang <jasonwanglmao@gmail.com>

* Update submission

* Update badges

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Steven Kearnes <kearnes@google.com>
Co-authored-by: Michael Maser <46490857+michaelmaser@users.noreply.github.com>
Co-authored-by: Steven Kearnes <skearnes@relaytx.com>
Co-authored-by: Jason Wang <jasonwanglmao@gmail.com>

* Flow dataset from https://pubs.acs.org/doi/full/10.1021/co400012m (#103) (#104)

* Flow dataset from https://pubs.acs.org/doi/full/10.1021/co400012m (#103)

* Update submission

* Update badges

Co-authored-by: github-actions <github-actions@github.com>

Co-authored-by: Connor Coley <connorcoley@users.noreply.github.com>
Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Michael Maser <46490857+michaelmaser@users.noreply.github.com>
Co-authored-by: Jason Wang <jasonwanglmao@gmail.com>

* Merge 'main' into #86 (#107)

* Cc submission biginelli (#83)

* Update to match 'main' (#82)

* Add dataset from Novartis (#79)

* Add dataset from Novartis

* Update submission

* Update badges

* Updates from @connorcoley (#80)

* Updates from @connorcoley

* Update badges

* use pbtxt

* Update submission

* Update badges

Co-authored-by: github-actions <github-actions@github.com>

Co-authored-by: github-actions <github-actions@github.com>

* Bump ord-schema to v0.3.4 (#81)

Co-authored-by: github-actions <github-actions@github.com>

* Biginelli dataset (#78)

* Biginelli dataset

* Add dataset from Novartis (#79)

* Add dataset from Novartis

* Update submission

* Update badges

* Updates from @connorcoley (#80)

* Updates from @connorcoley

* Update badges

* use pbtxt

* Update submission

* Update badges

Co-authored-by: github-actions <github-actions@github.com>

Co-authored-by: github-actions <github-actions@github.com>

* Bump ord-schema to v0.3.4 (#81)

* Update dataset name

* Revert "Biginelli dataset"

This reverts commit 97c3cdd.

* New biginelli dataset (renamed)

* Updates after reviews

Co-authored-by: Steven Kearnes <kearnes@google.com>
Co-authored-by: github-actions <github-actions@github.com>

* Update submission

* Update badges

Co-authored-by: Steven Kearnes <kearnes@google.com>
Co-authored-by: github-actions <github-actions@github.com>

* Bump ord-schema version to 0.3.9 (#88)

* Coupling of α-carboxyl sp3-carbons with aryl halides (#84) (#87)

* Coupling of α-carboxyl sp3-carbons with aryl halides (#84)

* New biginelli dataset (renamed)

* Updates after reviews

* Photoredox submission

* Remove biginelli from fork (bad branch management)

* Fix Iridium charge state

* Update submission

* Update badges

Co-authored-by: github-actions <github-actions@github.com>

* bump ord-schema version (#96)

* Huffman islatravir dataset submission (#91) (#94)

* Huffman islatravir dataset submission (#91)

* Update submission

* Update badges

* resolve reactions.svg conflict

* Update badges

* Reset reaction IDs to workaround a bug in updates.py

* Update submission

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Steven Kearnes <skearnes@relaytx.com>
Co-authored-by: Steven Kearnes <kearnes@google.com>

* upload new data (#97) (#99)

* upload new data (#97)

* upload data

https://doi.org/10.26434/chemrxiv.14388557.v1

* delete old data

* upload new version of data

Added ligand name, double checked ligand structures

* Update submission

* Update badges

Co-authored-by: Jason Wang <jasonwanglmao@gmail.com>
Co-authored-by: github-actions <github-actions@github.com>

* OrgSyn example from ord_schema (#95) (#102)

* OrgSyn example from ord_schema (#95)

* OrgSyn example from ord_schema

* Coupling of α-carboxyl sp3-carbons with aryl halides (#84) (#87)

* Coupling of α-carboxyl sp3-carbons with aryl halides (#84)

* New biginelli dataset (renamed)

* Updates after reviews

* Photoredox submission

* Remove biginelli from fork (bad branch management)

* Fix Iridium charge state

* Update submission

* Update badges

Co-authored-by: github-actions <github-actions@github.com>

* bump ord-schema version (#96)

* Huffman islatravir dataset submission (#91) (#94)

* Huffman islatravir dataset submission (#91)

* Update submission

* Update badges

* resolve reactions.svg conflict

* Update badges

* Reset reaction IDs to workaround a bug in updates.py

* Update submission

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Steven Kearnes <skearnes@relaytx.com>
Co-authored-by: Steven Kearnes <kearnes@google.com>

* upload new data (#97) (#99)

* upload new data (#97)

* upload data

https://doi.org/10.26434/chemrxiv.14388557.v1

* delete old data

* upload new version of data

Added ligand name, double checked ligand structures

* Update submission

* Update badges

Co-authored-by: Jason Wang <jasonwanglmao@gmail.com>
Co-authored-by: github-actions <github-actions@github.com>

* Revisions, adding workup

* Addition order

* Extra drying step

* Fix reaction role

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Steven Kearnes <kearnes@google.com>
Co-authored-by: Michael Maser <46490857+michaelmaser@users.noreply.github.com>
Co-authored-by: Steven Kearnes <skearnes@relaytx.com>
Co-authored-by: Jason Wang <jasonwanglmao@gmail.com>

* Update submission

* Update badges

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Steven Kearnes <kearnes@google.com>
Co-authored-by: Michael Maser <46490857+michaelmaser@users.noreply.github.com>
Co-authored-by: Steven Kearnes <skearnes@relaytx.com>
Co-authored-by: Jason Wang <jasonwanglmao@gmail.com>

* Flow dataset from https://pubs.acs.org/doi/full/10.1021/co400012m (#103) (#104)

* Flow dataset from https://pubs.acs.org/doi/full/10.1021/co400012m (#103)

* Update submission

* Update badges

Co-authored-by: github-actions <github-actions@github.com>

* Use conda's pip (#106)

* bump ord-schema version

* Use conda's pip

Avoids having two versions of pandas installed, which is causing the build to fail.

Co-authored-by: Connor Coley <connorcoley@users.noreply.github.com>
Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Michael Maser <46490857+michaelmaser@users.noreply.github.com>
Co-authored-by: Jason Wang <jasonwanglmao@gmail.com>

* Add hein-dataset.pbtxt (#86)

* Add hein-dataset.pbtxt

* fix product duplication

* Fix catalyst SMILES

* updates

* updates

* Update submission

* Update badges

Co-authored-by: Connor Coley <connorcoley@users.noreply.github.com>
Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Michael Maser <46490857+michaelmaser@users.noreply.github.com>
Co-authored-by: Jason Wang <jasonwanglmao@gmail.com>

* Merge #93 into main (#109)

* Merge main into 93 (#101)

* Coupling of α-carboxyl sp3-carbons with aryl halides (#84) (#87)

* Coupling of α-carboxyl sp3-carbons with aryl halides (#84)

* New biginelli dataset (renamed)

* Updates after reviews

* Photoredox submission

* Remove biginelli from fork (bad branch management)

* Fix Iridium charge state

* Update submission

* Update badges

Co-authored-by: github-actions <github-actions@github.com>

* bump ord-schema version (#96)

* Huffman islatravir dataset submission (#91) (#94)

* Huffman islatravir dataset submission (#91)

* Update submission

* Update badges

* resolve reactions.svg conflict

* Update badges

* Reset reaction IDs to workaround a bug in updates.py

* Update submission

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Steven Kearnes <skearnes@relaytx.com>
Co-authored-by: Steven Kearnes <kearnes@google.com>

* upload new data (#97) (#99)

* upload new data (#97)

* upload data

https://doi.org/10.26434/chemrxiv.14388557.v1

* delete old data

* upload new version of data

Added ligand name, double checked ligand structures

* Update submission

* Update badges

Co-authored-by: Jason Wang <jasonwanglmao@gmail.com>
Co-authored-by: github-actions <github-actions@github.com>

Co-authored-by: Connor Coley <connorcoley@users.noreply.github.com>
Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Michael Maser <46490857+michaelmaser@users.noreply.github.com>
Co-authored-by: Jason Wang <jasonwanglmao@gmail.com>

* Uploading Dataset for https://doi.org/10.1039/C5SC04751J Partial Figure 4 (#93)

* Add files via upload

* Update File

* Reupload with correct internal standard concentration

* Update submission

* Update badges

Co-authored-by: Connor Coley <connorcoley@users.noreply.github.com>
Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Michael Maser <46490857+michaelmaser@users.noreply.github.com>
Co-authored-by: Jason Wang <jasonwanglmao@gmail.com>
Co-authored-by: mwleklin <44303709+mwleklin@users.noreply.github.com>

* Expt2 10.1021/acs.accounts.0c00760 (#100) (#114)

* Expt2 10.1021/acs.accounts.0c00760 (#100)

* Add files via upload

* Delete Figure4_dataset.pbtxt

* Uploading Data for 10.1021/acs.accounts.0c00760

* Add files via upload

Co-authored-by: Steven Kearnes <kearnes@google.com>

* Update submission

* Update badges

Co-authored-by: mwleklin <44303709+mwleklin@users.noreply.github.com>
Co-authored-by: Steven Kearnes <kearnes@google.com>
Co-authored-by: github-actions <github-actions@github.com>

* Update DOI list (#111)

* bump ord-schema version

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update with optical rotations

* Fix negative float validations.

* Update dataset description for Electrochem dataset.

Co-authored-by: Connor Coley <connorcoley@users.noreply.github.com>
Co-authored-by: Jason Wang <jasonwanglmao@gmail.com>
Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Steven Kearnes <kearnes@google.com>
Co-authored-by: Michael Maser <46490857+michaelmaser@users.noreply.github.com>
Co-authored-by: Steven Kearnes <skearnes@relaytx.com>
Co-authored-by: mwleklin <44303709+mwleklin@users.noreply.github.com>
brilee added a commit that referenced this pull request Jul 28, 2021
* Updating electrochem branch from main (#115)

* upload new data (#97) (#99)

* upload new data (#97)

* upload data

https://doi.org/10.26434/chemrxiv.14388557.v1

* delete old data

* upload new version of data

Added ligand name, double checked ligand structures

* Update submission

* Update badges

Co-authored-by: Jason Wang <jasonwanglmao@gmail.com>
Co-authored-by: github-actions <github-actions@github.com>

* OrgSyn example from ord_schema (#95) (#102)

* OrgSyn example from ord_schema (#95)

* OrgSyn example from ord_schema

* Coupling of α-carboxyl sp3-carbons with aryl halides (#84) (#87)

* Coupling of α-carboxyl sp3-carbons with aryl halides (#84)

* New biginelli dataset (renamed)

* Updates after reviews

* Photoredox submission

* Remove biginelli from fork (bad branch management)

* Fix Iridium charge state

* Update submission

* Update badges

Co-authored-by: github-actions <github-actions@github.com>

* bump ord-schema version (#96)

* Huffman islatravir dataset submission (#91) (#94)

* Huffman islatravir dataset submission (#91)

* Update submission

* Update badges

* resolve reactions.svg conflict

* Update badges

* Reset reaction IDs to workaround a bug in updates.py

* Update submission

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Steven Kearnes <skearnes@relaytx.com>
Co-authored-by: Steven Kearnes <kearnes@google.com>

* upload new data (#97) (#99)

* upload new data (#97)

* upload data

https://doi.org/10.26434/chemrxiv.14388557.v1

* delete old data

* upload new version of data

Added ligand name, double checked ligand structures

* Update submission

* Update badges

Co-authored-by: Jason Wang <jasonwanglmao@gmail.com>
Co-authored-by: github-actions <github-actions@github.com>

* Revisions, adding workup

* Addition order

* Extra drying step

* Fix reaction role

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Steven Kearnes <kearnes@google.com>
Co-authored-by: Michael Maser <46490857+michaelmaser@users.noreply.github.com>
Co-authored-by: Steven Kearnes <skearnes@relaytx.com>
Co-authored-by: Jason Wang <jasonwanglmao@gmail.com>

* Update submission

* Update badges

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Steven Kearnes <kearnes@google.com>
Co-authored-by: Michael Maser <46490857+michaelmaser@users.noreply.github.com>
Co-authored-by: Steven Kearnes <skearnes@relaytx.com>
Co-authored-by: Jason Wang <jasonwanglmao@gmail.com>

* Flow dataset from https://pubs.acs.org/doi/full/10.1021/co400012m (#103) (#104)

* Flow dataset from https://pubs.acs.org/doi/full/10.1021/co400012m (#103)

* Update submission

* Update badges

Co-authored-by: github-actions <github-actions@github.com>

* Use conda's pip (#106)

* bump ord-schema version

* Use conda's pip

Avoids having two versions of pandas installed, which is causing the build to fail.

* #86 (#108)

* Merge 'main' into #86 (#105)

* Cc submission biginelli (#83)

* Update to match 'main' (#82)

* Add dataset from Novartis (#79)

* Add dataset from Novartis

* Update submission

* Update badges

* Updates from @connorcoley (#80)

* Updates from @connorcoley

* Update badges

* use pbtxt

* Update submission

* Update badges

Co-authored-by: github-actions <github-actions@github.com>

Co-authored-by: github-actions <github-actions@github.com>

* Bump ord-schema to v0.3.4 (#81)

Co-authored-by: github-actions <github-actions@github.com>

* Biginelli dataset (#78)

* Biginelli dataset

* Add dataset from Novartis (#79)

* Add dataset from Novartis

* Update submission

* Update badges

* Updates from @connorcoley (#80)

* Updates from @connorcoley

* Update badges

* use pbtxt

* Update submission

* Update badges

Co-authored-by: github-actions <github-actions@github.com>

Co-authored-by: github-actions <github-actions@github.com>

* Bump ord-schema to v0.3.4 (#81)

* Update dataset name

* Revert "Biginelli dataset"

This reverts commit 97c3cdd.

* New biginelli dataset (renamed)

* Updates after reviews

Co-authored-by: Steven Kearnes <kearnes@google.com>
Co-authored-by: github-actions <github-actions@github.com>

* Update submission

* Update badges

Co-authored-by: Steven Kearnes <kearnes@google.com>
Co-authored-by: github-actions <github-actions@github.com>

* Bump ord-schema version to 0.3.9 (#88)

* Coupling of α-carboxyl sp3-carbons with aryl halides (#84) (#87)

* Coupling of α-carboxyl sp3-carbons with aryl halides (#84)

* New biginelli dataset (renamed)

* Updates after reviews

* Photoredox submission

* Remove biginelli from fork (bad branch management)

* Fix Iridium charge state

* Update submission

* Update badges

Co-authored-by: github-actions <github-actions@github.com>

* bump ord-schema version (#96)

* Huffman islatravir dataset submission (#91) (#94)

* Huffman islatravir dataset submission (#91)

* Update submission

* Update badges

* resolve reactions.svg conflict

* Update badges

* Reset reaction IDs to workaround a bug in updates.py

* Update submission

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Steven Kearnes <skearnes@relaytx.com>
Co-authored-by: Steven Kearnes <kearnes@google.com>

* upload new data (#97) (#99)

* upload new data (#97)

* upload data

https://doi.org/10.26434/chemrxiv.14388557.v1

* delete old data

* upload new version of data

Added ligand name, double checked ligand structures

* Update submission

* Update badges

Co-authored-by: Jason Wang <jasonwanglmao@gmail.com>
Co-authored-by: github-actions <github-actions@github.com>

* OrgSyn example from ord_schema (#95) (#102)

* OrgSyn example from ord_schema (#95)

* OrgSyn example from ord_schema

* Coupling of α-carboxyl sp3-carbons with aryl halides (#84) (#87)

* Coupling of α-carboxyl sp3-carbons with aryl halides (#84)

* New biginelli dataset (renamed)

* Updates after reviews

* Photoredox submission

* Remove biginelli from fork (bad branch management)

* Fix Iridium charge state

* Update submission

* Update badges

Co-authored-by: github-actions <github-actions@github.com>

* bump ord-schema version (#96)

* Huffman islatravir dataset submission (#91) (#94)

* Huffman islatravir dataset submission (#91)

* Update submission

* Update badges

* resolve reactions.svg conflict

* Update badges

* Reset reaction IDs to workaround a bug in updates.py

* Update submission

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Steven Kearnes <skearnes@relaytx.com>
Co-authored-by: Steven Kearnes <kearnes@google.com>

* upload new data (#97) (#99)

* upload new data (#97)

* upload data

https://doi.org/10.26434/chemrxiv.14388557.v1

* delete old data

* upload new version of data

Added ligand name, double checked ligand structures

* Update submission

* Update badges

Co-authored-by: Jason Wang <jasonwanglmao@gmail.com>
Co-authored-by: github-actions <github-actions@github.com>

* Revisions, adding workup

* Addition order

* Extra drying step

* Fix reaction role

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Steven Kearnes <kearnes@google.com>
Co-authored-by: Michael Maser <46490857+michaelmaser@users.noreply.github.com>
Co-authored-by: Steven Kearnes <skearnes@relaytx.com>
Co-authored-by: Jason Wang <jasonwanglmao@gmail.com>

* Update submission

* Update badges

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Steven Kearnes <kearnes@google.com>
Co-authored-by: Michael Maser <46490857+michaelmaser@users.noreply.github.com>
Co-authored-by: Steven Kearnes <skearnes@relaytx.com>
Co-authored-by: Jason Wang <jasonwanglmao@gmail.com>

* Flow dataset from https://pubs.acs.org/doi/full/10.1021/co400012m (#103) (#104)

* Flow dataset from https://pubs.acs.org/doi/full/10.1021/co400012m (#103)

* Update submission

* Update badges

Co-authored-by: github-actions <github-actions@github.com>

Co-authored-by: Connor Coley <connorcoley@users.noreply.github.com>
Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Michael Maser <46490857+michaelmaser@users.noreply.github.com>
Co-authored-by: Jason Wang <jasonwanglmao@gmail.com>

* Merge 'main' into #86 (#107)

* Cc submission biginelli (#83)

* Update to match 'main' (#82)

* Add dataset from Novartis (#79)

* Add dataset from Novartis

* Update submission

* Update badges

* Updates from @connorcoley (#80)

* Updates from @connorcoley

* Update badges

* use pbtxt

* Update submission

* Update badges

Co-authored-by: github-actions <github-actions@github.com>

Co-authored-by: github-actions <github-actions@github.com>

* Bump ord-schema to v0.3.4 (#81)

Co-authored-by: github-actions <github-actions@github.com>

* Biginelli dataset (#78)

* Biginelli dataset

* Add dataset from Novartis (#79)

* Add dataset from Novartis

* Update submission

* Update badges

* Updates from @connorcoley (#80)

* Updates from @connorcoley

* Update badges

* use pbtxt

* Update submission

* Update badges

Co-authored-by: github-actions <github-actions@github.com>

Co-authored-by: github-actions <github-actions@github.com>

* Bump ord-schema to v0.3.4 (#81)

* Update dataset name

* Revert "Biginelli dataset"

This reverts commit 97c3cdd.

* New biginelli dataset (renamed)

* Updates after reviews

Co-authored-by: Steven Kearnes <kearnes@google.com>
Co-authored-by: github-actions <github-actions@github.com>

* Update submission

* Update badges

Co-authored-by: Steven Kearnes <kearnes@google.com>
Co-authored-by: github-actions <github-actions@github.com>

* Bump ord-schema version to 0.3.9 (#88)

* Coupling of α-carboxyl sp3-carbons with aryl halides (#84) (#87)

* Coupling of α-carboxyl sp3-carbons with aryl halides (#84)

* New biginelli dataset (renamed)

* Updates after reviews

* Photoredox submission

* Remove biginelli from fork (bad branch management)

* Fix Iridium charge state

* Update submission

* Update badges

Co-authored-by: github-actions <github-actions@github.com>

* bump ord-schema version (#96)

* Huffman islatravir dataset submission (#91) (#94)

* Huffman islatravir dataset submission (#91)

* Update submission

* Update badges

* resolve reactions.svg conflict

* Update badges

* Reset reaction IDs to workaround a bug in updates.py

* Update submission

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Steven Kearnes <skearnes@relaytx.com>
Co-authored-by: Steven Kearnes <kearnes@google.com>

* upload new data (#97) (#99)

* upload new data (#97)

* upload data

https://doi.org/10.26434/chemrxiv.14388557.v1

* delete old data

* upload new version of data

Added ligand name, double checked ligand structures

* Update submission

* Update badges

Co-authored-by: Jason Wang <jasonwanglmao@gmail.com>
Co-authored-by: github-actions <github-actions@github.com>

* OrgSyn example from ord_schema (#95) (#102)

* OrgSyn example from ord_schema (#95)

* OrgSyn example from ord_schema

* Coupling of α-carboxyl sp3-carbons with aryl halides (#84) (#87)

* Coupling of α-carboxyl sp3-carbons with aryl halides (#84)

* New biginelli dataset (renamed)

* Updates after reviews

* Photoredox submission

* Remove biginelli from fork (bad branch management)

* Fix Iridium charge state

* Update submission

* Update badges

Co-authored-by: github-actions <github-actions@github.com>

* bump ord-schema version (#96)

* Huffman islatravir dataset submission (#91) (#94)

* Huffman islatravir dataset submission (#91)

* Update submission

* Update badges

* resolve reactions.svg conflict

* Update badges

* Reset reaction IDs to workaround a bug in updates.py

* Update submission

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Steven Kearnes <skearnes@relaytx.com>
Co-authored-by: Steven Kearnes <kearnes@google.com>

* upload new data (#97) (#99)

* upload new data (#97)

* upload data

https://doi.org/10.26434/chemrxiv.14388557.v1

* delete old data

* upload new version of data

Added ligand name, double checked ligand structures

* Update submission

* Update badges

Co-authored-by: Jason Wang <jasonwanglmao@gmail.com>
Co-authored-by: github-actions <github-actions@github.com>

* Revisions, adding workup

* Addition order

* Extra drying step

* Fix reaction role

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Steven Kearnes <kearnes@google.com>
Co-authored-by: Michael Maser <46490857+michaelmaser@users.noreply.github.com>
Co-authored-by: Steven Kearnes <skearnes@relaytx.com>
Co-authored-by: Jason Wang <jasonwanglmao@gmail.com>

* Update submission

* Update badges

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Steven Kearnes <kearnes@google.com>
Co-authored-by: Michael Maser <46490857+michaelmaser@users.noreply.github.com>
Co-authored-by: Steven Kearnes <skearnes@relaytx.com>
Co-authored-by: Jason Wang <jasonwanglmao@gmail.com>

* Flow dataset from https://pubs.acs.org/doi/full/10.1021/co400012m (#103) (#104)

* Flow dataset from https://pubs.acs.org/doi/full/10.1021/co400012m (#103)

* Update submission

* Update badges

Co-authored-by: github-actions <github-actions@github.com>

* Use conda's pip (#106)

* bump ord-schema version

* Use conda's pip

Avoids having two versions of pandas installed, which is causing the build to fail.

Co-authored-by: Connor Coley <connorcoley@users.noreply.github.com>
Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Michael Maser <46490857+michaelmaser@users.noreply.github.com>
Co-authored-by: Jason Wang <jasonwanglmao@gmail.com>

* Add hein-dataset.pbtxt (#86)

* Add hein-dataset.pbtxt

* fix product duplication

* Fix catalyst SMILES

* updates

* updates

* Update submission

* Update badges

Co-authored-by: Connor Coley <connorcoley@users.noreply.github.com>
Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Michael Maser <46490857+michaelmaser@users.noreply.github.com>
Co-authored-by: Jason Wang <jasonwanglmao@gmail.com>

* Merge #93 into main (#109)

* Merge main into 93 (#101)

* Coupling of α-carboxyl sp3-carbons with aryl halides (#84) (#87)

* Coupling of α-carboxyl sp3-carbons with aryl halides (#84)

* New biginelli dataset (renamed)

* Updates after reviews

* Photoredox submission

* Remove biginelli from fork (bad branch management)

* Fix Iridium charge state

* Update submission

* Update badges

Co-authored-by: github-actions <github-actions@github.com>

* bump ord-schema version (#96)

* Huffman islatravir dataset submission (#91) (#94)

* Huffman islatravir dataset submission (#91)

* Update submission

* Update badges

* resolve reactions.svg conflict

* Update badges

* Reset reaction IDs to workaround a bug in updates.py

* Update submission

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Steven Kearnes <skearnes@relaytx.com>
Co-authored-by: Steven Kearnes <kearnes@google.com>

* upload new data (#97) (#99)

* upload new data (#97)

* upload data

https://doi.org/10.26434/chemrxiv.14388557.v1

* delete old data

* upload new version of data

Added ligand name, double checked ligand structures

* Update submission

* Update badges

Co-authored-by: Jason Wang <jasonwanglmao@gmail.com>
Co-authored-by: github-actions <github-actions@github.com>

Co-authored-by: Connor Coley <connorcoley@users.noreply.github.com>
Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Michael Maser <46490857+michaelmaser@users.noreply.github.com>
Co-authored-by: Jason Wang <jasonwanglmao@gmail.com>

* Uploading Dataset for https://doi.org/10.1039/C5SC04751J Partial Figure 4 (#93)

* Add files via upload

* Update File

* Reupload with correct internal standard concentration

* Update submission

* Update badges

Co-authored-by: Connor Coley <connorcoley@users.noreply.github.com>
Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Michael Maser <46490857+michaelmaser@users.noreply.github.com>
Co-authored-by: Jason Wang <jasonwanglmao@gmail.com>
Co-authored-by: mwleklin <44303709+mwleklin@users.noreply.github.com>

* Expt2 10.1021/acs.accounts.0c00760 (#100) (#114)

* Expt2 10.1021/acs.accounts.0c00760 (#100)

* Add files via upload

* Delete Figure4_dataset.pbtxt

* Uploading Data for 10.1021/acs.accounts.0c00760

* Add files via upload

Co-authored-by: Steven Kearnes <kearnes@google.com>

* Update submission

* Update badges

Co-authored-by: mwleklin <44303709+mwleklin@users.noreply.github.com>
Co-authored-by: Steven Kearnes <kearnes@google.com>
Co-authored-by: github-actions <github-actions@github.com>

* Update DOI list (#111)

* bump ord-schema version

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

Co-authored-by: Jason Wang <jasonwanglmao@gmail.com>
Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Steven Kearnes <kearnes@google.com>
Co-authored-by: Michael Maser <46490857+michaelmaser@users.noreply.github.com>
Co-authored-by: Steven Kearnes <skearnes@relaytx.com>
Co-authored-by: mwleklin <44303709+mwleklin@users.noreply.github.com>

* Electroreductive coupling of Alkenyl and Benzyl Halides (#98)

* Electroreductive coupling of Alkenyl and Benzyl Halides

* Fix validation errors

* upload new data (#97) (#99)

* upload new data (#97)

* upload data

https://doi.org/10.26434/chemrxiv.14388557.v1

* delete old data

* upload new version of data

Added ligand name, double checked ligand structures

* Update submission

* Update badges

Co-authored-by: Jason Wang <jasonwanglmao@gmail.com>
Co-authored-by: github-actions <github-actions@github.com>

* OrgSyn example from ord_schema (#95) (#102)

* OrgSyn example from ord_schema (#95)

* OrgSyn example from ord_schema

* Coupling of α-carboxyl sp3-carbons with aryl halides (#84) (#87)

* Coupling of α-carboxyl sp3-carbons with aryl halides (#84)

* New biginelli dataset (renamed)

* Updates after reviews

* Photoredox submission

* Remove biginelli from fork (bad branch management)

* Fix Iridium charge state

* Update submission

* Update badges

Co-authored-by: github-actions <github-actions@github.com>

* bump ord-schema version (#96)

* Huffman islatravir dataset submission (#91) (#94)

* Huffman islatravir dataset submission (#91)

* Update submission

* Update badges

* resolve reactions.svg conflict

* Update badges

* Reset reaction IDs to workaround a bug in updates.py

* Update submission

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Steven Kearnes <skearnes@relaytx.com>
Co-authored-by: Steven Kearnes <kearnes@google.com>

* upload new data (#97) (#99)

* upload new data (#97)

* upload data

https://doi.org/10.26434/chemrxiv.14388557.v1

* delete old data

* upload new version of data

Added ligand name, double checked ligand structures

* Update submission

* Update badges

Co-authored-by: Jason Wang <jasonwanglmao@gmail.com>
Co-authored-by: github-actions <github-actions@github.com>

* Revisions, adding workup

* Addition order

* Extra drying step

* Fix reaction role

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Steven Kearnes <kearnes@google.com>
Co-authored-by: Michael Maser <46490857+michaelmaser@users.noreply.github.com>
Co-authored-by: Steven Kearnes <skearnes@relaytx.com>
Co-authored-by: Jason Wang <jasonwanglmao@gmail.com>

* Update submission

* Update badges

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Steven Kearnes <kearnes@google.com>
Co-authored-by: Michael Maser <46490857+michaelmaser@users.noreply.github.com>
Co-authored-by: Steven Kearnes <skearnes@relaytx.com>
Co-authored-by: Jason Wang <jasonwanglmao@gmail.com>

* Update delano dataset

* Upload dataset as .pb.gz

* Flow dataset from https://pubs.acs.org/doi/full/10.1021/co400012m (#103) (#104)

* Flow dataset from https://pubs.acs.org/doi/full/10.1021/co400012m (#103)

* Update submission

* Update badges

Co-authored-by: github-actions <github-actions@github.com>

* Use conda's pip (#106)

* bump ord-schema version

* Use conda's pip

Avoids having two versions of pandas installed, which is causing the build to fail.

* #86 (#108)

* Merge 'main' into #86 (#105)

* Cc submission biginelli (#83)

* Update to match 'main' (#82)

* Add dataset from Novartis (#79)

* Add dataset from Novartis

* Update submission

* Update badges

* Updates from @connorcoley (#80)

* Updates from @connorcoley

* Update badges

* use pbtxt

* Update submission

* Update badges

Co-authored-by: github-actions <github-actions@github.com>

Co-authored-by: github-actions <github-actions@github.com>

* Bump ord-schema to v0.3.4 (#81)

Co-authored-by: github-actions <github-actions@github.com>

* Biginelli dataset (#78)

* Biginelli dataset

* Add dataset from Novartis (#79)

* Add dataset from Novartis

* Update submission

* Update badges

* Updates from @connorcoley (#80)

* Updates from @connorcoley

* Update badges

* use pbtxt

* Update submission

* Update badges

Co-authored-by: github-actions <github-actions@github.com>

Co-authored-by: github-actions <github-actions@github.com>

* Bump ord-schema to v0.3.4 (#81)

* Update dataset name

* Revert "Biginelli dataset"

This reverts commit 97c3cdd.

* New biginelli dataset (renamed)

* Updates after reviews

Co-authored-by: Steven Kearnes <kearnes@google.com>
Co-authored-by: github-actions <github-actions@github.com>

* Update submission

* Update badges

Co-authored-by: Steven Kearnes <kearnes@google.com>
Co-authored-by: github-actions <github-actions@github.com>

* Bump ord-schema version to 0.3.9 (#88)

* Coupling of α-carboxyl sp3-carbons with aryl halides (#84) (#87)

* Coupling of α-carboxyl sp3-carbons with aryl halides (#84)

* New biginelli dataset (renamed)

* Updates after reviews

* Photoredox submission

* Remove biginelli from fork (bad branch management)

* Fix Iridium charge state

* Update submission

* Update badges

Co-authored-by: github-actions <github-actions@github.com>

* bump ord-schema version (#96)

* Huffman islatravir dataset submission (#91) (#94)

* Huffman islatravir dataset submission (#91)

* Update submission

* Update badges

* resolve reactions.svg conflict

* Update badges

* Reset reaction IDs to workaround a bug in updates.py

* Update submission

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Steven Kearnes <skearnes@relaytx.com>
Co-authored-by: Steven Kearnes <kearnes@google.com>

* upload new data (#97) (#99)

* upload new data (#97)

* upload data

https://doi.org/10.26434/chemrxiv.14388557.v1

* delete old data

* upload new version of data

Added ligand name, double checked ligand structures

* Update submission

* Update badges

Co-authored-by: Jason Wang <jasonwanglmao@gmail.com>
Co-authored-by: github-actions <github-actions@github.com>

* OrgSyn example from ord_schema (#95) (#102)

* OrgSyn example from ord_schema (#95)

* OrgSyn example from ord_schema

* Coupling of α-carboxyl sp3-carbons with aryl halides (#84) (#87)

* Coupling of α-carboxyl sp3-carbons with aryl halides (#84)

* New biginelli dataset (renamed)

* Updates after reviews

* Photoredox submission

* Remove biginelli from fork (bad branch management)

* Fix Iridium charge state

* Update submission

* Update badges

Co-authored-by: github-actions <github-actions@github.com>

* bump ord-schema version (#96)

* Huffman islatravir dataset submission (#91) (#94)

* Huffman islatravir dataset submission (#91)

* Update submission

* Update badges

* resolve reactions.svg conflict

* Update badges

* Reset reaction IDs to workaround a bug in updates.py

* Update submission

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Steven Kearnes <skearnes@relaytx.com>
Co-authored-by: Steven Kearnes <kearnes@google.com>

* upload new data (#97) (#99)

* upload new data (#97)

* upload data

https://doi.org/10.26434/chemrxiv.14388557.v1

* delete old data

* upload new version of data

Added ligand name, double checked ligand structures

* Update submission

* Update badges

Co-authored-by: Jason Wang <jasonwanglmao@gmail.com>
Co-authored-by: github-actions <github-actions@github.com>

* Revisions, adding workup

* Addition order

* Extra drying step

* Fix reaction role

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Steven Kearnes <kearnes@google.com>
Co-authored-by: Michael Maser <46490857+michaelmaser@users.noreply.github.com>
Co-authored-by: Steven Kearnes <skearnes@relaytx.com>
Co-authored-by: Jason Wang <jasonwanglmao@gmail.com>

* Update submission

* Update badges

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Steven Kearnes <kearnes@google.com>
Co-authored-by: Michael Maser <46490857+michaelmaser@users.noreply.github.com>
Co-authored-by: Steven Kearnes <skearnes@relaytx.com>
Co-authored-by: Jason Wang <jasonwanglmao@gmail.com>

* Flow dataset from https://pubs.acs.org/doi/full/10.1021/co400012m (#103) (#104)

* Flow dataset from https://pubs.acs.org/doi/full/10.1021/co400012m (#103)

* Update submission

* Update badges

Co-authored-by: github-actions <github-actions@github.com>

Co-authored-by: Connor Coley <connorcoley@users.noreply.github.com>
Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Michael Maser <46490857+michaelmaser@users.noreply.github.com>
Co-authored-by: Jason Wang <jasonwanglmao@gmail.com>

* Merge 'main' into #86 (#107)

* Cc submission biginelli (#83)

* Update to match 'main' (#82)

* Add dataset from Novartis (#79)

* Add dataset from Novartis

* Update submission

* Update badges

* Updates from @connorcoley (#80)

* Updates from @connorcoley

* Update badges

* use pbtxt

* Update submission

* Update badges

Co-authored-by: github-actions <github-actions@github.com>

Co-authored-by: github-actions <github-actions@github.com>

* Bump ord-schema to v0.3.4 (#81)

Co-authored-by: github-actions <github-actions@github.com>

* Biginelli dataset (#78)

* Biginelli dataset

* Add dataset from Novartis (#79)

* Add dataset from Novartis

* Update submission

* Update badges

* Updates from @connorcoley (#80)

* Updates from @connorcoley

* Update badges

* use pbtxt

* Update submission

* Update badges

Co-authored-by: github-actions <github-actions@github.com>

Co-authored-by: github-actions <github-actions@github.com>

* Bump ord-schema to v0.3.4 (#81)

* Update dataset name

* Revert "Biginelli dataset"

This reverts commit 97c3cdd.

* New biginelli dataset (renamed)

* Updates after reviews

Co-authored-by: Steven Kearnes <kearnes@google.com>
Co-authored-by: github-actions <github-actions@github.com>

* Update submission

* Update badges

Co-authored-by: Steven Kearnes <kearnes@google.com>
Co-authored-by: github-actions <github-actions@github.com>

* Bump ord-schema version to 0.3.9 (#88)

* Coupling of α-carboxyl sp3-carbons with aryl halides (#84) (#87)

* Coupling of α-carboxyl sp3-carbons with aryl halides (#84)

* New biginelli dataset (renamed)

* Updates after reviews

* Photoredox submission

* Remove biginelli from fork (bad branch management)

* Fix Iridium charge state

* Update submission

* Update badges

Co-authored-by: github-actions <github-actions@github.com>

* bump ord-schema version (#96)

* Huffman islatravir dataset submission (#91) (#94)

* Huffman islatravir dataset submission (#91)

* Update submission

* Update badges

* resolve reactions.svg conflict

* Update badges

* Reset reaction IDs to workaround a bug in updates.py

* Update submission

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Steven Kearnes <skearnes@relaytx.com>
Co-authored-by: Steven Kearnes <kearnes@google.com>

* upload new data (#97) (#99)

* upload new data (#97)

* upload data

https://doi.org/10.26434/chemrxiv.14388557.v1

* delete old data

* upload new version of data

Added ligand name, double checked ligand structures

* Update submission

* Update badges

Co-authored-by: Jason Wang <jasonwanglmao@gmail.com>
Co-authored-by: github-actions <github-actions@github.com>

* OrgSyn example from ord_schema (#95) (#102)

* OrgSyn example from ord_schema (#95)

* OrgSyn example from ord_schema

* Coupling of α-carboxyl sp3-carbons with aryl halides (#84) (#87)

* Coupling of α-carboxyl sp3-carbons with aryl halides (#84)

* New biginelli dataset (renamed)

* Updates after reviews

* Photoredox submission

* Remove biginelli from fork (bad branch management)

* Fix Iridium charge state

* Update submission

* Update badges

Co-authored-by: github-actions <github-actions@github.com>

* bump ord-schema version (#96)

* Huffman islatravir dataset submission (#91) (#94)

* Huffman islatravir dataset submission (#91)

* Update submission

* Update badges

* resolve reactions.svg conflict

* Update badges

* Reset reaction IDs to workaround a bug in updates.py

* Update submission

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Steven Kearnes <skearnes@relaytx.com>
Co-authored-by: Steven Kearnes <kearnes@google.com>

* upload new data (#97) (#99)

* upload new data (#97)

* upload data

https://doi.org/10.26434/chemrxiv.14388557.v1

* delete old data

* upload new version of data

Added ligand name, double checked ligand structures

* Update submission

* Update badges

Co-authored-by: Jason Wang <jasonwanglmao@gmail.com>
Co-authored-by: github-actions <github-actions@github.com>

* Revisions, adding workup

* Addition order

* Extra drying step

* Fix reaction role

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Steven Kearnes <kearnes@google.com>
Co-authored-by: Michael Maser <46490857+michaelmaser@users.noreply.github.com>
Co-authored-by: Steven Kearnes <skearnes@relaytx.com>
Co-authored-by: Jason Wang <jasonwanglmao@gmail.com>

* Update submission

* Update badges

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Steven Kearnes <kearnes@google.com>
Co-authored-by: Michael Maser <46490857+michaelmaser@users.noreply.github.com>
Co-authored-by: Steven Kearnes <skearnes@relaytx.com>
Co-authored-by: Jason Wang <jasonwanglmao@gmail.com>

* Flow dataset from https://pubs.acs.org/doi/full/10.1021/co400012m (#103) (#104)

* Flow dataset from https://pubs.acs.org/doi/full/10.1021/co400012m (#103)

* Update submission

* Update badges

Co-authored-by: github-actions <github-actions@github.com>

* Use conda's pip (#106)

* bump ord-schema version

* Use conda's pip

Avoids having two versions of pandas installed, which is causing the build to fail.

Co-authored-by: Connor Coley <connorcoley@users.noreply.github.com>
Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Michael Maser <46490857+michaelmaser@users.noreply.github.com>
Co-authored-by: Jason Wang <jasonwanglmao@gmail.com>

* Add hein-dataset.pbtxt (#86)

* Add hein-dataset.pbtxt

* fix product duplication

* Fix catalyst SMILES

* updates

* updates

* Update submission

* Update badges

Co-authored-by: Connor Coley <connorcoley@users.noreply.github.com>
Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Michael Maser <46490857+michaelmaser@users.noreply.github.com>
Co-authored-by: Jason Wang <jasonwanglmao@gmail.com>

* Merge #93 into main (#109)

* Merge main into 93 (#101)

* Coupling of α-carboxyl sp3-carbons with aryl halides (#84) (#87)

* Coupling of α-carboxyl sp3-carbons with aryl halides (#84)

* New biginelli dataset (renamed)

* Updates after reviews

* Photoredox submission

* Remove biginelli from fork (bad branch management)

* Fix Iridium charge state

* Update submission

* Update badges

Co-authored-by: github-actions <github-actions@github.com>

* bump ord-schema version (#96)

* Huffman islatravir dataset submission (#91) (#94)

* Huffman islatravir dataset submission (#91)

* Update submission

* Update badges

* resolve reactions.svg conflict

* Update badges

* Reset reaction IDs to workaround a bug in updates.py

* Update submission

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Steven Kearnes <skearnes@relaytx.com>
Co-authored-by: Steven Kearnes <kearnes@google.com>

* upload new data (#97) (#99)

* upload new data (#97)

* upload data

https://doi.org/10.26434/chemrxiv.14388557.v1

* delete old data

* upload new version of data

Added ligand name, double checked ligand structures

* Update submission

* Update badges

Co-authored-by: Jason Wang <jasonwanglmao@gmail.com>
Co-authored-by: github-actions <github-actions@github.com>

Co-authored-by: Connor Coley <connorcoley@users.noreply.github.com>
Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Michael Maser <46490857+michaelmaser@users.noreply.github.com>
Co-authored-by: Jason Wang <jasonwanglmao@gmail.com>

* Uploading Dataset for https://doi.org/10.1039/C5SC04751J Partial Figure 4 (#93)

* Add files via upload

* Update File

* Reupload with correct internal standard concentration

* Update submission

* Update badges

Co-authored-by: Connor Coley <connorcoley@users.noreply.github.com>
Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Michael Maser <46490857+michaelmaser@users.noreply.github.com>
Co-authored-by: Jason Wang <jasonwanglmao@gmail.com>
Co-authored-by: mwleklin <44303709+mwleklin@users.noreply.github.com>

* Expt2 10.1021/acs.accounts.0c00760 (#100) (#114)

* Expt2 10.1021/acs.accounts.0c00760 (#100)

* Add files via upload

* Delete Figure4_dataset.pbtxt

* Uploading Data for 10.1021/acs.accounts.0c00760

* Add files via upload

Co-authored-by: Steven Kearnes <kearnes@google.com>

* Update submission

* Update badges

Co-authored-by: mwleklin <44303709+mwleklin@users.noreply.github.com>
Co-authored-by: Steven Kearnes <kearnes@google.com>
Co-authored-by: github-actions <github-actions@github.com>

* Update DOI list (#111)

* bump ord-schema version

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update with optical rotations

* Fix negative float validations.

* Update dataset description for Electrochem dataset.

Co-authored-by: Connor Coley <connorcoley@users.noreply.github.com>
Co-authored-by: Jason Wang <jasonwanglmao@gmail.com>
Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Steven Kearnes <kearnes@google.com>
Co-authored-by: Michael Maser <46490857+michaelmaser@users.noreply.github.com>
Co-authored-by: Steven Kearnes <skearnes@relaytx.com>
Co-authored-by: mwleklin <44303709+mwleklin@users.noreply.github.com>

* Update submission

* Update badges

Co-authored-by: Connor Coley <connorcoley@users.noreply.github.com>
Co-authored-by: Jason Wang <jasonwanglmao@gmail.com>
Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Steven Kearnes <kearnes@google.com>
Co-authored-by: Michael Maser <46490857+michaelmaser@users.noreply.github.com>
Co-authored-by: Steven Kearnes <skearnes@relaytx.com>
Co-authored-by: mwleklin <44303709+mwleklin@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants