You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we don't have a method that fetches the list of chemical ids by the 'type of id (ex. CasRN, DTXSID).'
The goal is to create a method called fetchChemicals which takes input parameter of 'type of id (ex. CasRN, DTXSID)' and 'list of ids' to return a list of chemicals matching those id list input.
TODO:
Create method fetchChemicals
The text was updated successfully, but these errors were encountered:
This update makes the following changes:
- Created method fetch_chemicals to fetch list of chemical data matching
the specific type/value of property input.
- Created test for fetch_chemicals.
- Updated .gitignore to ignore pushing test result files used
specifically for local pytest.
Currently we don't have a method that fetches the list of chemical ids by the 'type of id (ex. CasRN, DTXSID).'
The goal is to create a method called fetchChemicals which takes input parameter of 'type of id (ex. CasRN, DTXSID)' and 'list of ids' to return a list of chemicals matching those id list input.
TODO:
The text was updated successfully, but these errors were encountered: