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

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

# --- GEO supplementary files ---
wget -nc "ftp://ftp.ncbi.nlm.nih.gov/geo/series/GSE268nnn/GSE268963/suppl/GSE268963_RAW.tar" -O "GSE268963_RAW.tar"

# --- SRA run files ---
# Tip: use 'fasterq-dump' from SRA Toolkit for FASTQ conversion
#      with optional renaming to original submitted FASTQ names.
# Set to 1 to rename SRR outputs (e.g. SRR_1.fastq.gz -> sample_R1.fastq.gz)
RENAME_SRA_TO_ORIGINAL=1

_compress_if_exists() {
  local stem="$1"
  if [ -f "${stem}.fastq" ]; then
    gzip -f "${stem}.fastq"
    echo "${stem}.fastq.gz"
    return 0
  fi
  if [ -f "${stem}.fq" ]; then
    gzip -f "${stem}.fq"
    echo "${stem}.fq.gz"
    return 0
  fi
  return 1
}

# Option A: Download via SRA Toolkit (recommended)
fasterq-dump --split-files "SRR29266987"
gz1="$(_compress_if_exists 'SRR29266987_1' || true)"
gz2="$(_compress_if_exists 'SRR29266987_2' || true)"
gzs="$(_compress_if_exists 'SRR29266987' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "ZNF706_8hr_3_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR29266988"
gz1="$(_compress_if_exists 'SRR29266988_1' || true)"
gz2="$(_compress_if_exists 'SRR29266988_2' || true)"
gzs="$(_compress_if_exists 'SRR29266988' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "ZNF706_8hr_2_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR29266989"
gz1="$(_compress_if_exists 'SRR29266989_1' || true)"
gz2="$(_compress_if_exists 'SRR29266989_2' || true)"
gzs="$(_compress_if_exists 'SRR29266989' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "ZNF706_8hr_1_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR29266990"
gz1="$(_compress_if_exists 'SRR29266990_1' || true)"
gz2="$(_compress_if_exists 'SRR29266990_2' || true)"
gzs="$(_compress_if_exists 'SRR29266990' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "ZNF706_4hr_3_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR29266991"
gz1="$(_compress_if_exists 'SRR29266991_1' || true)"
gz2="$(_compress_if_exists 'SRR29266991_2' || true)"
gzs="$(_compress_if_exists 'SRR29266991' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "ZNF706_4hr_2_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR29266992"
gz1="$(_compress_if_exists 'SRR29266992_1' || true)"
gz2="$(_compress_if_exists 'SRR29266992_2' || true)"
gzs="$(_compress_if_exists 'SRR29266992' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "ZNF706_4hr_1_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR29266993"
gz1="$(_compress_if_exists 'SRR29266993_1' || true)"
gz2="$(_compress_if_exists 'SRR29266993_2' || true)"
gzs="$(_compress_if_exists 'SRR29266993' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "ZNF706_2hr_3_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR29266994"
gz1="$(_compress_if_exists 'SRR29266994_1' || true)"
gz2="$(_compress_if_exists 'SRR29266994_2' || true)"
gzs="$(_compress_if_exists 'SRR29266994' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "ZNF706_2hr_2_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR29266995"
gz1="$(_compress_if_exists 'SRR29266995_1' || true)"
gz2="$(_compress_if_exists 'SRR29266995_2' || true)"
gzs="$(_compress_if_exists 'SRR29266995' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "ZNF706_2hr_1_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR29266996"
gz1="$(_compress_if_exists 'SRR29266996_1' || true)"
gz2="$(_compress_if_exists 'SRR29266996_2' || true)"
gzs="$(_compress_if_exists 'SRR29266996' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "ZNF706_0hr_3_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR29266997"
gz1="$(_compress_if_exists 'SRR29266997_1' || true)"
gz2="$(_compress_if_exists 'SRR29266997_2' || true)"
gzs="$(_compress_if_exists 'SRR29266997' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "ZNF706_0hr_2_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR29266998"
gz1="$(_compress_if_exists 'SRR29266998_1' || true)"
gz2="$(_compress_if_exists 'SRR29266998_2' || true)"
gzs="$(_compress_if_exists 'SRR29266998' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "ZNF706_0hr_1_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR29266999"
gz1="$(_compress_if_exists 'SRR29266999_1' || true)"
gz2="$(_compress_if_exists 'SRR29266999_2' || true)"
gzs="$(_compress_if_exists 'SRR29266999' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "ZNF277_8hr_3_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR29267000"
gz1="$(_compress_if_exists 'SRR29267000_1' || true)"
gz2="$(_compress_if_exists 'SRR29267000_2' || true)"
gzs="$(_compress_if_exists 'SRR29267000' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "ZNF277_8hr_2_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR29267001"
gz1="$(_compress_if_exists 'SRR29267001_1' || true)"
gz2="$(_compress_if_exists 'SRR29267001_2' || true)"
gzs="$(_compress_if_exists 'SRR29267001' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "ZNF277_8hr_1_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR29267002"
gz1="$(_compress_if_exists 'SRR29267002_1' || true)"
gz2="$(_compress_if_exists 'SRR29267002_2' || true)"
gzs="$(_compress_if_exists 'SRR29267002' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "ZNF277_4hr_3_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR29267003"
gz1="$(_compress_if_exists 'SRR29267003_1' || true)"
gz2="$(_compress_if_exists 'SRR29267003_2' || true)"
gzs="$(_compress_if_exists 'SRR29267003' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "ZNF277_4hr_2_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR29267004"
gz1="$(_compress_if_exists 'SRR29267004_1' || true)"
gz2="$(_compress_if_exists 'SRR29267004_2' || true)"
gzs="$(_compress_if_exists 'SRR29267004' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "ZNF277_4hr_1_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR29267005"
gz1="$(_compress_if_exists 'SRR29267005_1' || true)"
gz2="$(_compress_if_exists 'SRR29267005_2' || true)"
gzs="$(_compress_if_exists 'SRR29267005' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "ZNF277_2hr_3_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR29267006"
gz1="$(_compress_if_exists 'SRR29267006_1' || true)"
gz2="$(_compress_if_exists 'SRR29267006_2' || true)"
gzs="$(_compress_if_exists 'SRR29267006' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "ZNF277_2hr_2_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR29267007"
gz1="$(_compress_if_exists 'SRR29267007_1' || true)"
gz2="$(_compress_if_exists 'SRR29267007_2' || true)"
gzs="$(_compress_if_exists 'SRR29267007' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "ZNF277_2hr_1_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR29267008"
gz1="$(_compress_if_exists 'SRR29267008_1' || true)"
gz2="$(_compress_if_exists 'SRR29267008_2' || true)"
gzs="$(_compress_if_exists 'SRR29267008' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "ZMAT3_0hr_3_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR29267009"
gz1="$(_compress_if_exists 'SRR29267009_1' || true)"
gz2="$(_compress_if_exists 'SRR29267009_2' || true)"
gzs="$(_compress_if_exists 'SRR29267009' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "ZMAT3_0hr_2_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR29267010"
gz1="$(_compress_if_exists 'SRR29267010_1' || true)"
gz2="$(_compress_if_exists 'SRR29267010_2' || true)"
gzs="$(_compress_if_exists 'SRR29267010' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "ZMAT3_0hr_1_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR29267011"
gz1="$(_compress_if_exists 'SRR29267011_1' || true)"
gz2="$(_compress_if_exists 'SRR29267011_2' || true)"
gzs="$(_compress_if_exists 'SRR29267011' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "ZFP36L1_8hr_3_S21_L001_R1_001.fastq.gz"
fi

fasterq-dump --split-files "SRR29267012"
gz1="$(_compress_if_exists 'SRR29267012_1' || true)"
gz2="$(_compress_if_exists 'SRR29267012_2' || true)"
gzs="$(_compress_if_exists 'SRR29267012' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "ZFP36L1_8hr_2_S20_L001_R1_001.fastq.gz"
fi

fasterq-dump --split-files "SRR29267013"
gz1="$(_compress_if_exists 'SRR29267013_1' || true)"
gz2="$(_compress_if_exists 'SRR29267013_2' || true)"
gzs="$(_compress_if_exists 'SRR29267013' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "ZFP36L1_8hr_1_S19_L001_R1_001.fastq.gz"
fi

fasterq-dump --split-files "SRR29267014"
gz1="$(_compress_if_exists 'SRR29267014_1' || true)"
gz2="$(_compress_if_exists 'SRR29267014_2' || true)"
gzs="$(_compress_if_exists 'SRR29267014' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "ZFP36L1_4hr_3_S15_L001_R1_001.fastq.gz"
fi

fasterq-dump --split-files "SRR29267015"
gz1="$(_compress_if_exists 'SRR29267015_1' || true)"
gz2="$(_compress_if_exists 'SRR29267015_2' || true)"
gzs="$(_compress_if_exists 'SRR29267015' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "ZFP36L1_4hr_2_S14_L001_R1_001.fastq.gz"
fi

fasterq-dump --split-files "SRR29267016"
gz1="$(_compress_if_exists 'SRR29267016_1' || true)"
gz2="$(_compress_if_exists 'SRR29267016_2' || true)"
gzs="$(_compress_if_exists 'SRR29267016' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "ZFP36L1_4hr_1_S13_L001_R1_001.fastq.gz"
fi

fasterq-dump --split-files "SRR29267017"
gz1="$(_compress_if_exists 'SRR29267017_1' || true)"
gz2="$(_compress_if_exists 'SRR29267017_2' || true)"
gzs="$(_compress_if_exists 'SRR29267017' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "ZFP36L1_2hr_3_S9_L001_R1_001.fastq.gz"
fi

fasterq-dump --split-files "SRR29267018"
gz1="$(_compress_if_exists 'SRR29267018_1' || true)"
gz2="$(_compress_if_exists 'SRR29267018_2' || true)"
gzs="$(_compress_if_exists 'SRR29267018' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "ZFP36L1_2hr_2_S8_L001_R1_001.fastq.gz"
fi

fasterq-dump --split-files "SRR29267019"
gz1="$(_compress_if_exists 'SRR29267019_1' || true)"
gz2="$(_compress_if_exists 'SRR29267019_2' || true)"
gzs="$(_compress_if_exists 'SRR29267019' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "ZFP36L1_2hr_1_S7_L001_R1_001.fastq.gz"
fi

fasterq-dump --split-files "SRR29267020"
gz1="$(_compress_if_exists 'SRR29267020_1' || true)"
gz2="$(_compress_if_exists 'SRR29267020_2' || true)"
gzs="$(_compress_if_exists 'SRR29267020' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "ZFP36L1_0hr_3_S3_L001_R1_001.fastq.gz"
fi

fasterq-dump --split-files "SRR29267021"
gz1="$(_compress_if_exists 'SRR29267021_1' || true)"
gz2="$(_compress_if_exists 'SRR29267021_2' || true)"
gzs="$(_compress_if_exists 'SRR29267021' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "ZFP36L1_0hr_2_S2_L001_R1_001.fastq.gz"
fi

fasterq-dump --split-files "SRR29267022"
gz1="$(_compress_if_exists 'SRR29267022_1' || true)"
gz2="$(_compress_if_exists 'SRR29267022_2' || true)"
gzs="$(_compress_if_exists 'SRR29267022' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "ZFP36L1_0hr_1_S1_L001_R1_001.fastq.gz"
fi

fasterq-dump --split-files "SRR29267023"
gz1="$(_compress_if_exists 'SRR29267023_1' || true)"
gz2="$(_compress_if_exists 'SRR29267023_2' || true)"
gzs="$(_compress_if_exists 'SRR29267023' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "PHF7_8hr_3_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR29267024"
gz1="$(_compress_if_exists 'SRR29267024_1' || true)"
gz2="$(_compress_if_exists 'SRR29267024_2' || true)"
gzs="$(_compress_if_exists 'SRR29267024' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "PHF7_8hr_2_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR29267025"
gz1="$(_compress_if_exists 'SRR29267025_1' || true)"
gz2="$(_compress_if_exists 'SRR29267025_2' || true)"
gzs="$(_compress_if_exists 'SRR29267025' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "PHF7_8hr_1_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR29267026"
gz1="$(_compress_if_exists 'SRR29267026_1' || true)"
gz2="$(_compress_if_exists 'SRR29267026_2' || true)"
gzs="$(_compress_if_exists 'SRR29267026' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "PHF7_4hr_3_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR29267027"
gz1="$(_compress_if_exists 'SRR29267027_1' || true)"
gz2="$(_compress_if_exists 'SRR29267027_2' || true)"
gzs="$(_compress_if_exists 'SRR29267027' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "PHF7_4hr_2_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR29267028"
gz1="$(_compress_if_exists 'SRR29267028_1' || true)"
gz2="$(_compress_if_exists 'SRR29267028_2' || true)"
gzs="$(_compress_if_exists 'SRR29267028' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "PHF7_4hr_1_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR29267029"
gz1="$(_compress_if_exists 'SRR29267029_1' || true)"
gz2="$(_compress_if_exists 'SRR29267029_2' || true)"
gzs="$(_compress_if_exists 'SRR29267029' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "PHF7_2hr_3_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR29267030"
gz1="$(_compress_if_exists 'SRR29267030_1' || true)"
gz2="$(_compress_if_exists 'SRR29267030_2' || true)"
gzs="$(_compress_if_exists 'SRR29267030' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "PHF7_2hr_2_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR29267031"
gz1="$(_compress_if_exists 'SRR29267031_1' || true)"
gz2="$(_compress_if_exists 'SRR29267031_2' || true)"
gzs="$(_compress_if_exists 'SRR29267031' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "PHF7_2hr_1_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR29267032"
gz1="$(_compress_if_exists 'SRR29267032_1' || true)"
gz2="$(_compress_if_exists 'SRR29267032_2' || true)"
gzs="$(_compress_if_exists 'SRR29267032' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "ZNF277_0hr_3_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR29267033"
gz1="$(_compress_if_exists 'SRR29267033_1' || true)"
gz2="$(_compress_if_exists 'SRR29267033_2' || true)"
gzs="$(_compress_if_exists 'SRR29267033' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "ZNF277_0hr_2_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR29267034"
gz1="$(_compress_if_exists 'SRR29267034_1' || true)"
gz2="$(_compress_if_exists 'SRR29267034_2' || true)"
gzs="$(_compress_if_exists 'SRR29267034' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "ZNF277_0hr_1_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR29267035"
gz1="$(_compress_if_exists 'SRR29267035_1' || true)"
gz2="$(_compress_if_exists 'SRR29267035_2' || true)"
gzs="$(_compress_if_exists 'SRR29267035' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "ZMAT5_8hr_3_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR29267036"
gz1="$(_compress_if_exists 'SRR29267036_1' || true)"
gz2="$(_compress_if_exists 'SRR29267036_2' || true)"
gzs="$(_compress_if_exists 'SRR29267036' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "ZMAT5_8hr_2_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR29267037"
gz1="$(_compress_if_exists 'SRR29267037_1' || true)"
gz2="$(_compress_if_exists 'SRR29267037_2' || true)"
gzs="$(_compress_if_exists 'SRR29267037' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "ZMAT5_8hr_1_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR29267038"
gz1="$(_compress_if_exists 'SRR29267038_1' || true)"
gz2="$(_compress_if_exists 'SRR29267038_2' || true)"
gzs="$(_compress_if_exists 'SRR29267038' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "ZMAT5_4hr_3_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR29267039"
gz1="$(_compress_if_exists 'SRR29267039_1' || true)"
gz2="$(_compress_if_exists 'SRR29267039_2' || true)"
gzs="$(_compress_if_exists 'SRR29267039' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "ZMAT5_4hr_2_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR29267040"
gz1="$(_compress_if_exists 'SRR29267040_1' || true)"
gz2="$(_compress_if_exists 'SRR29267040_2' || true)"
gzs="$(_compress_if_exists 'SRR29267040' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "ZMAT5_4hr_1_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR29267041"
gz1="$(_compress_if_exists 'SRR29267041_1' || true)"
gz2="$(_compress_if_exists 'SRR29267041_2' || true)"
gzs="$(_compress_if_exists 'SRR29267041' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "ZMAT5_2hr_3_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR29267042"
gz1="$(_compress_if_exists 'SRR29267042_1' || true)"
gz2="$(_compress_if_exists 'SRR29267042_2' || true)"
gzs="$(_compress_if_exists 'SRR29267042' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "ZMAT5_2hr_2_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR29267043"
gz1="$(_compress_if_exists 'SRR29267043_1' || true)"
gz2="$(_compress_if_exists 'SRR29267043_2' || true)"
gzs="$(_compress_if_exists 'SRR29267043' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "ZMAT5_2hr_1_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR29267044"
gz1="$(_compress_if_exists 'SRR29267044_1' || true)"
gz2="$(_compress_if_exists 'SRR29267044_2' || true)"
gzs="$(_compress_if_exists 'SRR29267044' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "ZMAT5_0hr_3_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR29267045"
gz1="$(_compress_if_exists 'SRR29267045_1' || true)"
gz2="$(_compress_if_exists 'SRR29267045_2' || true)"
gzs="$(_compress_if_exists 'SRR29267045' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "ZMAT5_0hr_2_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR29267046"
gz1="$(_compress_if_exists 'SRR29267046_1' || true)"
gz2="$(_compress_if_exists 'SRR29267046_2' || true)"
gzs="$(_compress_if_exists 'SRR29267046' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "ZMAT5_0hr_1_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR29267047"
gz1="$(_compress_if_exists 'SRR29267047_1' || true)"
gz2="$(_compress_if_exists 'SRR29267047_2' || true)"
gzs="$(_compress_if_exists 'SRR29267047' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "ZMAT3_8hr_3_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR29267048"
gz1="$(_compress_if_exists 'SRR29267048_1' || true)"
gz2="$(_compress_if_exists 'SRR29267048_2' || true)"
gzs="$(_compress_if_exists 'SRR29267048' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "ZMAT3_8hr_2_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR29267049"
gz1="$(_compress_if_exists 'SRR29267049_1' || true)"
gz2="$(_compress_if_exists 'SRR29267049_2' || true)"
gzs="$(_compress_if_exists 'SRR29267049' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "ZMAT3_8hr_1_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR29267050"
gz1="$(_compress_if_exists 'SRR29267050_1' || true)"
gz2="$(_compress_if_exists 'SRR29267050_2' || true)"
gzs="$(_compress_if_exists 'SRR29267050' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "ZMAT3_4hr_3_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR29267051"
gz1="$(_compress_if_exists 'SRR29267051_1' || true)"
gz2="$(_compress_if_exists 'SRR29267051_2' || true)"
gzs="$(_compress_if_exists 'SRR29267051' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "ZMAT3_4hr_2_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR29267052"
gz1="$(_compress_if_exists 'SRR29267052_1' || true)"
gz2="$(_compress_if_exists 'SRR29267052_2' || true)"
gzs="$(_compress_if_exists 'SRR29267052' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "ZMAT3_4hr_1_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR29267053"
gz1="$(_compress_if_exists 'SRR29267053_1' || true)"
gz2="$(_compress_if_exists 'SRR29267053_2' || true)"
gzs="$(_compress_if_exists 'SRR29267053' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "ZMAT3_2hr_3_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR29267054"
gz1="$(_compress_if_exists 'SRR29267054_1' || true)"
gz2="$(_compress_if_exists 'SRR29267054_2' || true)"
gzs="$(_compress_if_exists 'SRR29267054' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "ZMAT3_2hr_2_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR29267055"
gz1="$(_compress_if_exists 'SRR29267055_1' || true)"
gz2="$(_compress_if_exists 'SRR29267055_2' || true)"
gzs="$(_compress_if_exists 'SRR29267055' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "ZMAT3_2hr_1_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR29267056"
gz1="$(_compress_if_exists 'SRR29267056_1' || true)"
gz2="$(_compress_if_exists 'SRR29267056_2' || true)"
gzs="$(_compress_if_exists 'SRR29267056' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "PHF7_0hr_3_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR29267057"
gz1="$(_compress_if_exists 'SRR29267057_1' || true)"
gz2="$(_compress_if_exists 'SRR29267057_2' || true)"
gzs="$(_compress_if_exists 'SRR29267057' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "PHF7_0hr_2_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR29267058"
gz1="$(_compress_if_exists 'SRR29267058_1' || true)"
gz2="$(_compress_if_exists 'SRR29267058_2' || true)"
gzs="$(_compress_if_exists 'SRR29267058' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "PHF7_0hr_1_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR29267059"
gz1="$(_compress_if_exists 'SRR29267059_1' || true)"
gz2="$(_compress_if_exists 'SRR29267059_2' || true)"
gzs="$(_compress_if_exists 'SRR29267059' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "NT_8hr_3_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR29267060"
gz1="$(_compress_if_exists 'SRR29267060_1' || true)"
gz2="$(_compress_if_exists 'SRR29267060_2' || true)"
gzs="$(_compress_if_exists 'SRR29267060' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "NT_8hr_2_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR29267061"
gz1="$(_compress_if_exists 'SRR29267061_1' || true)"
gz2="$(_compress_if_exists 'SRR29267061_2' || true)"
gzs="$(_compress_if_exists 'SRR29267061' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "NT_8hr_1_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR29267062"
gz1="$(_compress_if_exists 'SRR29267062_1' || true)"
gz2="$(_compress_if_exists 'SRR29267062_2' || true)"
gzs="$(_compress_if_exists 'SRR29267062' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "NT_4hr_3_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR29267063"
gz1="$(_compress_if_exists 'SRR29267063_1' || true)"
gz2="$(_compress_if_exists 'SRR29267063_2' || true)"
gzs="$(_compress_if_exists 'SRR29267063' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "NT_4hr_2_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR29267064"
gz1="$(_compress_if_exists 'SRR29267064_1' || true)"
gz2="$(_compress_if_exists 'SRR29267064_2' || true)"
gzs="$(_compress_if_exists 'SRR29267064' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "NT_4hr_1_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR29267065"
gz1="$(_compress_if_exists 'SRR29267065_1' || true)"
gz2="$(_compress_if_exists 'SRR29267065_2' || true)"
gzs="$(_compress_if_exists 'SRR29267065' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "NT_2hr_3_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR29267066"
gz1="$(_compress_if_exists 'SRR29267066_1' || true)"
gz2="$(_compress_if_exists 'SRR29267066_2' || true)"
gzs="$(_compress_if_exists 'SRR29267066' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "NT_2hr_2_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR29267067"
gz1="$(_compress_if_exists 'SRR29267067_1' || true)"
gz2="$(_compress_if_exists 'SRR29267067_2' || true)"
gzs="$(_compress_if_exists 'SRR29267067' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "NT_2hr_1_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR29267068"
gz1="$(_compress_if_exists 'SRR29267068_1' || true)"
gz2="$(_compress_if_exists 'SRR29267068_2' || true)"
gzs="$(_compress_if_exists 'SRR29267068' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "NT_0hr_3_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR29267069"
gz1="$(_compress_if_exists 'SRR29267069_1' || true)"
gz2="$(_compress_if_exists 'SRR29267069_2' || true)"
gzs="$(_compress_if_exists 'SRR29267069' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "NT_0hr_2_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR29267070"
gz1="$(_compress_if_exists 'SRR29267070_1' || true)"
gz2="$(_compress_if_exists 'SRR29267070_2' || true)"
gzs="$(_compress_if_exists 'SRR29267070' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "NT_0hr_1_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR29267071"
gz1="$(_compress_if_exists 'SRR29267071_1' || true)"
gz2="$(_compress_if_exists 'SRR29267071_2' || true)"
gzs="$(_compress_if_exists 'SRR29267071' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "MAZ_8hr_3_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR29267072"
gz1="$(_compress_if_exists 'SRR29267072_1' || true)"
gz2="$(_compress_if_exists 'SRR29267072_2' || true)"
gzs="$(_compress_if_exists 'SRR29267072' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "MAZ_8hr_2_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR29267073"
gz1="$(_compress_if_exists 'SRR29267073_1' || true)"
gz2="$(_compress_if_exists 'SRR29267073_2' || true)"
gzs="$(_compress_if_exists 'SRR29267073' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "MAZ_8hr_1_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR29267074"
gz1="$(_compress_if_exists 'SRR29267074_1' || true)"
gz2="$(_compress_if_exists 'SRR29267074_2' || true)"
gzs="$(_compress_if_exists 'SRR29267074' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "MAZ_4hr_3_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR29267075"
gz1="$(_compress_if_exists 'SRR29267075_1' || true)"
gz2="$(_compress_if_exists 'SRR29267075_2' || true)"
gzs="$(_compress_if_exists 'SRR29267075' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "MAZ_4hr_2_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR29267076"
gz1="$(_compress_if_exists 'SRR29267076_1' || true)"
gz2="$(_compress_if_exists 'SRR29267076_2' || true)"
gzs="$(_compress_if_exists 'SRR29267076' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "MAZ_4hr_1_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR29267077"
gz1="$(_compress_if_exists 'SRR29267077_1' || true)"
gz2="$(_compress_if_exists 'SRR29267077_2' || true)"
gzs="$(_compress_if_exists 'SRR29267077' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "MAZ_2hr_3_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR29267078"
gz1="$(_compress_if_exists 'SRR29267078_1' || true)"
gz2="$(_compress_if_exists 'SRR29267078_2' || true)"
gzs="$(_compress_if_exists 'SRR29267078' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "MAZ_2hr_2_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR29267079"
gz1="$(_compress_if_exists 'SRR29267079_1' || true)"
gz2="$(_compress_if_exists 'SRR29267079_2' || true)"
gzs="$(_compress_if_exists 'SRR29267079' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "MAZ_2hr_1_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR29267080"
gz1="$(_compress_if_exists 'SRR29267080_1' || true)"
gz2="$(_compress_if_exists 'SRR29267080_2' || true)"
gzs="$(_compress_if_exists 'SRR29267080' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "MAZ_0hr_3_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR29267081"
gz1="$(_compress_if_exists 'SRR29267081_1' || true)"
gz2="$(_compress_if_exists 'SRR29267081_2' || true)"
gzs="$(_compress_if_exists 'SRR29267081' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "MAZ_0hr_2_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR29267082"
gz1="$(_compress_if_exists 'SRR29267082_1' || true)"
gz2="$(_compress_if_exists 'SRR29267082_2' || true)"
gzs="$(_compress_if_exists 'SRR29267082' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "MAZ_0hr_1_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR29267083"
gz1="$(_compress_if_exists 'SRR29267083_1' || true)"
gz2="$(_compress_if_exists 'SRR29267083_2' || true)"
gzs="$(_compress_if_exists 'SRR29267083' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "CNOT4_8hr_3_S24_L001_R1_001.fastq.gz"
fi

fasterq-dump --split-files "SRR29267084"
gz1="$(_compress_if_exists 'SRR29267084_1' || true)"
gz2="$(_compress_if_exists 'SRR29267084_2' || true)"
gzs="$(_compress_if_exists 'SRR29267084' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "CNOT4_8hr_2_S23_L001_R1_001.fastq.gz"
fi

fasterq-dump --split-files "SRR29267085"
gz1="$(_compress_if_exists 'SRR29267085_1' || true)"
gz2="$(_compress_if_exists 'SRR29267085_2' || true)"
gzs="$(_compress_if_exists 'SRR29267085' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "CNOT4_8hr_1_S22_L001_R1_001.fastq.gz"
fi

fasterq-dump --split-files "SRR29267086"
gz1="$(_compress_if_exists 'SRR29267086_1' || true)"
gz2="$(_compress_if_exists 'SRR29267086_2' || true)"
gzs="$(_compress_if_exists 'SRR29267086' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "CNOT4_4hr_3_S18_L001_R1_001.fastq.gz"
fi

fasterq-dump --split-files "SRR29267087"
gz1="$(_compress_if_exists 'SRR29267087_1' || true)"
gz2="$(_compress_if_exists 'SRR29267087_2' || true)"
gzs="$(_compress_if_exists 'SRR29267087' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "CNOT4_4hr_2_S17_L001_R1_001.fastq.gz"
fi

fasterq-dump --split-files "SRR29267088"
gz1="$(_compress_if_exists 'SRR29267088_1' || true)"
gz2="$(_compress_if_exists 'SRR29267088_2' || true)"
gzs="$(_compress_if_exists 'SRR29267088' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "CNOT4_4hr_1_S16_L001_R1_001.fastq.gz"
fi

fasterq-dump --split-files "SRR29267089"
gz1="$(_compress_if_exists 'SRR29267089_1' || true)"
gz2="$(_compress_if_exists 'SRR29267089_2' || true)"
gzs="$(_compress_if_exists 'SRR29267089' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "CNOT4_2hr_3_S12_L001_R1_001.fastq.gz"
fi

fasterq-dump --split-files "SRR29267090"
gz1="$(_compress_if_exists 'SRR29267090_1' || true)"
gz2="$(_compress_if_exists 'SRR29267090_2' || true)"
gzs="$(_compress_if_exists 'SRR29267090' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "CNOT4_2hr_2_S11_L001_R1_001.fastq.gz"
fi

fasterq-dump --split-files "SRR29267091"
gz1="$(_compress_if_exists 'SRR29267091_1' || true)"
gz2="$(_compress_if_exists 'SRR29267091_2' || true)"
gzs="$(_compress_if_exists 'SRR29267091' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "CNOT4_2hr_1_S10_L001_R1_001.fastq.gz"
fi

fasterq-dump --split-files "SRR29267092"
gz1="$(_compress_if_exists 'SRR29267092_1' || true)"
gz2="$(_compress_if_exists 'SRR29267092_2' || true)"
gzs="$(_compress_if_exists 'SRR29267092' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "CNOT4_0hr_3_S6_L001_R1_001.fastq.gz"
fi

fasterq-dump --split-files "SRR29267093"
gz1="$(_compress_if_exists 'SRR29267093_1' || true)"
gz2="$(_compress_if_exists 'SRR29267093_2' || true)"
gzs="$(_compress_if_exists 'SRR29267093' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "CNOT4_0hr_2_S5_L001_R1_001.fastq.gz"
fi

fasterq-dump --split-files "SRR29267094"
gz1="$(_compress_if_exists 'SRR29267094_1' || true)"
gz2="$(_compress_if_exists 'SRR29267094_2' || true)"
gzs="$(_compress_if_exists 'SRR29267094' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "CNOT4_0hr_1_S4_L001_R1_001.fastq.gz"
fi

fasterq-dump --split-files "SRR29267095"
gz1="$(_compress_if_exists 'SRR29267095_1' || true)"
gz2="$(_compress_if_exists 'SRR29267095_2' || true)"
gzs="$(_compress_if_exists 'SRR29267095' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "BRCA1_8hr_3_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR29267096"
gz1="$(_compress_if_exists 'SRR29267096_1' || true)"
gz2="$(_compress_if_exists 'SRR29267096_2' || true)"
gzs="$(_compress_if_exists 'SRR29267096' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "BRCA1_8hr_2_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR29267097"
gz1="$(_compress_if_exists 'SRR29267097_1' || true)"
gz2="$(_compress_if_exists 'SRR29267097_2' || true)"
gzs="$(_compress_if_exists 'SRR29267097' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "BRCA1_8hr_1_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR29267098"
gz1="$(_compress_if_exists 'SRR29267098_1' || true)"
gz2="$(_compress_if_exists 'SRR29267098_2' || true)"
gzs="$(_compress_if_exists 'SRR29267098' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "BRCA1_4hr_3_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR29267099"
gz1="$(_compress_if_exists 'SRR29267099_1' || true)"
gz2="$(_compress_if_exists 'SRR29267099_2' || true)"
gzs="$(_compress_if_exists 'SRR29267099' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "BRCA1_4hr_2_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR29267100"
gz1="$(_compress_if_exists 'SRR29267100_1' || true)"
gz2="$(_compress_if_exists 'SRR29267100_2' || true)"
gzs="$(_compress_if_exists 'SRR29267100' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "BRCA1_4hr_1_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR29267101"
gz1="$(_compress_if_exists 'SRR29267101_1' || true)"
gz2="$(_compress_if_exists 'SRR29267101_2' || true)"
gzs="$(_compress_if_exists 'SRR29267101' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "BRCA1_2hr_3_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR29267102"
gz1="$(_compress_if_exists 'SRR29267102_1' || true)"
gz2="$(_compress_if_exists 'SRR29267102_2' || true)"
gzs="$(_compress_if_exists 'SRR29267102' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "BRCA1_2hr_2_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR29267103"
gz1="$(_compress_if_exists 'SRR29267103_1' || true)"
gz2="$(_compress_if_exists 'SRR29267103_2' || true)"
gzs="$(_compress_if_exists 'SRR29267103' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "BRCA1_2hr_1_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR29267104"
gz1="$(_compress_if_exists 'SRR29267104_1' || true)"
gz2="$(_compress_if_exists 'SRR29267104_2' || true)"
gzs="$(_compress_if_exists 'SRR29267104' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "BRCA1_0hr_3_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR29267105"
gz1="$(_compress_if_exists 'SRR29267105_1' || true)"
gz2="$(_compress_if_exists 'SRR29267105_2' || true)"
gzs="$(_compress_if_exists 'SRR29267105' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "BRCA1_0hr_2_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR29267106"
gz1="$(_compress_if_exists 'SRR29267106_1' || true)"
gz2="$(_compress_if_exists 'SRR29267106_2' || true)"
gzs="$(_compress_if_exists 'SRR29267106' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "BRCA1_0hr_1_R1.fastq.gz"
fi


# Option B: Direct download (larger .sra files)
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29266987/SRR29266987"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29266988/SRR29266988"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29266989/SRR29266989"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29266990/SRR29266990"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29266991/SRR29266991"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29266992/SRR29266992"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29266993/SRR29266993"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29266994/SRR29266994"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29266995/SRR29266995"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29266996/SRR29266996"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29266997/SRR29266997"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29266998/SRR29266998"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29266999/SRR29266999"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267000/SRR29267000"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267001/SRR29267001"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267002/SRR29267002"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267003/SRR29267003"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267004/SRR29267004"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267005/SRR29267005"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267006/SRR29267006"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267007/SRR29267007"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267008/SRR29267008"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267009/SRR29267009"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267010/SRR29267010"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267011/SRR29267011"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267012/SRR29267012"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267013/SRR29267013"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267014/SRR29267014"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267015/SRR29267015"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267016/SRR29267016"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267017/SRR29267017"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267018/SRR29267018"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267019/SRR29267019"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267020/SRR29267020"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267021/SRR29267021"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267022/SRR29267022"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267023/SRR29267023"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267024/SRR29267024"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267025/SRR29267025"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267026/SRR29267026"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267027/SRR29267027"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267028/SRR29267028"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267029/SRR29267029"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267030/SRR29267030"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267031/SRR29267031"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267032/SRR29267032"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267033/SRR29267033"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267034/SRR29267034"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267035/SRR29267035"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267036/SRR29267036"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267037/SRR29267037"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267038/SRR29267038"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267039/SRR29267039"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267040/SRR29267040"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267041/SRR29267041"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267042/SRR29267042"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267043/SRR29267043"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267044/SRR29267044"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267045/SRR29267045"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267046/SRR29267046"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267047/SRR29267047"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267048/SRR29267048"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267049/SRR29267049"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267050/SRR29267050"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267051/SRR29267051"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267052/SRR29267052"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267053/SRR29267053"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267054/SRR29267054"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267055/SRR29267055"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267056/SRR29267056"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267057/SRR29267057"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267058/SRR29267058"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267059/SRR29267059"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267060/SRR29267060"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267061/SRR29267061"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267062/SRR29267062"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267063/SRR29267063"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267064/SRR29267064"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267065/SRR29267065"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267066/SRR29267066"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267067/SRR29267067"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267068/SRR29267068"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267069/SRR29267069"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267070/SRR29267070"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267071/SRR29267071"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267072/SRR29267072"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267073/SRR29267073"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267074/SRR29267074"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267075/SRR29267075"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267076/SRR29267076"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267077/SRR29267077"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267078/SRR29267078"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267079/SRR29267079"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267080/SRR29267080"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267081/SRR29267081"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267082/SRR29267082"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267083/SRR29267083"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267084/SRR29267084"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267085/SRR29267085"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267086/SRR29267086"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267087/SRR29267087"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267088/SRR29267088"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267089/SRR29267089"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267090/SRR29267090"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267091/SRR29267091"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267092/SRR29267092"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267093/SRR29267093"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267094/SRR29267094"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267095/SRR29267095"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267096/SRR29267096"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267097/SRR29267097"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267098/SRR29267098"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267099/SRR29267099"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267100/SRR29267100"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267101/SRR29267101"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267102/SRR29267102"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267103/SRR29267103"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267104/SRR29267104"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267105/SRR29267105"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267106/SRR29267106"

# --- Additional data files ---
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267106/SRR29267106"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267105/SRR29267105"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267104/SRR29267104"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267103/SRR29267103"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267102/SRR29267102"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267101/SRR29267101"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267100/SRR29267100"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267099/SRR29267099"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267098/SRR29267098"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267097/SRR29267097"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267096/SRR29267096"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267095/SRR29267095"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267094/SRR29267094"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267093/SRR29267093"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267092/SRR29267092"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267091/SRR29267091"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267090/SRR29267090"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267089/SRR29267089"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267088/SRR29267088"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267087/SRR29267087"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267086/SRR29267086"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267085/SRR29267085"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267084/SRR29267084"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267083/SRR29267083"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267082/SRR29267082"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267081/SRR29267081"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267080/SRR29267080"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267079/SRR29267079"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267078/SRR29267078"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267077/SRR29267077"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267076/SRR29267076"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267075/SRR29267075"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267074/SRR29267074"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267073/SRR29267073"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267072/SRR29267072"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267071/SRR29267071"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267070/SRR29267070"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267069/SRR29267069"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267068/SRR29267068"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267067/SRR29267067"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267066/SRR29267066"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267065/SRR29267065"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267064/SRR29267064"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267063/SRR29267063"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267062/SRR29267062"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267061/SRR29267061"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267060/SRR29267060"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267059/SRR29267059"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267058/SRR29267058"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267057/SRR29267057"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267056/SRR29267056"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267031/SRR29267031"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267030/SRR29267030"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267029/SRR29267029"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267028/SRR29267028"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267027/SRR29267027"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267026/SRR29267026"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267025/SRR29267025"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267024/SRR29267024"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267023/SRR29267023"
curl -L -O -C - "https://sra-downloadb.be-md.ncbi.nlm.nih.gov/sos6/sra-pub-zq-40/SRR029/29266/SRR29266998/SRR29266998.lite.1"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267022/SRR29267022"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267021/SRR29267021"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267020/SRR29267020"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267019/SRR29267019"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267018/SRR29267018"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267017/SRR29267017"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267016/SRR29267016"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267015/SRR29267015"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267014/SRR29267014"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267013/SRR29267013"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267012/SRR29267012"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267011/SRR29267011"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267010/SRR29267010"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267009/SRR29267009"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267008/SRR29267008"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267055/SRR29267055"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267054/SRR29267054"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267053/SRR29267053"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267052/SRR29267052"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267051/SRR29267051"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267050/SRR29267050"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267049/SRR29267049"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267048/SRR29267048"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267047/SRR29267047"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267046/SRR29267046"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267045/SRR29267045"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267044/SRR29267044"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267043/SRR29267043"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267042/SRR29267042"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267041/SRR29267041"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267040/SRR29267040"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267039/SRR29267039"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267038/SRR29267038"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267037/SRR29267037"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267036/SRR29267036"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267035/SRR29267035"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267034/SRR29267034"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267033/SRR29267033"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267032/SRR29267032"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267007/SRR29267007"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267006/SRR29267006"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267005/SRR29267005"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267004/SRR29267004"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267003/SRR29267003"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267002/SRR29267002"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267001/SRR29267001"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29267000/SRR29267000"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29266999/SRR29266999"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29266998/SRR29266998"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29266997/SRR29266997"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29266996/SRR29266996"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29266995/SRR29266995"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29266994/SRR29266994"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29266993/SRR29266993"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29266992/SRR29266992"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29266991/SRR29266991"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29266990/SRR29266990"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29266989/SRR29266989"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29266988/SRR29266988"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29266987/SRR29266987"

echo "Download complete. Files saved to $OUTDIR"