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

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

# --- GEO supplementary files ---
wget -nc "ftp://ftp.ncbi.nlm.nih.gov/geo/series/GSE148nnn/GSE148038/suppl/GSE148038_degradome.esat.filter.fpm.txt.gz" -O "GSE148038_degradome.esat.filter.fpm.txt.gz"

echo "Download complete. Files saved to $OUTDIR"