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

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

# --- GEO supplementary files ---
wget -nc "ftp://ftp.ncbi.nlm.nih.gov/geo/series/GSE35nnn/GSE35338/suppl/GSE35338_RAW.tar" -O "GSE35338_RAW.tar"

echo "Download complete. Files saved to $OUTDIR"