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

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

# --- GEO supplementary files ---
wget -nc ftp://ftp.ncbi.nlm.nih.gov/geo/series/GSE44nnn/GSE44583/suppl/GSE44583_RAW.tar -O GSE44583_RAW.tar

echo "Download complete. Files saved to $OUTDIR"