Skip to content
View musharna's full-sized avatar

Block or report musharna

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
musharna/README.md

Hi, I'm Jaret πŸ‘‹

PhD student in Genetics, Bioinformatics & Computational Biology at Virginia Tech (Wright lab, co-advised by David Haak). I work on plant genomics and plant computer vision, and I build the MCP servers and CLI tools I use to do that research with LLMs.

🌱 Research

  • PhD work: auxin / ARF genomics and RNA-seq differential expression.
  • orchid-clip: a BioCLIP 2 fine-tune for orchid identification. The demo reports a genus and names a species only when it is confident. Write-up.
  • orchid-hybrid-visualizer: predicted appearances of 27 Cattleya hybrids. Across 1,002 registered hybrids, a real hybrid's image embedding sits near its parents' midpoint, and further off the line between them when the parents look more different. Demo.
  • Undergraduate research (Case lab, Kent State): leaf measurement and whole-plant silhouettes from Lobelia herbarium specimens. Write-up.

🧬 Tools for genomics research

To try one: uvx plant-genomics-mcp starts a server, and each repo's README has the one-line config for Claude Code or any other MCP client.

  • plant-genomics-mcp PyPI β€” 50+ genomics tools over 23 backends (Ensembl Plants, Phytozome, UniProt, AlphaFold DB, JASPAR, KEGG, …).
  • data-aggregator-mcp PyPI β€” search and fetch datasets from Zenodo, DataCite, GEO/SRA, PubMed and OpenAIRE through one interface.
  • plantcv-mcp PyPI β€” PlantCV trait measurements, released only after you have seen the segmentation overlay they come from (batch mode reuses a recipe checked that way).
  • breedsim-mcp PyPI β€” breeding-scheme simulation with AlphaSimR. Reports mean, sd and CI across replicates.
  • phylokit-mcp PyPI β€” phylogenetic inference with IQ-TREE 3 (through piqtree), with bootstrap support included.
  • taxon3d β€” blind comparison benchmark for AI-generated 3D models of organisms, judged against reference photographs.

πŸ›  Tools for doing research with LLMs

  • ghostcite PyPI β€” checks author/year against the DOI's CrossRef record and flags retractions. No LLM in the core check. Runs as a pre-commit hook or GitHub Action.
  • llm-panel PyPI β€” send one question to several LLMs, see all the answers, then let them rebut each other anonymously.
  • jobd PyPI β€” a job broker for your own machines: one FastAPI + SQLite service plus a worker on each host. Routes by GPU/tool tags and exposes the queue over MCP.

πŸ“« Find me

musharna.github.io Β· Hugging Face Β· ORCID 0009-0003-4055-5238

Pinned Loading

  1. data-aggregator-mcp data-aggregator-mcp Public

    Unified research-data acquisition MCP β€” search & fetch datasets across Zenodo, DataCite, NCBI omics (GEO/SRA/BioProject), and literature (PubMed/OpenAIRE) behind one normalized model.

    Python 4

  2. plant-genomics-mcp plant-genomics-mcp Public

    Plant genomics MCP server β€” 50+ tools across 23 backends (Ensembl Plants, Phytozome, UniProt, AlphaFold DB, PDBe, InterPro, JASPAR, PANTHER, OrthoDB, AraGWAS, NCBI BLAST, Gramene, KEGG, STRING-DB, …

    Python 6

  3. ghostcite ghostcite Public

    Deterministic CLI (no LLM in the core check) that catches ghost citations β€” when the author/year you cited doesn't match the DOI's CrossRef record (+ retraction flags).

    Python 1

  4. orchid-clip orchid-clip Public

    A long-tail-aware CLIP for fine-grained orchid identification β€” and an honest map of where fine-grained transfer hits a wall. Model + live demo on HF.

    Python 1

  5. phylokit-mcp phylokit-mcp Public

    MCP server for phylogenetic inference over IQ-TREE 3 (through piqtree) β€” never returns a topology without its bootstrap support

    Python

  6. plantcv-mcp plantcv-mcp Public

    MCP server exposing PlantCV as a measurement instrument β€” plant traits plus the segmentation overlay they were measured from

    Python