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

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

# --- GEO supplementary files ---
wget -nc "ftp://ftp.ncbi.nlm.nih.gov/geo/series/GSE17nnn/GSE17536/suppl/GSE17536_RAW.tar" -O "GSE17536_RAW.tar"

echo "Download complete. Files saved to $OUTDIR"