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

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

# --- GEO supplementary files ---
wget -nc "ftp://ftp.ncbi.nlm.nih.gov/geo/series/GSE155nnn/GSE155729/suppl/GSE155729_RAW.tar" -O "GSE155729_RAW.tar"

echo "Download complete. Files saved to $OUTDIR"