Closed mattwelborn closed 4 years ago
@PierMorgante For example S22's tagline is something like "22 small intermolecular biocomplexes" or the like.
Hi Daniel and Matt, is "A small database of statistically significant chemical properties ranging from transition metals to artificial molecules" okay or is it too long?
Can you add a ...curated from x.
where x
could be literature datasets
or similar.
What about "A small database of statistically significant chemical properties ranging from transition metals to artificial molecules coming from the three largest computational databases in the literature: MGCDB84, GMTKN55, and Minnesota 2015B"?
Sounds good, can you make a PR to update this? Probably a ds = ...; ds.data.tagline = ...; ds.save()
.
To get you started:
import qcportal as ptl
client = ptl.FractalClient.from_file()
ds = client.get_collection("ReactionDataset", "ASCDB")
ds.data.__dict__["tagline"] = "TODO"
ds.save()
On Thu, Mar 12, 2020 at 10:20 AM Daniel Smith notifications@github.com wrote:
Sounds good, can you make a PR to update this? Probably a ds = ...; ds.data.tagline = ...; ds.save().
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/MolSSI/MQCAS/issues/5#issuecomment-598212968, or unsubscribe https://github.com/notifications/unsubscribe-auth/AALQNAZV4XAKE47GCQ6TQRLRHDVSVANCNFSM4LGAUYFA .
Data Location ReactionDataset ASCDB
Describe the issue Its tagline is None.