Bio Dropzone
@genomics/bio-dropzone
Format-sniffing intake for local genomics files.
Preview
Drop a genomics file, or click to browse
FASTA · VCF · GFF/GTF/BED · Newick · Stockholm/A3M/Clustal · PDB/mmCIF
Or try a sample:
About
Drop or browse a FASTA, VCF, GFF/GTF/BED, Newick, Stockholm/A3M/Clustal, or PDB/mmCIF file; it sniffs the format from name and content, parses it into the matching domain type, and hands each result to onLoad. The Tier-0 companion to the viewers — what turns 'sample data' into 'point it at a real file'.
Usage
import { BioDropzone } from "@/components/ui/bio-dropzone"
<BioDropzone onLoad={(file) => route(file.result)} />Registry dependencies
npm dependencies
lucide-react
Source:
components/ui/bio-dropzone.tsx