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

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

# --- GEO supplementary files ---
wget -nc "ftp://ftp.ncbi.nlm.nih.gov/geo/series/GSE78nnn/GSE78509/suppl/GSE78509_RAW.tar" -O "GSE78509_RAW.tar"

echo "Download complete. Files saved to $OUTDIR"