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

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

# --- GEO supplementary files ---
wget -nc "ftp://ftp.ncbi.nlm.nih.gov/geo/series/GSE61nnn/GSE61948/suppl/GSE61948_RAW.tar" -O "GSE61948_RAW.tar"

echo "Download complete. Files saved to $OUTDIR"