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

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

# --- GEO supplementary files ---
wget -nc "ftp://ftp.ncbi.nlm.nih.gov/geo/series/GSE117nnn/GSE117294/suppl/GSE117294_RAW.tar" -O "GSE117294_RAW.tar"

echo "Download complete. Files saved to $OUTDIR"