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

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

# --- GEO supplementary files ---
wget -nc "ftp://ftp.ncbi.nlm.nih.gov/geo/series/GSE279nnn/GSE279065/suppl/GSE279065_RAW.tar" -O "GSE279065_RAW.tar"

echo "Download complete. Files saved to $OUTDIR"