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

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

# --- GEO supplementary files ---
wget -nc "ftp://ftp.ncbi.nlm.nih.gov/geo/series/GSE21nnn/GSE21037/suppl/GSE21037_RAW.tar" -O "GSE21037_RAW.tar"

echo "Download complete. Files saved to $OUTDIR"