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

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

# --- GEO supplementary files ---
wget -nc "ftp://ftp.ncbi.nlm.nih.gov/geo/series/GSE28nnn/GSE28359/suppl/GSE28359_RAW.tar" -O "GSE28359_RAW.tar"

echo "Download complete. Files saved to $OUTDIR"