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

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

# --- GEO supplementary files ---
wget -nc "ftp://ftp.ncbi.nlm.nih.gov/geo/series/GSE279nnn/GSE279064/suppl/GSE279064_RAW.tar" -O "GSE279064_RAW.tar"
wget -nc "ftp://ftp.ncbi.nlm.nih.gov/geo/series/GSE279nnn/GSE279064/suppl/GSE279064_translation_efficiency.txt.gz" -O "GSE279064_translation_efficiency.txt.gz"

echo "Download complete. Files saved to $OUTDIR"