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

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

# --- GEO supplementary files ---
wget -nc "ftp://ftp.ncbi.nlm.nih.gov/geo/series/GSE314nnn/GSE314176/suppl/GSE314176_RAW.tar" -O "GSE314176_RAW.tar"

echo "Download complete. Files saved to $OUTDIR"