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

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

# --- GEO supplementary files ---
wget -nc "ftp://ftp.ncbi.nlm.nih.gov/geo/series/GSE203nnn/GSE203092/suppl/GSE203092_RAW.tar" -O "GSE203092_RAW.tar"

echo "Download complete. Files saved to $OUTDIR"