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

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

# --- GEO supplementary files ---
wget -nc "ftp://ftp.ncbi.nlm.nih.gov/geo/series/GSE275nnn/GSE275091/suppl/GSE275091_RAW.tar" -O "GSE275091_RAW.tar"

echo "Download complete. Files saved to $OUTDIR"