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

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

# --- GEO supplementary files ---
wget -nc "ftp://ftp.ncbi.nlm.nih.gov/geo/series/GSE173nnn/GSE173508/suppl/GSE173508_RAW.tar" -O "GSE173508_RAW.tar"

echo "Download complete. Files saved to $OUTDIR"