← BioTransfer
Guide · Data sharingUpdated July 16, 2026

How to transfer large FASTQ & BAM files

A single lane of sequencing can produce tens of gigabytes of FASTQ; an aligned BAM or a single-cell matrix isn't far behind. Then a collaborator says "just send it over" — and the trouble begins. This guide covers why normal sharing breaks on genomic data, how the classic command-line options really compare, and the fastest secure way to move multi-gigabyte files between labs.

Why sequencing files break normal sharing

The formats researchers exchange every day are simply too big for consumer tools:

Email caps out around 25 MB. Consumer cloud drives technically hold the file, but choke on multi-gigabyte uploads over a lab connection, silently pause, or wrap everything in a login wall the recipient doesn't have. And genomic data from humans carries HIPAA / GDPR obligations that a shared Drive folder wasn't built for.

The options, compared honestly

Every method below works — the question is what it costs you in setup, size limits, and hassle for the person on the other end.

MethodSize limitSetupRecipient needsFor genomics
Email attachment~25 MBNoneNothing✗ Unusable
Consumer cloud driveLarge, flakyAccountAccount / login△ Clunky
scp / rsyncUnlimitedSSH keys, serverShell access△ Technical
GlobusUnlimitedEndpoints both endsGlobus account△ Institutional
Browser transfer (BioTransfer)Connection-boundNoneJust a link✓ Built for it

Command-line tools like scp, rsync and Globus are excellent inside an institution — but they assume both ends have accounts, keys, or matching endpoints. For a quick hand-off to a collaborator at another lab (or a reviewer, or a clinician), that setup is the bottleneck.

The fastest path: send it from the browser

A browser-based transfer avoids the whole setup problem. With BioTransfer the flow is:

  1. Drag the file in. It's sliced into chunks and streamed directly to object storage — so the ceiling is your connection, not an inbox limit. Nothing is capped at a few gigabytes.
  2. Integrity is checked automatically. A checksum is computed so a truncated FASTQ never slips through to break alignment downstream.
  3. Add biology-friendly metadata (organism, assay) so the recipient knows what they're getting.
  4. Share one link. The recipient downloads straight from storage — no account, no login.
Sensitive human data? BioTransfer supports end-to-end (zero-knowledge) encryption: the file is encrypted in your browser and the key lives in the link fragment, never on the server. Files auto-expire, so nothing lingers — which is exactly what HIPAA/GDPR data minimization wants.

Best practices for moving sequencing data

Transfer FASTQ, BAM & large datasets — free

Browser-based, encrypted, no account for the recipient. Send multi-gigabyte sequencing files with one link.

Start a transfer →

Looking for the data itself first? Find and download public datasets with the GEO Dataset Finder, or explore more free research tools on the BioTransfer home page.

Guide · BioTransfer · More articles