#!/usr/bin/env bash
# Bulk download script for GSE5851
# Generated from Yeo Lab Publications Database
# Total files: 1

OUTDIR="GSE5851"
mkdir -p "$OUTDIR"
cd "$OUTDIR"

# --- GEO supplementary files ---
wget -nc "ftp://ftp.ncbi.nlm.nih.gov/geo/series/GSE5nnn/GSE5851/suppl/GSE5851_RAW.tar" -O "GSE5851_RAW.tar"

echo "Download complete. Files saved to $OUTDIR"