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

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

# --- GEO supplementary files ---
wget -nc ftp://ftp.ncbi.nlm.nih.gov/geo/series/GSE91nnn/GSE91895/suppl/GSE91895_RAW.tar -O GSE91895_RAW.tar

echo "Download complete. Files saved to $OUTDIR"