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

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

# --- GEO supplementary files ---
wget -nc "ftp://ftp.ncbi.nlm.nih.gov/geo/series/GSE54nnn/GSE54969/suppl/GSE54969_RAW.tar" -O "GSE54969_RAW.tar"

echo "Download complete. Files saved to $OUTDIR"