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

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

# --- GEO supplementary files ---
wget -nc ftp://ftp.ncbi.nlm.nih.gov/geo/series/GSE249nnn/GSE249246/suppl/GSE249246_CISD2_DEL.reproducible_enriched_windows.tsv.gz -O GSE249246_CISD2_DEL.reproducible_enriched_windows.tsv.gz
wget -nc ftp://ftp.ncbi.nlm.nih.gov/geo/series/GSE249nnn/GSE249246/suppl/GSE249246_CNBP_DEL.reproducible_enriched_windows.tsv.gz -O GSE249246_CNBP_DEL.reproducible_enriched_windows.tsv.gz
wget -nc ftp://ftp.ncbi.nlm.nih.gov/geo/series/GSE249nnn/GSE249246/suppl/GSE249246_RAW.tar -O GSE249246_RAW.tar
wget -nc ftp://ftp.ncbi.nlm.nih.gov/geo/series/GSE249nnn/GSE249246/suppl/GSE249246_ZNF277_DEL.reproducible_enriched_windows.tsv.gz -O GSE249246_ZNF277_DEL.reproducible_enriched_windows.tsv.gz
wget -nc ftp://ftp.ncbi.nlm.nih.gov/geo/series/GSE249nnn/GSE249246/suppl/GSE249246_ZNF277_N.reproducible_enriched_windows.tsv.gz -O GSE249246_ZNF277_N.reproducible_enriched_windows.tsv.gz
wget -nc ftp://ftp.ncbi.nlm.nih.gov/geo/series/GSE249nnn/GSE249246/suppl/GSE249246_ZNF473_N.reproducible_enriched_windows.tsv.gz -O GSE249246_ZNF473_N.reproducible_enriched_windows.tsv.gz
wget -nc ftp://ftp.ncbi.nlm.nih.gov/geo/series/GSE249nnn/GSE249246/suppl/GSE249246_ZNF593_DEL.reproducible_enriched_windows.tsv.gz -O GSE249246_ZNF593_DEL.reproducible_enriched_windows.tsv.gz

# --- 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 SRR27034020
gz1="$(_compress_if_exists SRR27034020_1 || true)"
gz2="$(_compress_if_exists SRR27034020_2 || true)"
gzs="$(_compress_if_exists SRR27034020 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gzs" ]; then
  mv -f "$gzs" 50_to_125_IN1.fastq.gz
fi

fasterq-dump --split-files SRR27034021
gz1="$(_compress_if_exists SRR27034021_1 || true)"
gz2="$(_compress_if_exists SRR27034021_2 || true)"
gzs="$(_compress_if_exists SRR27034021 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gzs" ]; then
  mv -f "$gzs" 25_to_100_IN2.fastq.gz
fi

fasterq-dump --split-files SRR27034022
gz1="$(_compress_if_exists SRR27034022_1 || true)"
gz2="$(_compress_if_exists SRR27034022_2 || true)"
gzs="$(_compress_if_exists SRR27034022 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gzs" ]; then
  mv -f "$gzs" 25_to_100_IN1.fastq.gz
fi

fasterq-dump --split-files SRR27034023
gz1="$(_compress_if_exists SRR27034023_1 || true)"
gz2="$(_compress_if_exists SRR27034023_2 || true)"
gzs="$(_compress_if_exists SRR27034023 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gzs" ]; then
  mv -f "$gzs" 150_to_225_IN2.fastq.gz
fi

fasterq-dump --split-files SRR27034024
gz1="$(_compress_if_exists SRR27034024_1 || true)"
gz2="$(_compress_if_exists SRR27034024_2 || true)"
gzs="$(_compress_if_exists SRR27034024 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gzs" ]; then
  mv -f "$gzs" 150_to_225_IN1.fastq.gz
fi

fasterq-dump --split-files SRR27034025
gz1="$(_compress_if_exists SRR27034025_1 || true)"
gz2="$(_compress_if_exists SRR27034025_2 || true)"
gzs="$(_compress_if_exists SRR27034025 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gzs" ]; then
  mv -f "$gzs" 125_to_225_IN2.fastq.gz
fi

fasterq-dump --split-files SRR27034026
gz1="$(_compress_if_exists SRR27034026_1 || true)"
gz2="$(_compress_if_exists SRR27034026_2 || true)"
gzs="$(_compress_if_exists SRR27034026 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gzs" ]; then
  mv -f "$gzs" 125_to_225_IN1.fastq.gz
fi

fasterq-dump --split-files SRR27034027
gz1="$(_compress_if_exists SRR27034027_1 || true)"
gz2="$(_compress_if_exists SRR27034027_2 || true)"
gzs="$(_compress_if_exists SRR27034027 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gzs" ]; then
  mv -f "$gzs" 100_to_225_IN2.fastq.gz
fi

fasterq-dump --split-files SRR27034028
gz1="$(_compress_if_exists SRR27034028_1 || true)"
gz2="$(_compress_if_exists SRR27034028_2 || true)"
gzs="$(_compress_if_exists SRR27034028 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gzs" ]; then
  mv -f "$gzs" 100_to_225_IN1.fastq.gz
fi

fasterq-dump --split-files SRR27034029
gz1="$(_compress_if_exists SRR27034029_1 || true)"
gz2="$(_compress_if_exists SRR27034029_2 || true)"
gzs="$(_compress_if_exists SRR27034029 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" ZNF473-WT-IP2_S24_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR27034030
gz1="$(_compress_if_exists SRR27034030_1 || true)"
gz2="$(_compress_if_exists SRR27034030_2 || true)"
gzs="$(_compress_if_exists SRR27034030 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" ZNF473-WT-IP1_S22_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR27034031
gz1="$(_compress_if_exists SRR27034031_1 || true)"
gz2="$(_compress_if_exists SRR27034031_2 || true)"
gzs="$(_compress_if_exists SRR27034031 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" ZNF473-WT-IN2_S23_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR27034032
gz1="$(_compress_if_exists SRR27034032_1 || true)"
gz2="$(_compress_if_exists SRR27034032_2 || true)"
gzs="$(_compress_if_exists SRR27034032 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" ZNF473-WT-IN1_S21_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR27034033
gz1="$(_compress_if_exists SRR27034033_1 || true)"
gz2="$(_compress_if_exists SRR27034033_2 || true)"
gzs="$(_compress_if_exists SRR27034033 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" ZNF473-DEL-IP2_S28_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR27034034
gz1="$(_compress_if_exists SRR27034034_1 || true)"
gz2="$(_compress_if_exists SRR27034034_2 || true)"
gzs="$(_compress_if_exists SRR27034034 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" ZNF473-DEL-IP1_S26_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR27034035
gz1="$(_compress_if_exists SRR27034035_1 || true)"
gz2="$(_compress_if_exists SRR27034035_2 || true)"
gzs="$(_compress_if_exists SRR27034035 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" ZNF473-DEL-IN2_S27_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR27034036
gz1="$(_compress_if_exists SRR27034036_1 || true)"
gz2="$(_compress_if_exists SRR27034036_2 || true)"
gzs="$(_compress_if_exists SRR27034036 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" ZNF473-DEL-IN1_S25_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR27034037
gz1="$(_compress_if_exists SRR27034037_1 || true)"
gz2="$(_compress_if_exists SRR27034037_2 || true)"
gzs="$(_compress_if_exists SRR27034037 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gzs" ]; then
  mv -f "$gzs" V5_75_to_150_IP2.fastq.gz
fi

fasterq-dump --split-files SRR27034038
gz1="$(_compress_if_exists SRR27034038_1 || true)"
gz2="$(_compress_if_exists SRR27034038_2 || true)"
gzs="$(_compress_if_exists SRR27034038 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gzs" ]; then
  mv -f "$gzs" V5_75_to_150_IP1.fastq.gz
fi

fasterq-dump --split-files SRR27034039
gz1="$(_compress_if_exists SRR27034039_1 || true)"
gz2="$(_compress_if_exists SRR27034039_2 || true)"
gzs="$(_compress_if_exists SRR27034039 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gzs" ]; then
  mv -f "$gzs" V5_50_to_125_IP2.fastq.gz
fi

fasterq-dump --split-files SRR27034040
gz1="$(_compress_if_exists SRR27034040_1 || true)"
gz2="$(_compress_if_exists SRR27034040_2 || true)"
gzs="$(_compress_if_exists SRR27034040 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gzs" ]; then
  mv -f "$gzs" V5_50_to_125_IP1.fastq.gz
fi

fasterq-dump --split-files SRR27034041
gz1="$(_compress_if_exists SRR27034041_1 || true)"
gz2="$(_compress_if_exists SRR27034041_2 || true)"
gzs="$(_compress_if_exists SRR27034041 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gzs" ]; then
  mv -f "$gzs" V5_25_to_100_IP2.fastq.gz
fi

fasterq-dump --split-files SRR27034042
gz1="$(_compress_if_exists SRR27034042_1 || true)"
gz2="$(_compress_if_exists SRR27034042_2 || true)"
gzs="$(_compress_if_exists SRR27034042 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gzs" ]; then
  mv -f "$gzs" V5_25_to_100_IP1.fastq.gz
fi

fasterq-dump --split-files SRR27034043
gz1="$(_compress_if_exists SRR27034043_1 || true)"
gz2="$(_compress_if_exists SRR27034043_2 || true)"
gzs="$(_compress_if_exists SRR27034043 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gzs" ]; then
  mv -f "$gzs" V5_150_to_225_IP2.fastq.gz
fi

fasterq-dump --split-files SRR27034044
gz1="$(_compress_if_exists SRR27034044_1 || true)"
gz2="$(_compress_if_exists SRR27034044_2 || true)"
gzs="$(_compress_if_exists SRR27034044 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gzs" ]; then
  mv -f "$gzs" V5_150_to_225_IP1.fastq.gz
fi

fasterq-dump --split-files SRR27034045
gz1="$(_compress_if_exists SRR27034045_1 || true)"
gz2="$(_compress_if_exists SRR27034045_2 || true)"
gzs="$(_compress_if_exists SRR27034045 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gzs" ]; then
  mv -f "$gzs" V5_125_to_225_IP2.fastq.gz
fi

fasterq-dump --split-files SRR27034046
gz1="$(_compress_if_exists SRR27034046_1 || true)"
gz2="$(_compress_if_exists SRR27034046_2 || true)"
gzs="$(_compress_if_exists SRR27034046 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gzs" ]; then
  mv -f "$gzs" V5_125_to_225_IP1.fastq.gz
fi

fasterq-dump --split-files SRR27034047
gz1="$(_compress_if_exists SRR27034047_1 || true)"
gz2="$(_compress_if_exists SRR27034047_2 || true)"
gzs="$(_compress_if_exists SRR27034047 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gzs" ]; then
  mv -f "$gzs" V5_100_to_225_IP2.fastq.gz
fi

fasterq-dump --split-files SRR27034048
gz1="$(_compress_if_exists SRR27034048_1 || true)"
gz2="$(_compress_if_exists SRR27034048_2 || true)"
gzs="$(_compress_if_exists SRR27034048 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" ZC3H3_IP1_S1_L001_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR27034049
gz1="$(_compress_if_exists SRR27034049_1 || true)"
gz2="$(_compress_if_exists SRR27034049_2 || true)"
gzs="$(_compress_if_exists SRR27034049 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" WBP4_IP2_S8_L001_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR27034050
gz1="$(_compress_if_exists SRR27034050_1 || true)"
gz2="$(_compress_if_exists SRR27034050_2 || true)"
gzs="$(_compress_if_exists SRR27034050 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" WBP4_IP1_S7_L001_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR27034051
gz1="$(_compress_if_exists SRR27034051_1 || true)"
gz2="$(_compress_if_exists SRR27034051_2 || true)"
gzs="$(_compress_if_exists SRR27034051 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" U2AF1_IP2_S36_L004_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR27034052
gz1="$(_compress_if_exists SRR27034052_1 || true)"
gz2="$(_compress_if_exists SRR27034052_2 || true)"
gzs="$(_compress_if_exists SRR27034052 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" U2AF1_IP1_S34_L004_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR27034053
gz1="$(_compress_if_exists SRR27034053_1 || true)"
gz2="$(_compress_if_exists SRR27034053_2 || true)"
gzs="$(_compress_if_exists SRR27034053 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" TRIM55IP2_S43_L002_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR27034054
gz1="$(_compress_if_exists SRR27034054_1 || true)"
gz2="$(_compress_if_exists SRR27034054_2 || true)"
gzs="$(_compress_if_exists SRR27034054 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" TRIM55IP1_S42_L002_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR27034055
gz1="$(_compress_if_exists SRR27034055_1 || true)"
gz2="$(_compress_if_exists SRR27034055_2 || true)"
gzs="$(_compress_if_exists SRR27034055 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" TF3C4_IP2_S18_L004_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR27034056
gz1="$(_compress_if_exists SRR27034056_1 || true)"
gz2="$(_compress_if_exists SRR27034056_2 || true)"
gzs="$(_compress_if_exists SRR27034056 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" TF3C4_IP1_S17_L004_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR27034057
gz1="$(_compress_if_exists SRR27034057_1 || true)"
gz2="$(_compress_if_exists SRR27034057_2 || true)"
gzs="$(_compress_if_exists SRR27034057 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" TEX13A_IP2_S36_L004_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR27034058
gz1="$(_compress_if_exists SRR27034058_1 || true)"
gz2="$(_compress_if_exists SRR27034058_2 || true)"
gzs="$(_compress_if_exists SRR27034058 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" TEX13A_IP1_S35_L004_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR27034059
gz1="$(_compress_if_exists SRR27034059_1 || true)"
gz2="$(_compress_if_exists SRR27034059_2 || true)"
gzs="$(_compress_if_exists SRR27034059 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SNRPC_IP2_S45_L002_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR27034060
gz1="$(_compress_if_exists SRR27034060_1 || true)"
gz2="$(_compress_if_exists SRR27034060_2 || true)"
gzs="$(_compress_if_exists SRR27034060 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SNRPC_IP1_S44_L002_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR27034061
gz1="$(_compress_if_exists SRR27034061_1 || true)"
gz2="$(_compress_if_exists SRR27034061_2 || true)"
gzs="$(_compress_if_exists SRR27034061 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SALL4_IP2_S31_L002_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR27034062
gz1="$(_compress_if_exists SRR27034062_1 || true)"
gz2="$(_compress_if_exists SRR27034062_2 || true)"
gzs="$(_compress_if_exists SRR27034062 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SALL4_IP1_S30_L002_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR27034063
gz1="$(_compress_if_exists SRR27034063_1 || true)"
gz2="$(_compress_if_exists SRR27034063_2 || true)"
gzs="$(_compress_if_exists SRR27034063 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" RNF14_IP2_S12_L001_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR27034064
gz1="$(_compress_if_exists SRR27034064_1 || true)"
gz2="$(_compress_if_exists SRR27034064_2 || true)"
gzs="$(_compress_if_exists SRR27034064 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" RNF14_IIP1_S11_L001_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR27034065
gz1="$(_compress_if_exists SRR27034065_1 || true)"
gz2="$(_compress_if_exists SRR27034065_2 || true)"
gzs="$(_compress_if_exists SRR27034065 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" RBM5_IP2_S36_L002_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR27034066
gz1="$(_compress_if_exists SRR27034066_1 || true)"
gz2="$(_compress_if_exists SRR27034066_2 || true)"
gzs="$(_compress_if_exists SRR27034066 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" RBM5_IP1_S35_L002_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR27034067
gz1="$(_compress_if_exists SRR27034067_1 || true)"
gz2="$(_compress_if_exists SRR27034067_2 || true)"
gzs="$(_compress_if_exists SRR27034067 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" R113A_IP2_S41_L002_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR27034068
gz1="$(_compress_if_exists SRR27034068_1 || true)"
gz2="$(_compress_if_exists SRR27034068_2 || true)"
gzs="$(_compress_if_exists SRR27034068 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" R113A_IP1_S40_L002_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR27034069
gz1="$(_compress_if_exists SRR27034069_1 || true)"
gz2="$(_compress_if_exists SRR27034069_2 || true)"
gzs="$(_compress_if_exists SRR27034069 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" PHF7_IP2_S40_L004_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR27034070
gz1="$(_compress_if_exists SRR27034070_1 || true)"
gz2="$(_compress_if_exists SRR27034070_2 || true)"
gzs="$(_compress_if_exists SRR27034070 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" PHF7_IP1_S39_L004_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR27034071
gz1="$(_compress_if_exists SRR27034071_1 || true)"
gz2="$(_compress_if_exists SRR27034071_2 || true)"
gzs="$(_compress_if_exists SRR27034071 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" NANO2_IP2_S10_L001_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR27034072
gz1="$(_compress_if_exists SRR27034072_1 || true)"
gz2="$(_compress_if_exists SRR27034072_2 || true)"
gzs="$(_compress_if_exists SRR27034072 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" NANO2_IP1_S9_L001_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR27034073
gz1="$(_compress_if_exists SRR27034073_1 || true)"
gz2="$(_compress_if_exists SRR27034073_2 || true)"
gzs="$(_compress_if_exists SRR27034073 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" MBNL1_IP2_S20_L004_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR27034074
gz1="$(_compress_if_exists SRR27034074_1 || true)"
gz2="$(_compress_if_exists SRR27034074_2 || true)"
gzs="$(_compress_if_exists SRR27034074 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" MBNL1_IP1_S19_L004_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR27034075
gz1="$(_compress_if_exists SRR27034075_1 || true)"
gz2="$(_compress_if_exists SRR27034075_2 || true)"
gzs="$(_compress_if_exists SRR27034075 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gzs" ]; then
  mv -f "$gzs" 75_to_150_IN2.fastq.gz
fi

fasterq-dump --split-files SRR27034076
gz1="$(_compress_if_exists SRR27034076_1 || true)"
gz2="$(_compress_if_exists SRR27034076_2 || true)"
gzs="$(_compress_if_exists SRR27034076 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" MAZ_IP2_S40_L002_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR27034077
gz1="$(_compress_if_exists SRR27034077_1 || true)"
gz2="$(_compress_if_exists SRR27034077_2 || true)"
gzs="$(_compress_if_exists SRR27034077 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gzs" ]; then
  mv -f "$gzs" 75_to_150_IN1.fastq.gz
fi

fasterq-dump --split-files SRR27034078
gz1="$(_compress_if_exists SRR27034078_1 || true)"
gz2="$(_compress_if_exists SRR27034078_2 || true)"
gzs="$(_compress_if_exists SRR27034078 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gzs" ]; then
  mv -f "$gzs" 50_to_125_IN2.fastq.gz
fi

fasterq-dump --split-files SRR27034079
gz1="$(_compress_if_exists SRR27034079_1 || true)"
gz2="$(_compress_if_exists SRR27034079_2 || true)"
gzs="$(_compress_if_exists SRR27034079 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" MAZ_IP1_S39_L002_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR27034080
gz1="$(_compress_if_exists SRR27034080_1 || true)"
gz2="$(_compress_if_exists SRR27034080_2 || true)"
gzs="$(_compress_if_exists SRR27034080 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" LN28B_IP2_S29_L002_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR27034081
gz1="$(_compress_if_exists SRR27034081_1 || true)"
gz2="$(_compress_if_exists SRR27034081_2 || true)"
gzs="$(_compress_if_exists SRR27034081 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" LN28B_IP1_S28_L002_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR27034082
gz1="$(_compress_if_exists SRR27034082_1 || true)"
gz2="$(_compress_if_exists SRR27034082_2 || true)"
gzs="$(_compress_if_exists SRR27034082 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" IGHMBP2_IP2_S22_L004_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR27034083
gz1="$(_compress_if_exists SRR27034083_1 || true)"
gz2="$(_compress_if_exists SRR27034083_2 || true)"
gzs="$(_compress_if_exists SRR27034083 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" IGHMBP2_IP1_S21_L004_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR27034084
gz1="$(_compress_if_exists SRR27034084_1 || true)"
gz2="$(_compress_if_exists SRR27034084_2 || true)"
gzs="$(_compress_if_exists SRR27034084 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" GIN1_IP2_S16_L001_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR27034085
gz1="$(_compress_if_exists SRR27034085_1 || true)"
gz2="$(_compress_if_exists SRR27034085_2 || true)"
gzs="$(_compress_if_exists SRR27034085 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" GIN1_IP1_S15_L001_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR27034086
gz1="$(_compress_if_exists SRR27034086_1 || true)"
gz2="$(_compress_if_exists SRR27034086_2 || true)"
gzs="$(_compress_if_exists SRR27034086 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" G2E3IP2_S35_L002_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR27034087
gz1="$(_compress_if_exists SRR27034087_1 || true)"
gz2="$(_compress_if_exists SRR27034087_2 || true)"
gzs="$(_compress_if_exists SRR27034087 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" G2E3IP1_S34_L002_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR27034088
gz1="$(_compress_if_exists SRR27034088_1 || true)"
gz2="$(_compress_if_exists SRR27034088_2 || true)"
gzs="$(_compress_if_exists SRR27034088 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" FUS_IP2_S32_L002_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR27034089
gz1="$(_compress_if_exists SRR27034089_1 || true)"
gz2="$(_compress_if_exists SRR27034089_2 || true)"
gzs="$(_compress_if_exists SRR27034089 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" FUS_IP1_S31_L002_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR27034090
gz1="$(_compress_if_exists SRR27034090_1 || true)"
gz2="$(_compress_if_exists SRR27034090_2 || true)"
gzs="$(_compress_if_exists SRR27034090 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" ERI2_IP2_S4_L001_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR27034091
gz1="$(_compress_if_exists SRR27034091_1 || true)"
gz2="$(_compress_if_exists SRR27034091_2 || true)"
gzs="$(_compress_if_exists SRR27034091 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" ERI2_IP1_S3_L001_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR27034092
gz1="$(_compress_if_exists SRR27034092_1 || true)"
gz2="$(_compress_if_exists SRR27034092_2 || true)"
gzs="$(_compress_if_exists SRR27034092 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" CTCF_IP2_S14_L004_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR27034093
gz1="$(_compress_if_exists SRR27034093_1 || true)"
gz2="$(_compress_if_exists SRR27034093_2 || true)"
gzs="$(_compress_if_exists SRR27034093 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" CTCF_IP1_S13_L004_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR27034094
gz1="$(_compress_if_exists SRR27034094_1 || true)"
gz2="$(_compress_if_exists SRR27034094_2 || true)"
gzs="$(_compress_if_exists SRR27034094 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" CPSF4_IP2_S27_L002_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR27034095
gz1="$(_compress_if_exists SRR27034095_1 || true)"
gz2="$(_compress_if_exists SRR27034095_2 || true)"
gzs="$(_compress_if_exists SRR27034095 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" CPSF4_IP1_S26_L002_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR27034096
gz1="$(_compress_if_exists SRR27034096_1 || true)"
gz2="$(_compress_if_exists SRR27034096_2 || true)"
gzs="$(_compress_if_exists SRR27034096 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" CPS4L_IP2_S38_L002_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR27034097
gz1="$(_compress_if_exists SRR27034097_1 || true)"
gz2="$(_compress_if_exists SRR27034097_2 || true)"
gzs="$(_compress_if_exists SRR27034097 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" CPS4L_IP1_S37_L002_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR27034098
gz1="$(_compress_if_exists SRR27034098_1 || true)"
gz2="$(_compress_if_exists SRR27034098_2 || true)"
gzs="$(_compress_if_exists SRR27034098 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" CNOT4IP2_S41_L002_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR27034099
gz1="$(_compress_if_exists SRR27034099_1 || true)"
gz2="$(_compress_if_exists SRR27034099_2 || true)"
gzs="$(_compress_if_exists SRR27034099 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" CNOT4IP1_S40_L002_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR27034100
gz1="$(_compress_if_exists SRR27034100_1 || true)"
gz2="$(_compress_if_exists SRR27034100_2 || true)"
gzs="$(_compress_if_exists SRR27034100 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" CNBP_IP2_S35_L002_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR27034101
gz1="$(_compress_if_exists SRR27034101_1 || true)"
gz2="$(_compress_if_exists SRR27034101_2 || true)"
gzs="$(_compress_if_exists SRR27034101 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" CNBP_IP1_S34_L002_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR27034102
gz1="$(_compress_if_exists SRR27034102_1 || true)"
gz2="$(_compress_if_exists SRR27034102_2 || true)"
gzs="$(_compress_if_exists SRR27034102 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" CISD2_IP2_S37_L002_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR27034103
gz1="$(_compress_if_exists SRR27034103_1 || true)"
gz2="$(_compress_if_exists SRR27034103_2 || true)"
gzs="$(_compress_if_exists SRR27034103 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" CISD2_IP1_S36_L002_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR27034104
gz1="$(_compress_if_exists SRR27034104_1 || true)"
gz2="$(_compress_if_exists SRR27034104_2 || true)"
gzs="$(_compress_if_exists SRR27034104 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" CISD1_IP2_S37_L002_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR27034105
gz1="$(_compress_if_exists SRR27034105_1 || true)"
gz2="$(_compress_if_exists SRR27034105_2 || true)"
gzs="$(_compress_if_exists SRR27034105 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" CISD1_IP1_S36_L002_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR27034106
gz1="$(_compress_if_exists SRR27034106_1 || true)"
gz2="$(_compress_if_exists SRR27034106_2 || true)"
gzs="$(_compress_if_exists SRR27034106 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" BRCA1IP2_S39_L002_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR27034107
gz1="$(_compress_if_exists SRR27034107_1 || true)"
gz2="$(_compress_if_exists SRR27034107_2 || true)"
gzs="$(_compress_if_exists SRR27034107 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gzs" ]; then
  mv -f "$gzs" V5_100_to_225_IP1.fastq.gz
fi

fasterq-dump --split-files SRR27034108
gz1="$(_compress_if_exists SRR27034108_1 || true)"
gz2="$(_compress_if_exists SRR27034108_2 || true)"
gzs="$(_compress_if_exists SRR27034108 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" ZNF800_IP2_S16_L004_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR27034109
gz1="$(_compress_if_exists SRR27034109_1 || true)"
gz2="$(_compress_if_exists SRR27034109_2 || true)"
gzs="$(_compress_if_exists SRR27034109 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" ZNF800_IP1_S15_L004_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR27034110
gz1="$(_compress_if_exists SRR27034110_1 || true)"
gz2="$(_compress_if_exists SRR27034110_2 || true)"
gzs="$(_compress_if_exists SRR27034110 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" ZNF706_IP2_S32_L004_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR27034111
gz1="$(_compress_if_exists SRR27034111_1 || true)"
gz2="$(_compress_if_exists SRR27034111_2 || true)"
gzs="$(_compress_if_exists SRR27034111 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" ZNF706_IP1_S31_L004_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR27034112
gz1="$(_compress_if_exists SRR27034112_1 || true)"
gz2="$(_compress_if_exists SRR27034112_2 || true)"
gzs="$(_compress_if_exists SRR27034112 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" ZNF593_IP2_S53_L002_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR27034113
gz1="$(_compress_if_exists SRR27034113_1 || true)"
gz2="$(_compress_if_exists SRR27034113_2 || true)"
gzs="$(_compress_if_exists SRR27034113 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" ZNF593_IP1_S52_L002_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR27034114
gz1="$(_compress_if_exists SRR27034114_1 || true)"
gz2="$(_compress_if_exists SRR27034114_2 || true)"
gzs="$(_compress_if_exists SRR27034114 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" ZNF574_IP2_S4_L001_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR27034115
gz1="$(_compress_if_exists SRR27034115_1 || true)"
gz2="$(_compress_if_exists SRR27034115_2 || true)"
gzs="$(_compress_if_exists SRR27034115 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" ZNF574_IP1_S3_L001_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR27034116
gz1="$(_compress_if_exists SRR27034116_1 || true)"
gz2="$(_compress_if_exists SRR27034116_2 || true)"
gzs="$(_compress_if_exists SRR27034116 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" ZNF473IP2_S37_L002_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR27034117
gz1="$(_compress_if_exists SRR27034117_1 || true)"
gz2="$(_compress_if_exists SRR27034117_2 || true)"
gzs="$(_compress_if_exists SRR27034117 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" ZNF473IP1_S36_L002_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR27034118
gz1="$(_compress_if_exists SRR27034118_1 || true)"
gz2="$(_compress_if_exists SRR27034118_2 || true)"
gzs="$(_compress_if_exists SRR27034118 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" ZNF317_IP2_S30_L004_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR27034119
gz1="$(_compress_if_exists SRR27034119_1 || true)"
gz2="$(_compress_if_exists SRR27034119_2 || true)"
gzs="$(_compress_if_exists SRR27034119 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" ZNF317_IP1_S29_L004_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR27034120
gz1="$(_compress_if_exists SRR27034120_1 || true)"
gz2="$(_compress_if_exists SRR27034120_2 || true)"
gzs="$(_compress_if_exists SRR27034120 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" ZNF277_IP2_S28_L004_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR27034121
gz1="$(_compress_if_exists SRR27034121_1 || true)"
gz2="$(_compress_if_exists SRR27034121_2 || true)"
gzs="$(_compress_if_exists SRR27034121 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" ZNF277_IP1_S27_L004_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR27034122
gz1="$(_compress_if_exists SRR27034122_1 || true)"
gz2="$(_compress_if_exists SRR27034122_2 || true)"
gzs="$(_compress_if_exists SRR27034122 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" ZNF22_IP2_S49_L002_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR27034123
gz1="$(_compress_if_exists SRR27034123_1 || true)"
gz2="$(_compress_if_exists SRR27034123_2 || true)"
gzs="$(_compress_if_exists SRR27034123 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" ZNF22_IP1_S48_L002_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR27034124
gz1="$(_compress_if_exists SRR27034124_1 || true)"
gz2="$(_compress_if_exists SRR27034124_2 || true)"
gzs="$(_compress_if_exists SRR27034124 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" ZNF2_IP2_S34_L002_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR27034125
gz1="$(_compress_if_exists SRR27034125_1 || true)"
gz2="$(_compress_if_exists SRR27034125_2 || true)"
gzs="$(_compress_if_exists SRR27034125 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" ZNF2_IP1_S33_L002_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR27034126
gz1="$(_compress_if_exists SRR27034126_1 || true)"
gz2="$(_compress_if_exists SRR27034126_2 || true)"
gzs="$(_compress_if_exists SRR27034126 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" ZMAT5_IP2_S26_L004_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR27034127
gz1="$(_compress_if_exists SRR27034127_1 || true)"
gz2="$(_compress_if_exists SRR27034127_2 || true)"
gzs="$(_compress_if_exists SRR27034127 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" ZMAT5_IP1_S25_L004_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR27034128
gz1="$(_compress_if_exists SRR27034128_1 || true)"
gz2="$(_compress_if_exists SRR27034128_2 || true)"
gzs="$(_compress_if_exists SRR27034128 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" ZMAT3_IP2_S12_L001_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR27034129
gz1="$(_compress_if_exists SRR27034129_1 || true)"
gz2="$(_compress_if_exists SRR27034129_2 || true)"
gzs="$(_compress_if_exists SRR27034129 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" ZMAT3_IP1_S11_L001_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR27034130
gz1="$(_compress_if_exists SRR27034130_1 || true)"
gz2="$(_compress_if_exists SRR27034130_2 || true)"
gzs="$(_compress_if_exists SRR27034130 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" ZFP36L1-IP2_S29_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR27034131
gz1="$(_compress_if_exists SRR27034131_1 || true)"
gz2="$(_compress_if_exists SRR27034131_2 || true)"
gzs="$(_compress_if_exists SRR27034131 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" ZFP36L1-IP1_S28_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR27034132
gz1="$(_compress_if_exists SRR27034132_1 || true)"
gz2="$(_compress_if_exists SRR27034132_2 || true)"
gzs="$(_compress_if_exists SRR27034132 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" ZC3HAV1_IP2_S24_L004_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR27034133
gz1="$(_compress_if_exists SRR27034133_1 || true)"
gz2="$(_compress_if_exists SRR27034133_2 || true)"
gzs="$(_compress_if_exists SRR27034133 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" ZC3HAV1_IP1_S23_L004_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR27034134
gz1="$(_compress_if_exists SRR27034134_1 || true)"
gz2="$(_compress_if_exists SRR27034134_2 || true)"
gzs="$(_compress_if_exists SRR27034134 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" ZC3H3_IP2_S2_L001_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR27034135
gz1="$(_compress_if_exists SRR27034135_1 || true)"
gz2="$(_compress_if_exists SRR27034135_2 || true)"
gzs="$(_compress_if_exists SRR27034135 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" BRCA1IP1_S38_L002_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR27034136
gz1="$(_compress_if_exists SRR27034136_1 || true)"
gz2="$(_compress_if_exists SRR27034136_2 || true)"
gzs="$(_compress_if_exists SRR27034136 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" APEX2_IP2_S6_L001_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR27034137
gz1="$(_compress_if_exists SRR27034137_1 || true)"
gz2="$(_compress_if_exists SRR27034137_2 || true)"
gzs="$(_compress_if_exists SRR27034137 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" APEX2_IP1_S5_L001_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR29262313
gz1="$(_compress_if_exists SRR29262313_1 || true)"
gz2="$(_compress_if_exists SRR29262313_2 || true)"
gzs="$(_compress_if_exists SRR29262313 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" CISD2_IP2_S4_L001_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR29262314
gz1="$(_compress_if_exists SRR29262314_1 || true)"
gz2="$(_compress_if_exists SRR29262314_2 || true)"
gzs="$(_compress_if_exists SRR29262314 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" CISD2_IP1_S3_L001_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR29262315
gz1="$(_compress_if_exists SRR29262315_1 || true)"
gz2="$(_compress_if_exists SRR29262315_2 || true)"
gzs="$(_compress_if_exists SRR29262315 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" CNBP_IP2_S8_L001_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR29262316
gz1="$(_compress_if_exists SRR29262316_1 || true)"
gz2="$(_compress_if_exists SRR29262316_2 || true)"
gzs="$(_compress_if_exists SRR29262316 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" CNBP_IP1_S7_L001_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR29262317
gz1="$(_compress_if_exists SRR29262317_1 || true)"
gz2="$(_compress_if_exists SRR29262317_2 || true)"
gzs="$(_compress_if_exists SRR29262317 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" ZNF593_IP2_S6_L001_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR29262318
gz1="$(_compress_if_exists SRR29262318_1 || true)"
gz2="$(_compress_if_exists SRR29262318_2 || true)"
gzs="$(_compress_if_exists SRR29262318 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" ZNF593_IP1_S5_L001_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR29262319
gz1="$(_compress_if_exists SRR29262319_1 || true)"
gz2="$(_compress_if_exists SRR29262319_2 || true)"
gzs="$(_compress_if_exists SRR29262319 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" ZNF277_IP2_S2_L001_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR29262320
gz1="$(_compress_if_exists SRR29262320_1 || true)"
gz2="$(_compress_if_exists SRR29262320_2 || true)"
gzs="$(_compress_if_exists SRR29262320 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" ZNF277_IP1_S1_L001_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR29262321
gz1="$(_compress_if_exists SRR29262321_1 || true)"
gz2="$(_compress_if_exists SRR29262321_2 || true)"
gzs="$(_compress_if_exists SRR29262321 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" ZNF277_N_IN2_S50_L006_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR29262322
gz1="$(_compress_if_exists SRR29262322_1 || true)"
gz2="$(_compress_if_exists SRR29262322_2 || true)"
gzs="$(_compress_if_exists SRR29262322 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" ZNF277_N_IN1_S48_L006_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR29262323
gz1="$(_compress_if_exists SRR29262323_1 || true)"
gz2="$(_compress_if_exists SRR29262323_2 || true)"
gzs="$(_compress_if_exists SRR29262323 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" ZNF277_N_IP2_S51_L006_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR29262324
gz1="$(_compress_if_exists SRR29262324_1 || true)"
gz2="$(_compress_if_exists SRR29262324_2 || true)"
gzs="$(_compress_if_exists SRR29262324 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" ZNF277_N_IP1_S49_L006_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR29262325
gz1="$(_compress_if_exists SRR29262325_1 || true)"
gz2="$(_compress_if_exists SRR29262325_2 || true)"
gzs="$(_compress_if_exists SRR29262325 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" ZNF473_N_IN2_S54_L006_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR29262326
gz1="$(_compress_if_exists SRR29262326_1 || true)"
gz2="$(_compress_if_exists SRR29262326_2 || true)"
gzs="$(_compress_if_exists SRR29262326 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" ZNF473_N_IN1_S52_L006_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR29262327
gz1="$(_compress_if_exists SRR29262327_1 || true)"
gz2="$(_compress_if_exists SRR29262327_2 || true)"
gzs="$(_compress_if_exists SRR29262327 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" ZNF473_N_IP2_S55_L006_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR29262328
gz1="$(_compress_if_exists SRR29262328_1 || true)"
gz2="$(_compress_if_exists SRR29262328_2 || true)"
gzs="$(_compress_if_exists SRR29262328 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" ZNF473_N_IP1_S53_L006_R1_001.fastq.gz
fi


# Option B: Direct download (larger .sra files)
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034020/SRR27034020
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034021/SRR27034021
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034022/SRR27034022
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034023/SRR27034023
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034024/SRR27034024
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034025/SRR27034025
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034026/SRR27034026
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034027/SRR27034027
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034028/SRR27034028
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034029/SRR27034029
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034030/SRR27034030
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034031/SRR27034031
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034032/SRR27034032
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034033/SRR27034033
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034034/SRR27034034
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034035/SRR27034035
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034036/SRR27034036
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034037/SRR27034037
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034038/SRR27034038
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034039/SRR27034039
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034040/SRR27034040
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034041/SRR27034041
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034042/SRR27034042
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034043/SRR27034043
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034044/SRR27034044
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034045/SRR27034045
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034046/SRR27034046
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034047/SRR27034047
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034048/SRR27034048
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034049/SRR27034049
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034050/SRR27034050
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034051/SRR27034051
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034052/SRR27034052
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034053/SRR27034053
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034054/SRR27034054
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034055/SRR27034055
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034056/SRR27034056
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034057/SRR27034057
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034058/SRR27034058
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034059/SRR27034059
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034060/SRR27034060
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034061/SRR27034061
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034062/SRR27034062
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034063/SRR27034063
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034064/SRR27034064
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034065/SRR27034065
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034066/SRR27034066
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034067/SRR27034067
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034068/SRR27034068
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034069/SRR27034069
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034070/SRR27034070
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034071/SRR27034071
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034072/SRR27034072
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034073/SRR27034073
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034074/SRR27034074
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034075/SRR27034075
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034076/SRR27034076
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034077/SRR27034077
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034078/SRR27034078
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034079/SRR27034079
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034080/SRR27034080
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034081/SRR27034081
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034082/SRR27034082
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034083/SRR27034083
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034084/SRR27034084
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034085/SRR27034085
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034086/SRR27034086
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034087/SRR27034087
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034088/SRR27034088
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034089/SRR27034089
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034090/SRR27034090
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034091/SRR27034091
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034092/SRR27034092
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034093/SRR27034093
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034094/SRR27034094
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034095/SRR27034095
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034096/SRR27034096
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034097/SRR27034097
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034098/SRR27034098
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034099/SRR27034099
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034100/SRR27034100
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034101/SRR27034101
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034102/SRR27034102
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034103/SRR27034103
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034104/SRR27034104
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034105/SRR27034105
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034106/SRR27034106
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034107/SRR27034107
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034108/SRR27034108
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034109/SRR27034109
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034110/SRR27034110
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034111/SRR27034111
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034112/SRR27034112
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034113/SRR27034113
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034114/SRR27034114
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034115/SRR27034115
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034116/SRR27034116
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034117/SRR27034117
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034118/SRR27034118
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034119/SRR27034119
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034120/SRR27034120
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034121/SRR27034121
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034122/SRR27034122
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034123/SRR27034123
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034124/SRR27034124
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034125/SRR27034125
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034126/SRR27034126
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034127/SRR27034127
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034128/SRR27034128
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034129/SRR27034129
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034130/SRR27034130
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034131/SRR27034131
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034132/SRR27034132
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034133/SRR27034133
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034134/SRR27034134
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034135/SRR27034135
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034136/SRR27034136
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034137/SRR27034137
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29262313/SRR29262313
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29262314/SRR29262314
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29262315/SRR29262315
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29262316/SRR29262316
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29262317/SRR29262317
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29262318/SRR29262318
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29262319/SRR29262319
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29262320/SRR29262320
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29262321/SRR29262321
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29262322/SRR29262322
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29262323/SRR29262323
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29262324/SRR29262324
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29262325/SRR29262325
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29262326/SRR29262326
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29262327/SRR29262327
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29262328/SRR29262328

# --- Additional data files ---
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034028/SRR27034028
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034027/SRR27034027
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034026/SRR27034026
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034025/SRR27034025
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034024/SRR27034024
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034023/SRR27034023
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034022/SRR27034022
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034021/SRR27034021
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034020/SRR27034020
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034078/SRR27034078
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034077/SRR27034077
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034075/SRR27034075
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034137/SRR27034137
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034136/SRR27034136
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034135/SRR27034135
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034106/SRR27034106
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034105/SRR27034105
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034104/SRR27034104
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034103/SRR27034103
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29262314/SRR29262314
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034102/SRR27034102
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29262313/SRR29262313
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034101/SRR27034101
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29262316/SRR29262316
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034100/SRR27034100
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29262315/SRR29262315
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034099/SRR27034099
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034098/SRR27034098
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034097/SRR27034097
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034096/SRR27034096
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034095/SRR27034095
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034094/SRR27034094
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034093/SRR27034093
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034092/SRR27034092
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034091/SRR27034091
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034090/SRR27034090
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034089/SRR27034089
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034088/SRR27034088
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034087/SRR27034087
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034086/SRR27034086
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034085/SRR27034085
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034084/SRR27034084
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034083/SRR27034083
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034082/SRR27034082
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034081/SRR27034081
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034080/SRR27034080
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034079/SRR27034079
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034076/SRR27034076
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034074/SRR27034074
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034073/SRR27034073
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034072/SRR27034072
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034071/SRR27034071
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034070/SRR27034070
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034069/SRR27034069
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034068/SRR27034068
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034067/SRR27034067
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034066/SRR27034066
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034065/SRR27034065
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034064/SRR27034064
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034063/SRR27034063
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034062/SRR27034062
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034061/SRR27034061
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034060/SRR27034060
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034059/SRR27034059
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034058/SRR27034058
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034057/SRR27034057
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034056/SRR27034056
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034055/SRR27034055
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034054/SRR27034054
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034053/SRR27034053
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034052/SRR27034052
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034051/SRR27034051
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034107/SRR27034107
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034047/SRR27034047
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034046/SRR27034046
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034045/SRR27034045
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034044/SRR27034044
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034043/SRR27034043
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034042/SRR27034042
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034041/SRR27034041
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034040/SRR27034040
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034039/SRR27034039
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034038/SRR27034038
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034037/SRR27034037
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034050/SRR27034050
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034049/SRR27034049
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034048/SRR27034048
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034134/SRR27034134
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034133/SRR27034133
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034132/SRR27034132
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034131/SRR27034131
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034130/SRR27034130
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034129/SRR27034129
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034128/SRR27034128
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034127/SRR27034127
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034126/SRR27034126
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034123/SRR27034123
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034122/SRR27034122
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29262320/SRR29262320
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034121/SRR27034121
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034120/SRR27034120
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29262319/SRR29262319
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29262322/SRR29262322
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29262321/SRR29262321
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29262324/SRR29262324
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29262323/SRR29262323
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034125/SRR27034125
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034124/SRR27034124
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034119/SRR27034119
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034118/SRR27034118
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034036/SRR27034036
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034035/SRR27034035
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034034/SRR27034034
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034033/SRR27034033
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034117/SRR27034117
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034116/SRR27034116
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29262326/SRR29262326
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29262325/SRR29262325
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29262328/SRR29262328
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29262327/SRR29262327
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034032/SRR27034032
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034031/SRR27034031
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034030/SRR27034030
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034029/SRR27034029
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034115/SRR27034115
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034114/SRR27034114
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034113/SRR27034113
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29262318/SRR29262318
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034112/SRR27034112
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR29262317/SRR29262317
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034111/SRR27034111
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034110/SRR27034110
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034109/SRR27034109
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR27034108/SRR27034108

echo "Download complete. Files saved to $OUTDIR"