run-llama / llama-hub

A library of data loaders for LLMs made by the community -- to be used with LlamaIndex and/or LangChain
https://llamahub.ai/
MIT License
3.45k stars 732 forks source link

feat(GenomeAnnotationReader): Reader of NCBI's genome annotetion at nuccore databases #676

Closed acpguedes closed 11 months ago

acpguedes commented 11 months ago

Description

I included a new reader to read NCBI's genome annotation. It receive a species name and search the organism against NCBI's nuccore databases and return a array of genome annotation of this species to multiple strains.

Fixes # (issue)

Type of Change

Please delete options that are not relevant.

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

Suggested Checklist:

image

Re-doing PR of https://github.com/run-llama/llama-hub/pull/662

review-notebook-app[bot] commented 11 months ago

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

EmanuelCampos commented 11 months ago

@acpguedes can you fix the conflicts?

acpguedes commented 11 months ago

solve conflicts

acpguedes commented 11 months ago

solved, I will redo pr