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

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

# --- GEO supplementary files ---
wget -nc "ftp://ftp.ncbi.nlm.nih.gov/geo/series/GSE72nnn/GSE72420/suppl/GSE72420_RAW.tar" -O "GSE72420_RAW.tar"

echo "Download complete. Files saved to $OUTDIR"