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

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

# --- GEO supplementary files ---
wget -nc "ftp://ftp.ncbi.nlm.nih.gov/geo/series/GSE205nnn/GSE205942/suppl/GSE205942_RAW.tar" -O "GSE205942_RAW.tar"

echo "Download complete. Files saved to $OUTDIR"