Welcome to the BrAPI Search Tool repository! This project is designed to provide a unified platform for searching plant breeding data across multiple databases using the BrAPI interface.
The BrAPI Search Tool, developed by the GrainGenes team, leverages the BrAPI Interface to offer a seamless search experience for various data types such as germplasm, traits, and trials. By utilizing BrAPI, this tool integrates data from multiple databases without requiring direct connections, simplifying access and improving data accessibility for research purposes.
- Search across multiple databases for germplasm, traits, and trials.
- Unified interface leveraging the BrAPI specification.
- Access comprehensive data without direct database connections.
- Easy-to-use web interface with interactive elements.
- Python 3.x
- Flask
- Other dependencies listed in
requirements.txt
-
Clone the repository:
git clone https://github.com/NehaSJ99/BrAPI_Search.git
-
Navigate to the project directory:
cd BrAPI_Search -
Install the required packages:
pip install -r requirements.txt
-
Run the application:
python app.py
-
Access the application by visiting
http://localhost:5000in your web browser.
- Home Page: Start your search by entering keywords or selecting filters.
- Search Results: View and interact with the search results displayed.
- Details Page: Click on individual items to view detailed information.
This project is licensed under the MIT License. See the LICENSE file for details.
For any questions or feedback, please reach out to:
- Neha Jagtap - njagtap@ncsu.edu
Feel free to open issues or create discussions for any questions or suggestions.
Thank you for checking out the BrAPI Search Tool! We hope it helps you in your research and data management.