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

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

# --- GEO supplementary files ---
wget -nc "ftp://ftp.ncbi.nlm.nih.gov/geo/series/GSE36nnn/GSE36648/suppl/GSE36648_RAW.tar" -O "GSE36648_RAW.tar"

echo "Download complete. Files saved to $OUTDIR"