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

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

# --- GEO supplementary files ---
wget -nc "ftp://ftp.ncbi.nlm.nih.gov/geo/series/GSE77nnn/GSE77699/suppl/GSE77699_RAW.tar" -O "GSE77699_RAW.tar"

echo "Download complete. Files saved to $OUTDIR"