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

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

# --- GEO supplementary files ---
wget -nc "ftp://ftp.ncbi.nlm.nih.gov/geo/series/GSE68nnn/GSE68172/suppl/GSE68172_RAW.tar" -O "GSE68172_RAW.tar"

echo "Download complete. Files saved to $OUTDIR"