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

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

# --- GEO supplementary files ---
wget -nc "ftp://ftp.ncbi.nlm.nih.gov/geo/series/GSE137nnn/GSE137810/suppl/GSE137810_RAW.tar" -O "GSE137810_RAW.tar"

echo "Download complete. Files saved to $OUTDIR"