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

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

# --- GEO supplementary files ---
wget -nc ftp://ftp.ncbi.nlm.nih.gov/geo/series/GSE120nnn/GSE120110/suppl/GSE120110_RAW.tar -O GSE120110_RAW.tar

echo "Download complete. Files saved to $OUTDIR"