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

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

# --- GEO supplementary files ---
wget -nc "ftp://ftp.ncbi.nlm.nih.gov/geo/series/GSE25nnn/GSE25421/suppl/GSE25421_RAW.tar" -O "GSE25421_RAW.tar"

echo "Download complete. Files saved to $OUTDIR"