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

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

# --- GEO supplementary files ---
wget -nc "ftp://ftp.ncbi.nlm.nih.gov/geo/series/GSE249nnn/GSE249247/suppl/GSE249247_RAW.tar" -O "GSE249247_RAW.tar"

echo "Download complete. Files saved to $OUTDIR"