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

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

# --- GEO supplementary files ---
wget -nc "ftp://ftp.ncbi.nlm.nih.gov/geo/series/GSE1nnn/GSE1133/suppl/GSE1133_RAW.tar" -O "GSE1133_RAW.tar"

echo "Download complete. Files saved to $OUTDIR"