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

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

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

echo "Download complete. Files saved to $OUTDIR"