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

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

# --- GEO supplementary files ---
wget -nc "ftp://ftp.ncbi.nlm.nih.gov/geo/series/GSE34nnn/GSE34996/suppl/GSE34996_RAW.tar" -O "GSE34996_RAW.tar"

echo "Download complete. Files saved to $OUTDIR"