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

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

# --- GEO supplementary files ---
wget -nc "ftp://ftp.ncbi.nlm.nih.gov/geo/series/GSE40nnn/GSE40653/suppl/GSE40653_RAW.tar" -O "GSE40653_RAW.tar"

echo "Download complete. Files saved to $OUTDIR"