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

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

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

echo "Download complete. Files saved to $OUTDIR"