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

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

# --- GEO supplementary files ---
wget -nc "ftp://ftp.ncbi.nlm.nih.gov/geo/series/GSE75nnn/GSE75214/suppl/GSE75214_RAW.tar" -O "GSE75214_RAW.tar"

echo "Download complete. Files saved to $OUTDIR"