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

add GPTBioInsightor #193

Merged
merged 2 commits into from
Aug 13, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions packages/GPTBioInsightor/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: GPTBioInsightor
description: |
GPTBioInsightor is a tool designed for single-cell data analysis, particularly beneficial for newcomers to a biological field or those in interdisciplinary areas who may lack sufficient biological background knowledge.
GPTBioInsightor utilizes the powerful capabilities of large language models to help people quickly gain knowledge and insight, enhancing their work efficiency.
project_home: https://github.com/huang-sh/GPTBioInsightor
documentation_home: https://gptbioinsightor.readthedocs.io/
install:
pypi: gptbioinsightor
tags:
- single-cell
- bioinformatics
- LLM
- AI
license: BSD-3-Clause
version: v0.3.0
authors:
- huangsh
test_command: pip install "." && pytest
Loading