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

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

# --- GEO supplementary files ---
wget -nc "ftp://ftp.ncbi.nlm.nih.gov/geo/series/GSE27nnn/GSE27371/suppl/GSE27371_RAW.tar" -O "GSE27371_RAW.tar"

echo "Download complete. Files saved to $OUTDIR"