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

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

# --- GEO supplementary files ---
wget -nc "ftp://ftp.ncbi.nlm.nih.gov/geo/series/GSE151nnn/GSE151788/suppl/GSE151788_RAW.tar" -O "GSE151788_RAW.tar"

echo "Download complete. Files saved to $OUTDIR"