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

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

# --- GEO supplementary files ---
wget -nc "ftp://ftp.ncbi.nlm.nih.gov/geo/series/GSE317nnn/GSE317529/suppl/GSE317529_RAW.tar" -O "GSE317529_RAW.tar"

echo "Download complete. Files saved to $OUTDIR"