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

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

# --- GEO supplementary files ---
wget -nc "ftp://ftp.ncbi.nlm.nih.gov/geo/series/GSE39nnn/GSE39855/suppl/GSE39855_RAW.tar" -O "GSE39855_RAW.tar"

echo "Download complete. Files saved to $OUTDIR"