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

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

# --- GEO supplementary files ---
wget -nc "ftp://ftp.ncbi.nlm.nih.gov/geo/series/GSE175nnn/GSE175886/suppl/GSE175886_RAW.tar" -O "GSE175886_RAW.tar"

echo "Download complete. Files saved to $OUTDIR"