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

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

# --- GEO supplementary files ---
wget -nc "ftp://ftp.ncbi.nlm.nih.gov/geo/series/GSE16nnn/GSE16689/suppl/GSE16689_RAW.tar" -O "GSE16689_RAW.tar"

echo "Download complete. Files saved to $OUTDIR"