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

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

# --- GEO supplementary files ---
wget -nc "ftp://ftp.ncbi.nlm.nih.gov/geo/series/GSE33nnn/GSE33113/suppl/GSE33113_RAW.tar" -O "GSE33113_RAW.tar"

echo "Download complete. Files saved to $OUTDIR"