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

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

# --- GEO supplementary files ---
wget -nc "ftp://ftp.ncbi.nlm.nih.gov/geo/series/GSE181nnn/GSE181139/suppl/GSE181139_RAW.tar" -O "GSE181139_RAW.tar"

echo "Download complete. Files saved to $OUTDIR"