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

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

# --- GEO supplementary files ---
wget -nc "ftp://ftp.ncbi.nlm.nih.gov/geo/series/GSE87nnn/GSE87211/suppl/GSE87211_RAW.tar" -O "GSE87211_RAW.tar"

echo "Download complete. Files saved to $OUTDIR"