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

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

# --- GEO supplementary files ---
wget -nc "ftp://ftp.ncbi.nlm.nih.gov/geo/series/GSE147nnn/GSE147502/suppl/GSE147502_RAW.tar" -O "GSE147502_RAW.tar"

echo "Download complete. Files saved to $OUTDIR"