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

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

# --- GEO supplementary files ---
wget -nc "ftp://ftp.ncbi.nlm.nih.gov/geo/series/GSE67nnn/GSE67040/suppl/GSE67040_RAW.tar" -O "GSE67040_RAW.tar"

echo "Download complete. Files saved to $OUTDIR"