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

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

# --- GEO supplementary files ---
wget -nc "ftp://ftp.ncbi.nlm.nih.gov/geo/series/GSE88nnn/GSE88633/suppl/GSE88633_RAW.tar" -O "GSE88633_RAW.tar"

echo "Download complete. Files saved to $OUTDIR"