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

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

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

echo "Download complete. Files saved to $OUTDIR"