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

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

# --- GEO supplementary files ---
wget -nc "ftp://ftp.ncbi.nlm.nih.gov/geo/series/GSE73nnn/GSE73843/suppl/GSE73843_RAW.tar" -O "GSE73843_RAW.tar"

echo "Download complete. Files saved to $OUTDIR"