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

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

# --- GEO supplementary files ---
wget -nc "ftp://ftp.ncbi.nlm.nih.gov/geo/series/GSE154nnn/GSE154778/suppl/GSE154778_RAW.tar" -O "GSE154778_RAW.tar"
wget -nc "ftp://ftp.ncbi.nlm.nih.gov/geo/series/GSE154nnn/GSE154778/suppl/GSE154778_dgeMtx.csv.gz" -O "GSE154778_dgeMtx.csv.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 "SRR12273020"
gz1="$(_compress_if_exists 'SRR12273020_1' || true)"
gz2="$(_compress_if_exists 'SRR12273020_2' || true)"
gzs="$(_compress_if_exists 'SRR12273020' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "K16733_HYKG3BCXX_AGGCTACC_L001_R1_001.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "K16733_HYKG3BCXX_AGGCTACC_L001_R2_001.fastq.gz"
fi

fasterq-dump --split-files "SRR12273021"
gz1="$(_compress_if_exists 'SRR12273021_1' || true)"
gz2="$(_compress_if_exists 'SRR12273021_2' || true)"
gzs="$(_compress_if_exists 'SRR12273021' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "K16733_HYKG3BCXX_AGGCTACC_L002_R1_001.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "K16733_HYKG3BCXX_AGGCTACC_L002_R2_001.fastq.gz"
fi

fasterq-dump --split-files "SRR12273022"
gz1="$(_compress_if_exists 'SRR12273022_1' || true)"
gz2="$(_compress_if_exists 'SRR12273022_2' || true)"
gzs="$(_compress_if_exists 'SRR12273022' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "K16733_HYKG3BCXX_CTAGCTGT_L001_R1_001.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "K16733_HYKG3BCXX_CTAGCTGT_L001_R2_001.fastq.gz"
fi

fasterq-dump --split-files "SRR12273023"
gz1="$(_compress_if_exists 'SRR12273023_1' || true)"
gz2="$(_compress_if_exists 'SRR12273023_2' || true)"
gzs="$(_compress_if_exists 'SRR12273023' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "K16733_HYKG3BCXX_CTAGCTGT_L002_R1_001.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "K16733_HYKG3BCXX_CTAGCTGT_L002_R2_001.fastq.gz"
fi

fasterq-dump --split-files "SRR12273024"
gz1="$(_compress_if_exists 'SRR12273024_1' || true)"
gz2="$(_compress_if_exists 'SRR12273024_2' || true)"
gzs="$(_compress_if_exists 'SRR12273024' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "K16733_HYKG3BCXX_GCCAACAA_L001_R1_001.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "K16733_HYKG3BCXX_GCCAACAA_L001_R2_001.fastq.gz"
fi

fasterq-dump --split-files "SRR12273025"
gz1="$(_compress_if_exists 'SRR12273025_1' || true)"
gz2="$(_compress_if_exists 'SRR12273025_2' || true)"
gzs="$(_compress_if_exists 'SRR12273025' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "K16733_HYKG3BCXX_GCCAACAA_L002_R1_001.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "K16733_HYKG3BCXX_GCCAACAA_L002_R2_001.fastq.gz"
fi

fasterq-dump --split-files "SRR12273026"
gz1="$(_compress_if_exists 'SRR12273026_1' || true)"
gz2="$(_compress_if_exists 'SRR12273026_2' || true)"
gzs="$(_compress_if_exists 'SRR12273026' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "K16733_HYKG3BCXX_TATTGGTG_L001_R1_001.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "K16733_HYKG3BCXX_TATTGGTG_L001_R2_001.fastq.gz"
fi

fasterq-dump --split-files "SRR12273027"
gz1="$(_compress_if_exists 'SRR12273027_1' || true)"
gz2="$(_compress_if_exists 'SRR12273027_2' || true)"
gzs="$(_compress_if_exists 'SRR12273027' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "K16733_HYKG3BCXX_TATTGGTG_L002_R1_001.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "K16733_HYKG3BCXX_TATTGGTG_L002_R2_001.fastq.gz"
fi

fasterq-dump --split-files "SRR12273028"
gz1="$(_compress_if_exists 'SRR12273028_1' || true)"
gz2="$(_compress_if_exists 'SRR12273028_2' || true)"
gzs="$(_compress_if_exists 'SRR12273028' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "Y00006_HT77VBCXY_AACCGTAA_L001_R1_001.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "Y00006_HT77VBCXY_AACCGTAA_L001_R2_001.fastq.gz"
fi

fasterq-dump --split-files "SRR12273029"
gz1="$(_compress_if_exists 'SRR12273029_1' || true)"
gz2="$(_compress_if_exists 'SRR12273029_2' || true)"
gzs="$(_compress_if_exists 'SRR12273029' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "Y00006_HT77VBCXY_AACCGTAA_L002_R1_001.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "Y00006_HT77VBCXY_AACCGTAA_L002_R2_001.fastq.gz"
fi

fasterq-dump --split-files "SRR12273030"
gz1="$(_compress_if_exists 'SRR12273030_1' || true)"
gz2="$(_compress_if_exists 'SRR12273030_2' || true)"
gzs="$(_compress_if_exists 'SRR12273030' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "Y00006_HT77VBCXY_CTAAACGG_L001_R1_001.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "Y00006_HT77VBCXY_CTAAACGG_L001_R2_001.fastq.gz"
fi

fasterq-dump --split-files "SRR12273031"
gz1="$(_compress_if_exists 'SRR12273031_1' || true)"
gz2="$(_compress_if_exists 'SRR12273031_2' || true)"
gzs="$(_compress_if_exists 'SRR12273031' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "Y00006_HT77VBCXY_CTAAACGG_L002_R1_001.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "Y00006_HT77VBCXY_CTAAACGG_L002_R2_001.fastq.gz"
fi

fasterq-dump --split-files "SRR12273032"
gz1="$(_compress_if_exists 'SRR12273032_1' || true)"
gz2="$(_compress_if_exists 'SRR12273032_2' || true)"
gzs="$(_compress_if_exists 'SRR12273032' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "Y00006_HT77VBCXY_GGTTTACT_L001_R1_001.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "Y00006_HT77VBCXY_GGTTTACT_L001_R2_001.fastq.gz"
fi

fasterq-dump --split-files "SRR12273033"
gz1="$(_compress_if_exists 'SRR12273033_1' || true)"
gz2="$(_compress_if_exists 'SRR12273033_2' || true)"
gzs="$(_compress_if_exists 'SRR12273033' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "Y00006_HT77VBCXY_GGTTTACT_L002_R1_001.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "Y00006_HT77VBCXY_GGTTTACT_L002_R2_001.fastq.gz"
fi

fasterq-dump --split-files "SRR12273034"
gz1="$(_compress_if_exists 'SRR12273034_1' || true)"
gz2="$(_compress_if_exists 'SRR12273034_2' || true)"
gzs="$(_compress_if_exists 'SRR12273034' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "Y00006_HT77VBCXY_TCGGCGTC_L001_R1_001.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "Y00006_HT77VBCXY_TCGGCGTC_L001_R2_001.fastq.gz"
fi

fasterq-dump --split-files "SRR12273035"
gz1="$(_compress_if_exists 'SRR12273035_1' || true)"
gz2="$(_compress_if_exists 'SRR12273035_2' || true)"
gzs="$(_compress_if_exists 'SRR12273035' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "Y00006_HT77VBCXY_TCGGCGTC_L002_R1_001.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "Y00006_HT77VBCXY_TCGGCGTC_L002_R2_001.fastq.gz"
fi

fasterq-dump --split-files "SRR12273036"
gz1="$(_compress_if_exists 'SRR12273036_1' || true)"
gz2="$(_compress_if_exists 'SRR12273036_2' || true)"
gzs="$(_compress_if_exists 'SRR12273036' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "T2_S2_L002_R1_001.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "T2_S2_L002_R2_001.fastq.gz"
fi

fasterq-dump --split-files "SRR12273037"
gz1="$(_compress_if_exists 'SRR12273037_1' || true)"
gz2="$(_compress_if_exists 'SRR12273037_2' || true)"
gzs="$(_compress_if_exists 'SRR12273037' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "T3_S1_L001_R1_001.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "T3_S1_L001_R2_001.fastq.gz"
fi

fasterq-dump --split-files "SRR12273038"
gz1="$(_compress_if_exists 'SRR12273038_1' || true)"
gz2="$(_compress_if_exists 'SRR12273038_2' || true)"
gzs="$(_compress_if_exists 'SRR12273038' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "T4_S1_L001_R1_001.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "T4_S1_L001_R2_001.fastq.gz"
fi

fasterq-dump --split-files "SRR12273039"
gz1="$(_compress_if_exists 'SRR12273039_1' || true)"
gz2="$(_compress_if_exists 'SRR12273039_2' || true)"
gzs="$(_compress_if_exists 'SRR12273039' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "T5_S1_L001_R1_001.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "T5_S1_L001_R2_001.fastq.gz"
fi

fasterq-dump --split-files "SRR12273040"
gz1="$(_compress_if_exists 'SRR12273040_1' || true)"
gz2="$(_compress_if_exists 'SRR12273040_2' || true)"
gzs="$(_compress_if_exists 'SRR12273040' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "T6_S2_L002_R1_001.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "T6_S2_L002_R2_001.fastq.gz"
fi

fasterq-dump --split-files "SRR12273041"
gz1="$(_compress_if_exists 'SRR12273041_1' || true)"
gz2="$(_compress_if_exists 'SRR12273041_2' || true)"
gzs="$(_compress_if_exists 'SRR12273041' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "T8_S2_L002_R1_001.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "T8_S2_L002_R2_001.fastq.gz"
fi

fasterq-dump --split-files "SRR12273042"
gz1="$(_compress_if_exists 'SRR12273042_1' || true)"
gz2="$(_compress_if_exists 'SRR12273042_2' || true)"
gzs="$(_compress_if_exists 'SRR12273042' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "T9_S1_L001_R1_001.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "T9_S1_L001_R2_001.fastq.gz"
fi

fasterq-dump --split-files "SRR12273043"
gz1="$(_compress_if_exists 'SRR12273043_1' || true)"
gz2="$(_compress_if_exists 'SRR12273043_2' || true)"
gzs="$(_compress_if_exists 'SRR12273043' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "T10_S2_L002_R1_001.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "T10_S2_L002_R2_001.fastq.gz"
fi

fasterq-dump --split-files "SRR12273044"
gz1="$(_compress_if_exists 'SRR12273044_1' || true)"
gz2="$(_compress_if_exists 'SRR12273044_2' || true)"
gzs="$(_compress_if_exists 'SRR12273044' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "Y00008_HNL7NAFXX_AGTTCGGC_L001_R1_001.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "Y00008_HNL7NAFXX_AGTTCGGC_L001_R2_001.fastq.gz"
fi

fasterq-dump --split-files "SRR12273045"
gz1="$(_compress_if_exists 'SRR12273045_1' || true)"
gz2="$(_compress_if_exists 'SRR12273045_2' || true)"
gzs="$(_compress_if_exists 'SRR12273045' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "Y00008_HNL7NAFXX_GTAATCTT_L002_R1_001.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "Y00008_HNL7NAFXX_GTAATCTT_L002_R2_001.fastq.gz"
fi

fasterq-dump --split-files "SRR12273046"
gz1="$(_compress_if_exists 'SRR12273046_1' || true)"
gz2="$(_compress_if_exists 'SRR12273046_2' || true)"
gzs="$(_compress_if_exists 'SRR12273046' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "Y00008_HNL7NAFXX_GTAATCTT_L003_R1_001.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "Y00008_HNL7NAFXX_GTAATCTT_L003_R2_001.fastq.gz"
fi

fasterq-dump --split-files "SRR12273047"
gz1="$(_compress_if_exists 'SRR12273047_1' || true)"
gz2="$(_compress_if_exists 'SRR12273047_2' || true)"
gzs="$(_compress_if_exists 'SRR12273047' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "Y00008_HNL7NAFXX_GTAATCTT_L004_R1_001.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "Y00008_HNL7NAFXX_GTAATCTT_L004_R2_001.fastq.gz"
fi

fasterq-dump --split-files "SRR12273048"
gz1="$(_compress_if_exists 'SRR12273048_1' || true)"
gz2="$(_compress_if_exists 'SRR12273048_2' || true)"
gzs="$(_compress_if_exists 'SRR12273048' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "Y00008_HNL7NAFXX_TCCGGAAG_L001_R1_001.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "Y00008_HNL7NAFXX_TCCGGAAG_L001_R2_001.fastq.gz"
fi

fasterq-dump --split-files "SRR12273049"
gz1="$(_compress_if_exists 'SRR12273049_1' || true)"
gz2="$(_compress_if_exists 'SRR12273049_2' || true)"
gzs="$(_compress_if_exists 'SRR12273049' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "Y00008_HNL7NAFXX_TCCGGAAG_L002_R1_001.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "Y00008_HNL7NAFXX_TCCGGAAG_L002_R2_001.fastq.gz"
fi

fasterq-dump --split-files "SRR12273050"
gz1="$(_compress_if_exists 'SRR12273050_1' || true)"
gz2="$(_compress_if_exists 'SRR12273050_2' || true)"
gzs="$(_compress_if_exists 'SRR12273050' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "Y00008_HNL7NAFXX_TCCGGAAG_L003_R1_001.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "Y00008_HNL7NAFXX_TCCGGAAG_L003_R2_001.fastq.gz"
fi

fasterq-dump --split-files "SRR12273051"
gz1="$(_compress_if_exists 'SRR12273051_1' || true)"
gz2="$(_compress_if_exists 'SRR12273051_2' || true)"
gzs="$(_compress_if_exists 'SRR12273051' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "Y00008_HNL7NAFXX_TCCGGAAG_L004_R1_001.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "Y00008_HNL7NAFXX_TCCGGAAG_L004_R2_001.fastq.gz"
fi

fasterq-dump --split-files "SRR12273052"
gz1="$(_compress_if_exists 'SRR12273052_1' || true)"
gz2="$(_compress_if_exists 'SRR12273052_2' || true)"
gzs="$(_compress_if_exists 'SRR12273052' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "Y00008_HNL7NAFXX_AGTTCGGC_L002_R1_001.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "Y00008_HNL7NAFXX_AGTTCGGC_L002_R2_001.fastq.gz"
fi

fasterq-dump --split-files "SRR12273053"
gz1="$(_compress_if_exists 'SRR12273053_1' || true)"
gz2="$(_compress_if_exists 'SRR12273053_2' || true)"
gzs="$(_compress_if_exists 'SRR12273053' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "Y00008_HNL7NAFXX_AGTTCGGC_L003_R1_001.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "Y00008_HNL7NAFXX_AGTTCGGC_L003_R2_001.fastq.gz"
fi

fasterq-dump --split-files "SRR12273054"
gz1="$(_compress_if_exists 'SRR12273054_1' || true)"
gz2="$(_compress_if_exists 'SRR12273054_2' || true)"
gzs="$(_compress_if_exists 'SRR12273054' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "Y00008_HNL7NAFXX_AGTTCGGC_L004_R1_001.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "Y00008_HNL7NAFXX_AGTTCGGC_L004_R2_001.fastq.gz"
fi

fasterq-dump --split-files "SRR12273055"
gz1="$(_compress_if_exists 'SRR12273055_1' || true)"
gz2="$(_compress_if_exists 'SRR12273055_2' || true)"
gzs="$(_compress_if_exists 'SRR12273055' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "Y00008_HNL7NAFXX_CAGCATCA_L001_R1_001.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "Y00008_HNL7NAFXX_CAGCATCA_L001_R2_001.fastq.gz"
fi

fasterq-dump --split-files "SRR12273056"
gz1="$(_compress_if_exists 'SRR12273056_1' || true)"
gz2="$(_compress_if_exists 'SRR12273056_2' || true)"
gzs="$(_compress_if_exists 'SRR12273056' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "Y00008_HNL7NAFXX_CAGCATCA_L002_R1_001.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "Y00008_HNL7NAFXX_CAGCATCA_L002_R2_001.fastq.gz"
fi

fasterq-dump --split-files "SRR12273057"
gz1="$(_compress_if_exists 'SRR12273057_1' || true)"
gz2="$(_compress_if_exists 'SRR12273057_2' || true)"
gzs="$(_compress_if_exists 'SRR12273057' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "Y00008_HNL7NAFXX_CAGCATCA_L003_R1_001.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "Y00008_HNL7NAFXX_CAGCATCA_L003_R2_001.fastq.gz"
fi

fasterq-dump --split-files "SRR12273058"
gz1="$(_compress_if_exists 'SRR12273058_1' || true)"
gz2="$(_compress_if_exists 'SRR12273058_2' || true)"
gzs="$(_compress_if_exists 'SRR12273058' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "Y00008_HNL7NAFXX_CAGCATCA_L004_R1_001.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "Y00008_HNL7NAFXX_CAGCATCA_L004_R2_001.fastq.gz"
fi

fasterq-dump --split-files "SRR12273059"
gz1="$(_compress_if_exists 'SRR12273059_1' || true)"
gz2="$(_compress_if_exists 'SRR12273059_2' || true)"
gzs="$(_compress_if_exists 'SRR12273059' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "Y00008_HNL7NAFXX_GTAATCTT_L001_R1_001.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "Y00008_HNL7NAFXX_GTAATCTT_L001_R2_001.fastq.gz"
fi

fasterq-dump --split-files "SRR12273060"
gz1="$(_compress_if_exists 'SRR12273060_1' || true)"
gz2="$(_compress_if_exists 'SRR12273060_2' || true)"
gzs="$(_compress_if_exists 'SRR12273060' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "Y00013_HW7W7AFXX_AACTGGCG_L001_R1_001.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "Y00013_HW7W7AFXX_AACTGGCG_L001_R2_001.fastq.gz"
fi

fasterq-dump --split-files "SRR12273061"
gz1="$(_compress_if_exists 'SRR12273061_1' || true)"
gz2="$(_compress_if_exists 'SRR12273061_2' || true)"
gzs="$(_compress_if_exists 'SRR12273061' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "Y00013_HW7W7AFXX_GGTAACGC_L002_R1_001.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "Y00013_HW7W7AFXX_GGTAACGC_L002_R2_001.fastq.gz"
fi

fasterq-dump --split-files "SRR12273062"
gz1="$(_compress_if_exists 'SRR12273062_1' || true)"
gz2="$(_compress_if_exists 'SRR12273062_2' || true)"
gzs="$(_compress_if_exists 'SRR12273062' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "Y00013_HW7W7AFXX_GGTAACGC_L003_R1_001.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "Y00013_HW7W7AFXX_GGTAACGC_L003_R2_001.fastq.gz"
fi

fasterq-dump --split-files "SRR12273063"
gz1="$(_compress_if_exists 'SRR12273063_1' || true)"
gz2="$(_compress_if_exists 'SRR12273063_2' || true)"
gzs="$(_compress_if_exists 'SRR12273063' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "Y00013_HW7W7AFXX_GGTAACGC_L004_R1_001.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "Y00013_HW7W7AFXX_GGTAACGC_L004_R2_001.fastq.gz"
fi

fasterq-dump --split-files "SRR12273064"
gz1="$(_compress_if_exists 'SRR12273064_1' || true)"
gz2="$(_compress_if_exists 'SRR12273064_2' || true)"
gzs="$(_compress_if_exists 'SRR12273064' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "Y00013_HW7W7AFXX_TTGGCATA_L001_R1_001.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "Y00013_HW7W7AFXX_TTGGCATA_L001_R2_001.fastq.gz"
fi

fasterq-dump --split-files "SRR12273065"
gz1="$(_compress_if_exists 'SRR12273065_1' || true)"
gz2="$(_compress_if_exists 'SRR12273065_2' || true)"
gzs="$(_compress_if_exists 'SRR12273065' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "Y00013_HW7W7AFXX_TTGGCATA_L002_R1_001.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "Y00013_HW7W7AFXX_TTGGCATA_L002_R2_001.fastq.gz"
fi

fasterq-dump --split-files "SRR12273066"
gz1="$(_compress_if_exists 'SRR12273066_1' || true)"
gz2="$(_compress_if_exists 'SRR12273066_2' || true)"
gzs="$(_compress_if_exists 'SRR12273066' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "Y00013_HW7W7AFXX_TTGGCATA_L003_R1_001.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "Y00013_HW7W7AFXX_TTGGCATA_L003_R2_001.fastq.gz"
fi

fasterq-dump --split-files "SRR12273067"
gz1="$(_compress_if_exists 'SRR12273067_1' || true)"
gz2="$(_compress_if_exists 'SRR12273067_2' || true)"
gzs="$(_compress_if_exists 'SRR12273067' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "Y00013_HW7W7AFXX_TTGGCATA_L004_R1_001.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "Y00013_HW7W7AFXX_TTGGCATA_L004_R2_001.fastq.gz"
fi

fasterq-dump --split-files "SRR12273068"
gz1="$(_compress_if_exists 'SRR12273068_1' || true)"
gz2="$(_compress_if_exists 'SRR12273068_2' || true)"
gzs="$(_compress_if_exists 'SRR12273068' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "Y00013_HW7W7AFXX_AACTGGCG_L002_R1_001.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "Y00013_HW7W7AFXX_AACTGGCG_L002_R2_001.fastq.gz"
fi

fasterq-dump --split-files "SRR12273069"
gz1="$(_compress_if_exists 'SRR12273069_1' || true)"
gz2="$(_compress_if_exists 'SRR12273069_2' || true)"
gzs="$(_compress_if_exists 'SRR12273069' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "Y00013_HW7W7AFXX_AACTGGCG_L003_R1_001.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "Y00013_HW7W7AFXX_AACTGGCG_L003_R2_001.fastq.gz"
fi

fasterq-dump --split-files "SRR12273070"
gz1="$(_compress_if_exists 'SRR12273070_1' || true)"
gz2="$(_compress_if_exists 'SRR12273070_2' || true)"
gzs="$(_compress_if_exists 'SRR12273070' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "Y00013_HW7W7AFXX_AACTGGCG_L004_R1_001.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "Y00013_HW7W7AFXX_AACTGGCG_L004_R2_001.fastq.gz"
fi

fasterq-dump --split-files "SRR12273071"
gz1="$(_compress_if_exists 'SRR12273071_1' || true)"
gz2="$(_compress_if_exists 'SRR12273071_2' || true)"
gzs="$(_compress_if_exists 'SRR12273071' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "Y00013_HW7W7AFXX_CCACTTAT_L001_R1_001.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "Y00013_HW7W7AFXX_CCACTTAT_L001_R2_001.fastq.gz"
fi

fasterq-dump --split-files "SRR12273072"
gz1="$(_compress_if_exists 'SRR12273072_1' || true)"
gz2="$(_compress_if_exists 'SRR12273072_2' || true)"
gzs="$(_compress_if_exists 'SRR12273072' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "Y00013_HW7W7AFXX_CCACTTAT_L002_R1_001.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "Y00013_HW7W7AFXX_CCACTTAT_L002_R2_001.fastq.gz"
fi

fasterq-dump --split-files "SRR12273073"
gz1="$(_compress_if_exists 'SRR12273073_1' || true)"
gz2="$(_compress_if_exists 'SRR12273073_2' || true)"
gzs="$(_compress_if_exists 'SRR12273073' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "Y00013_HW7W7AFXX_CCACTTAT_L003_R1_001.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "Y00013_HW7W7AFXX_CCACTTAT_L003_R2_001.fastq.gz"
fi

fasterq-dump --split-files "SRR12273074"
gz1="$(_compress_if_exists 'SRR12273074_1' || true)"
gz2="$(_compress_if_exists 'SRR12273074_2' || true)"
gzs="$(_compress_if_exists 'SRR12273074' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "Y00013_HW7W7AFXX_CCACTTAT_L004_R1_001.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "Y00013_HW7W7AFXX_CCACTTAT_L004_R2_001.fastq.gz"
fi

fasterq-dump --split-files "SRR12273075"
gz1="$(_compress_if_exists 'SRR12273075_1' || true)"
gz2="$(_compress_if_exists 'SRR12273075_2' || true)"
gzs="$(_compress_if_exists 'SRR12273075' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "Y00013_HW7W7AFXX_GGTAACGC_L001_R1_001.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "Y00013_HW7W7AFXX_GGTAACGC_L001_R2_001.fastq.gz"
fi

fasterq-dump --split-files "SRR12273076"
gz1="$(_compress_if_exists 'SRR12273076_1' || true)"
gz2="$(_compress_if_exists 'SRR12273076_2' || true)"
gzs="$(_compress_if_exists 'SRR12273076' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "Y00014_HW7W7AFXX_ATGCTCCG_L001_R1_001.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "Y00014_HW7W7AFXX_ATGCTCCG_L001_R2_001.fastq.gz"
fi

fasterq-dump --split-files "SRR12273077"
gz1="$(_compress_if_exists 'SRR12273077_1' || true)"
gz2="$(_compress_if_exists 'SRR12273077_2' || true)"
gzs="$(_compress_if_exists 'SRR12273077' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "Y00014_HW7W7AFXX_GCTGAATT_L002_R1_001.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "Y00014_HW7W7AFXX_GCTGAATT_L002_R2_001.fastq.gz"
fi

fasterq-dump --split-files "SRR12273078"
gz1="$(_compress_if_exists 'SRR12273078_1' || true)"
gz2="$(_compress_if_exists 'SRR12273078_2' || true)"
gzs="$(_compress_if_exists 'SRR12273078' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "Y00014_HW7W7AFXX_GCTGAATT_L003_R1_001.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "Y00014_HW7W7AFXX_GCTGAATT_L003_R2_001.fastq.gz"
fi

fasterq-dump --split-files "SRR12273079"
gz1="$(_compress_if_exists 'SRR12273079_1' || true)"
gz2="$(_compress_if_exists 'SRR12273079_2' || true)"
gzs="$(_compress_if_exists 'SRR12273079' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "Y00014_HW7W7AFXX_GCTGAATT_L004_R1_001.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "Y00014_HW7W7AFXX_GCTGAATT_L004_R2_001.fastq.gz"
fi

fasterq-dump --split-files "SRR12273080"
gz1="$(_compress_if_exists 'SRR12273080_1' || true)"
gz2="$(_compress_if_exists 'SRR12273080_2' || true)"
gzs="$(_compress_if_exists 'SRR12273080' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "Y00014_HW7W7AFXX_TGAAGTAC_L001_R1_001.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "Y00014_HW7W7AFXX_TGAAGTAC_L001_R2_001.fastq.gz"
fi

fasterq-dump --split-files "SRR12273081"
gz1="$(_compress_if_exists 'SRR12273081_1' || true)"
gz2="$(_compress_if_exists 'SRR12273081_2' || true)"
gzs="$(_compress_if_exists 'SRR12273081' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "Y00014_HW7W7AFXX_TGAAGTAC_L002_R1_001.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "Y00014_HW7W7AFXX_TGAAGTAC_L002_R2_001.fastq.gz"
fi

fasterq-dump --split-files "SRR12273082"
gz1="$(_compress_if_exists 'SRR12273082_1' || true)"
gz2="$(_compress_if_exists 'SRR12273082_2' || true)"
gzs="$(_compress_if_exists 'SRR12273082' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "Y00014_HW7W7AFXX_TGAAGTAC_L003_R1_001.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "Y00014_HW7W7AFXX_TGAAGTAC_L003_R2_001.fastq.gz"
fi

fasterq-dump --split-files "SRR12273083"
gz1="$(_compress_if_exists 'SRR12273083_1' || true)"
gz2="$(_compress_if_exists 'SRR12273083_2' || true)"
gzs="$(_compress_if_exists 'SRR12273083' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "Y00014_HW7W7AFXX_TGAAGTAC_L004_R1_001.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "Y00014_HW7W7AFXX_TGAAGTAC_L004_R2_001.fastq.gz"
fi

fasterq-dump --split-files "SRR12273084"
gz1="$(_compress_if_exists 'SRR12273084_1' || true)"
gz2="$(_compress_if_exists 'SRR12273084_2' || true)"
gzs="$(_compress_if_exists 'SRR12273084' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "Y00014_HW7W7AFXX_ATGCTCCG_L002_R1_001.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "Y00014_HW7W7AFXX_ATGCTCCG_L002_R2_001.fastq.gz"
fi

fasterq-dump --split-files "SRR12273085"
gz1="$(_compress_if_exists 'SRR12273085_1' || true)"
gz2="$(_compress_if_exists 'SRR12273085_2' || true)"
gzs="$(_compress_if_exists 'SRR12273085' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "Y00014_HW7W7AFXX_ATGCTCCG_L003_R1_001.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "Y00014_HW7W7AFXX_ATGCTCCG_L003_R2_001.fastq.gz"
fi

fasterq-dump --split-files "SRR12273086"
gz1="$(_compress_if_exists 'SRR12273086_1' || true)"
gz2="$(_compress_if_exists 'SRR12273086_2' || true)"
gzs="$(_compress_if_exists 'SRR12273086' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "Y00014_HW7W7AFXX_ATGCTCCG_L004_R1_001.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "Y00014_HW7W7AFXX_ATGCTCCG_L004_R2_001.fastq.gz"
fi

fasterq-dump --split-files "SRR12273087"
gz1="$(_compress_if_exists 'SRR12273087_1' || true)"
gz2="$(_compress_if_exists 'SRR12273087_2' || true)"
gzs="$(_compress_if_exists 'SRR12273087' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "Y00014_HW7W7AFXX_CACTCGGA_L001_R1_001.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "Y00014_HW7W7AFXX_CACTCGGA_L001_R2_001.fastq.gz"
fi

fasterq-dump --split-files "SRR12273088"
gz1="$(_compress_if_exists 'SRR12273088_1' || true)"
gz2="$(_compress_if_exists 'SRR12273088_2' || true)"
gzs="$(_compress_if_exists 'SRR12273088' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "Y00014_HW7W7AFXX_CACTCGGA_L002_R1_001.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "Y00014_HW7W7AFXX_CACTCGGA_L002_R2_001.fastq.gz"
fi

fasterq-dump --split-files "SRR12273089"
gz1="$(_compress_if_exists 'SRR12273089_1' || true)"
gz2="$(_compress_if_exists 'SRR12273089_2' || true)"
gzs="$(_compress_if_exists 'SRR12273089' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "Y00014_HW7W7AFXX_CACTCGGA_L003_R1_001.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "Y00014_HW7W7AFXX_CACTCGGA_L003_R2_001.fastq.gz"
fi

fasterq-dump --split-files "SRR12273090"
gz1="$(_compress_if_exists 'SRR12273090_1' || true)"
gz2="$(_compress_if_exists 'SRR12273090_2' || true)"
gzs="$(_compress_if_exists 'SRR12273090' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "Y00014_HW7W7AFXX_CACTCGGA_L004_R1_001.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "Y00014_HW7W7AFXX_CACTCGGA_L004_R2_001.fastq.gz"
fi

fasterq-dump --split-files "SRR12273091"
gz1="$(_compress_if_exists 'SRR12273091_1' || true)"
gz2="$(_compress_if_exists 'SRR12273091_2' || true)"
gzs="$(_compress_if_exists 'SRR12273091' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "Y00014_HW7W7AFXX_GCTGAATT_L001_R1_001.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "Y00014_HW7W7AFXX_GCTGAATT_L001_R2_001.fastq.gz"
fi

fasterq-dump --split-files "SRR12273092"
gz1="$(_compress_if_exists 'SRR12273092_1' || true)"
gz2="$(_compress_if_exists 'SRR12273092_2' || true)"
gzs="$(_compress_if_exists 'SRR12273092' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "Y00016_HW7W7AFXX_ACCCTCCT_L001_R1_001.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "Y00016_HW7W7AFXX_ACCCTCCT_L001_R2_001.fastq.gz"
fi

fasterq-dump --split-files "SRR12273093"
gz1="$(_compress_if_exists 'SRR12273093_1' || true)"
gz2="$(_compress_if_exists 'SRR12273093_2' || true)"
gzs="$(_compress_if_exists 'SRR12273093' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "Y00016_HW7W7AFXX_GTTGCAGC_L002_R1_001.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "Y00016_HW7W7AFXX_GTTGCAGC_L002_R2_001.fastq.gz"
fi

fasterq-dump --split-files "SRR12273094"
gz1="$(_compress_if_exists 'SRR12273094_1' || true)"
gz2="$(_compress_if_exists 'SRR12273094_2' || true)"
gzs="$(_compress_if_exists 'SRR12273094' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "Y00016_HW7W7AFXX_GTTGCAGC_L003_R1_001.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "Y00016_HW7W7AFXX_GTTGCAGC_L003_R2_001.fastq.gz"
fi

fasterq-dump --split-files "SRR12273095"
gz1="$(_compress_if_exists 'SRR12273095_1' || true)"
gz2="$(_compress_if_exists 'SRR12273095_2' || true)"
gzs="$(_compress_if_exists 'SRR12273095' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "Y00016_HW7W7AFXX_GTTGCAGC_L004_R1_001.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "Y00016_HW7W7AFXX_GTTGCAGC_L004_R2_001.fastq.gz"
fi

fasterq-dump --split-files "SRR12273096"
gz1="$(_compress_if_exists 'SRR12273096_1' || true)"
gz2="$(_compress_if_exists 'SRR12273096_2' || true)"
gzs="$(_compress_if_exists 'SRR12273096' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "Y00016_HW7W7AFXX_TGGAATTA_L001_R1_001.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "Y00016_HW7W7AFXX_TGGAATTA_L001_R2_001.fastq.gz"
fi

fasterq-dump --split-files "SRR12273097"
gz1="$(_compress_if_exists 'SRR12273097_1' || true)"
gz2="$(_compress_if_exists 'SRR12273097_2' || true)"
gzs="$(_compress_if_exists 'SRR12273097' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "Y00016_HW7W7AFXX_TGGAATTA_L002_R1_001.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "Y00016_HW7W7AFXX_TGGAATTA_L002_R2_001.fastq.gz"
fi

fasterq-dump --split-files "SRR12273098"
gz1="$(_compress_if_exists 'SRR12273098_1' || true)"
gz2="$(_compress_if_exists 'SRR12273098_2' || true)"
gzs="$(_compress_if_exists 'SRR12273098' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "Y00016_HW7W7AFXX_TGGAATTA_L003_R1_001.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "Y00016_HW7W7AFXX_TGGAATTA_L003_R2_001.fastq.gz"
fi

fasterq-dump --split-files "SRR12273099"
gz1="$(_compress_if_exists 'SRR12273099_1' || true)"
gz2="$(_compress_if_exists 'SRR12273099_2' || true)"
gzs="$(_compress_if_exists 'SRR12273099' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "Y00016_HW7W7AFXX_TGGAATTA_L004_R1_001.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "Y00016_HW7W7AFXX_TGGAATTA_L004_R2_001.fastq.gz"
fi

fasterq-dump --split-files "SRR12273100"
gz1="$(_compress_if_exists 'SRR12273100_1' || true)"
gz2="$(_compress_if_exists 'SRR12273100_2' || true)"
gzs="$(_compress_if_exists 'SRR12273100' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "Y00016_HW7W7AFXX_ACCCTCCT_L002_R1_001.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "Y00016_HW7W7AFXX_ACCCTCCT_L002_R2_001.fastq.gz"
fi

fasterq-dump --split-files "SRR12273101"
gz1="$(_compress_if_exists 'SRR12273101_1' || true)"
gz2="$(_compress_if_exists 'SRR12273101_2' || true)"
gzs="$(_compress_if_exists 'SRR12273101' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "Y00016_HW7W7AFXX_ACCCTCCT_L003_R1_001.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "Y00016_HW7W7AFXX_ACCCTCCT_L003_R2_001.fastq.gz"
fi

fasterq-dump --split-files "SRR12273102"
gz1="$(_compress_if_exists 'SRR12273102_1' || true)"
gz2="$(_compress_if_exists 'SRR12273102_2' || true)"
gzs="$(_compress_if_exists 'SRR12273102' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "Y00016_HW7W7AFXX_ACCCTCCT_L004_R1_001.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "Y00016_HW7W7AFXX_ACCCTCCT_L004_R2_001.fastq.gz"
fi

fasterq-dump --split-files "SRR12273103"
gz1="$(_compress_if_exists 'SRR12273103_1' || true)"
gz2="$(_compress_if_exists 'SRR12273103_2' || true)"
gzs="$(_compress_if_exists 'SRR12273103' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "Y00016_HW7W7AFXX_CAATGGAG_L001_R1_001.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "Y00016_HW7W7AFXX_CAATGGAG_L001_R2_001.fastq.gz"
fi

fasterq-dump --split-files "SRR12273104"
gz1="$(_compress_if_exists 'SRR12273104_1' || true)"
gz2="$(_compress_if_exists 'SRR12273104_2' || true)"
gzs="$(_compress_if_exists 'SRR12273104' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "Y00016_HW7W7AFXX_CAATGGAG_L002_R1_001.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "Y00016_HW7W7AFXX_CAATGGAG_L002_R2_001.fastq.gz"
fi

fasterq-dump --split-files "SRR12273105"
gz1="$(_compress_if_exists 'SRR12273105_1' || true)"
gz2="$(_compress_if_exists 'SRR12273105_2' || true)"
gzs="$(_compress_if_exists 'SRR12273105' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "Y00016_HW7W7AFXX_CAATGGAG_L003_R1_001.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "Y00016_HW7W7AFXX_CAATGGAG_L003_R2_001.fastq.gz"
fi

fasterq-dump --split-files "SRR12273106"
gz1="$(_compress_if_exists 'SRR12273106_1' || true)"
gz2="$(_compress_if_exists 'SRR12273106_2' || true)"
gzs="$(_compress_if_exists 'SRR12273106' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "Y00016_HW7W7AFXX_CAATGGAG_L004_R1_001.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "Y00016_HW7W7AFXX_CAATGGAG_L004_R2_001.fastq.gz"
fi

fasterq-dump --split-files "SRR12273107"
gz1="$(_compress_if_exists 'SRR12273107_1' || true)"
gz2="$(_compress_if_exists 'SRR12273107_2' || true)"
gzs="$(_compress_if_exists 'SRR12273107' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "Y00016_HW7W7AFXX_GTTGCAGC_L001_R1_001.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "Y00016_HW7W7AFXX_GTTGCAGC_L001_R2_001.fastq.gz"
fi

fasterq-dump --split-files "SRR12273108"
gz1="$(_compress_if_exists 'SRR12273108_1' || true)"
gz2="$(_compress_if_exists 'SRR12273108_2' || true)"
gzs="$(_compress_if_exists 'SRR12273108' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "Y00019_H5HVVBGX5_ATGAATCT_L001_R1_001.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "Y00019_H5HVVBGX5_ATGAATCT_L001_R2_001.fastq.gz"
fi

fasterq-dump --split-files "SRR12273109"
gz1="$(_compress_if_exists 'SRR12273109_1' || true)"
gz2="$(_compress_if_exists 'SRR12273109_2' || true)"
gzs="$(_compress_if_exists 'SRR12273109' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "Y00019_H5HVVBGX5_GATCTCAG_L002_R1_001.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "Y00019_H5HVVBGX5_GATCTCAG_L002_R2_001.fastq.gz"
fi

fasterq-dump --split-files "SRR12273110"
gz1="$(_compress_if_exists 'SRR12273110_1' || true)"
gz2="$(_compress_if_exists 'SRR12273110_2' || true)"
gzs="$(_compress_if_exists 'SRR12273110' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "Y00019_H5HVVBGX5_GATCTCAG_L003_R1_001.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "Y00019_H5HVVBGX5_GATCTCAG_L003_R2_001.fastq.gz"
fi

fasterq-dump --split-files "SRR12273111"
gz1="$(_compress_if_exists 'SRR12273111_1' || true)"
gz2="$(_compress_if_exists 'SRR12273111_2' || true)"
gzs="$(_compress_if_exists 'SRR12273111' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "Y00019_H5HVVBGX5_GATCTCAG_L004_R1_001.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "Y00019_H5HVVBGX5_GATCTCAG_L004_R2_001.fastq.gz"
fi

fasterq-dump --split-files "SRR12273112"
gz1="$(_compress_if_exists 'SRR12273112_1' || true)"
gz2="$(_compress_if_exists 'SRR12273112_2' || true)"
gzs="$(_compress_if_exists 'SRR12273112' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "Y00019_H5HVVBGX5_TGCTCGTA_L001_R1_001.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "Y00019_H5HVVBGX5_TGCTCGTA_L001_R2_001.fastq.gz"
fi

fasterq-dump --split-files "SRR12273113"
gz1="$(_compress_if_exists 'SRR12273113_1' || true)"
gz2="$(_compress_if_exists 'SRR12273113_2' || true)"
gzs="$(_compress_if_exists 'SRR12273113' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "Y00019_H5HVVBGX5_TGCTCGTA_L002_R1_001.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "Y00019_H5HVVBGX5_TGCTCGTA_L002_R2_001.fastq.gz"
fi

fasterq-dump --split-files "SRR12273114"
gz1="$(_compress_if_exists 'SRR12273114_1' || true)"
gz2="$(_compress_if_exists 'SRR12273114_2' || true)"
gzs="$(_compress_if_exists 'SRR12273114' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "Y00019_H5HVVBGX5_TGCTCGTA_L003_R1_001.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "Y00019_H5HVVBGX5_TGCTCGTA_L003_R2_001.fastq.gz"
fi

fasterq-dump --split-files "SRR12273115"
gz1="$(_compress_if_exists 'SRR12273115_1' || true)"
gz2="$(_compress_if_exists 'SRR12273115_2' || true)"
gzs="$(_compress_if_exists 'SRR12273115' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "Y00019_H5HVVBGX5_TGCTCGTA_L004_R1_001.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "Y00019_H5HVVBGX5_TGCTCGTA_L004_R2_001.fastq.gz"
fi

fasterq-dump --split-files "SRR12273116"
gz1="$(_compress_if_exists 'SRR12273116_1' || true)"
gz2="$(_compress_if_exists 'SRR12273116_2' || true)"
gzs="$(_compress_if_exists 'SRR12273116' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "Y00019_H5HVVBGX5_ATGAATCT_L002_R1_001.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "Y00019_H5HVVBGX5_ATGAATCT_L002_R2_001.fastq.gz"
fi

fasterq-dump --split-files "SRR12273117"
gz1="$(_compress_if_exists 'SRR12273117_1' || true)"
gz2="$(_compress_if_exists 'SRR12273117_2' || true)"
gzs="$(_compress_if_exists 'SRR12273117' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "Y00019_H5HVVBGX5_ATGAATCT_L003_R1_001.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "Y00019_H5HVVBGX5_ATGAATCT_L003_R2_001.fastq.gz"
fi

fasterq-dump --split-files "SRR12273118"
gz1="$(_compress_if_exists 'SRR12273118_1' || true)"
gz2="$(_compress_if_exists 'SRR12273118_2' || true)"
gzs="$(_compress_if_exists 'SRR12273118' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "Y00019_H5HVVBGX5_ATGAATCT_L004_R1_001.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "Y00019_H5HVVBGX5_ATGAATCT_L004_R2_001.fastq.gz"
fi

fasterq-dump --split-files "SRR12273119"
gz1="$(_compress_if_exists 'SRR12273119_1' || true)"
gz2="$(_compress_if_exists 'SRR12273119_2' || true)"
gzs="$(_compress_if_exists 'SRR12273119' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "Y00019_H5HVVBGX5_CCAGGAGC_L001_R1_001.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "Y00019_H5HVVBGX5_CCAGGAGC_L001_R2_001.fastq.gz"
fi

fasterq-dump --split-files "SRR12273120"
gz1="$(_compress_if_exists 'SRR12273120_1' || true)"
gz2="$(_compress_if_exists 'SRR12273120_2' || true)"
gzs="$(_compress_if_exists 'SRR12273120' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "Y00019_H5HVVBGX5_CCAGGAGC_L002_R1_001.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "Y00019_H5HVVBGX5_CCAGGAGC_L002_R2_001.fastq.gz"
fi

fasterq-dump --split-files "SRR12273121"
gz1="$(_compress_if_exists 'SRR12273121_1' || true)"
gz2="$(_compress_if_exists 'SRR12273121_2' || true)"
gzs="$(_compress_if_exists 'SRR12273121' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "Y00019_H5HVVBGX5_CCAGGAGC_L003_R1_001.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "Y00019_H5HVVBGX5_CCAGGAGC_L003_R2_001.fastq.gz"
fi

fasterq-dump --split-files "SRR12273122"
gz1="$(_compress_if_exists 'SRR12273122_1' || true)"
gz2="$(_compress_if_exists 'SRR12273122_2' || true)"
gzs="$(_compress_if_exists 'SRR12273122' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "Y00019_H5HVVBGX5_CCAGGAGC_L004_R1_001.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "Y00019_H5HVVBGX5_CCAGGAGC_L004_R2_001.fastq.gz"
fi

fasterq-dump --split-files "SRR12273123"
gz1="$(_compress_if_exists 'SRR12273123_1' || true)"
gz2="$(_compress_if_exists 'SRR12273123_2' || true)"
gzs="$(_compress_if_exists 'SRR12273123' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "Y00019_H5HVVBGX5_GATCTCAG_L001_R1_001.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "Y00019_H5HVVBGX5_GATCTCAG_L001_R2_001.fastq.gz"
fi

fasterq-dump --split-files "SRR12273124"
gz1="$(_compress_if_exists 'SRR12273124_1' || true)"
gz2="$(_compress_if_exists 'SRR12273124_2' || true)"
gzs="$(_compress_if_exists 'SRR12273124' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "Y00027_H5HVVBGX5_ACGACATT_L001_R1_001.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "Y00027_H5HVVBGX5_ACGACATT_L001_R2_001.fastq.gz"
fi

fasterq-dump --split-files "SRR12273125"
gz1="$(_compress_if_exists 'SRR12273125_1' || true)"
gz2="$(_compress_if_exists 'SRR12273125_2' || true)"
gzs="$(_compress_if_exists 'SRR12273125' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "Y00027_H5HVVBGX5_GTATGTCA_L002_R1_001.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "Y00027_H5HVVBGX5_GTATGTCA_L002_R2_001.fastq.gz"
fi

fasterq-dump --split-files "SRR12273126"
gz1="$(_compress_if_exists 'SRR12273126_1' || true)"
gz2="$(_compress_if_exists 'SRR12273126_2' || true)"
gzs="$(_compress_if_exists 'SRR12273126' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "Y00027_H5HVVBGX5_GTATGTCA_L003_R1_001.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "Y00027_H5HVVBGX5_GTATGTCA_L003_R2_001.fastq.gz"
fi

fasterq-dump --split-files "SRR12273127"
gz1="$(_compress_if_exists 'SRR12273127_1' || true)"
gz2="$(_compress_if_exists 'SRR12273127_2' || true)"
gzs="$(_compress_if_exists 'SRR12273127' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "Y00027_H5HVVBGX5_GTATGTCA_L004_R1_001.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "Y00027_H5HVVBGX5_GTATGTCA_L004_R2_001.fastq.gz"
fi

fasterq-dump --split-files "SRR12273128"
gz1="$(_compress_if_exists 'SRR12273128_1' || true)"
gz2="$(_compress_if_exists 'SRR12273128_2' || true)"
gzs="$(_compress_if_exists 'SRR12273128' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "Y00027_H5HVVBGX5_TGTCAGAC_L001_R1_001.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "Y00027_H5HVVBGX5_TGTCAGAC_L001_R2_001.fastq.gz"
fi

fasterq-dump --split-files "SRR12273129"
gz1="$(_compress_if_exists 'SRR12273129_1' || true)"
gz2="$(_compress_if_exists 'SRR12273129_2' || true)"
gzs="$(_compress_if_exists 'SRR12273129' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "Y00027_H5HVVBGX5_TGTCAGAC_L002_R1_001.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "Y00027_H5HVVBGX5_TGTCAGAC_L002_R2_001.fastq.gz"
fi

fasterq-dump --split-files "SRR12273130"
gz1="$(_compress_if_exists 'SRR12273130_1' || true)"
gz2="$(_compress_if_exists 'SRR12273130_2' || true)"
gzs="$(_compress_if_exists 'SRR12273130' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "Y00027_H5HVVBGX5_TGTCAGAC_L003_R1_001.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "Y00027_H5HVVBGX5_TGTCAGAC_L003_R2_001.fastq.gz"
fi

fasterq-dump --split-files "SRR12273131"
gz1="$(_compress_if_exists 'SRR12273131_1' || true)"
gz2="$(_compress_if_exists 'SRR12273131_2' || true)"
gzs="$(_compress_if_exists 'SRR12273131' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "Y00027_H5HVVBGX5_TGTCAGAC_L004_R1_001.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "Y00027_H5HVVBGX5_TGTCAGAC_L004_R2_001.fastq.gz"
fi

fasterq-dump --split-files "SRR12273132"
gz1="$(_compress_if_exists 'SRR12273132_1' || true)"
gz2="$(_compress_if_exists 'SRR12273132_2' || true)"
gzs="$(_compress_if_exists 'SRR12273132' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "Y00027_H5HVVBGX5_ACGACATT_L002_R1_001.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "Y00027_H5HVVBGX5_ACGACATT_L002_R2_001.fastq.gz"
fi

fasterq-dump --split-files "SRR12273133"
gz1="$(_compress_if_exists 'SRR12273133_1' || true)"
gz2="$(_compress_if_exists 'SRR12273133_2' || true)"
gzs="$(_compress_if_exists 'SRR12273133' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "Y00027_H5HVVBGX5_ACGACATT_L003_R1_001.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "Y00027_H5HVVBGX5_ACGACATT_L003_R2_001.fastq.gz"
fi

fasterq-dump --split-files "SRR12273134"
gz1="$(_compress_if_exists 'SRR12273134_1' || true)"
gz2="$(_compress_if_exists 'SRR12273134_2' || true)"
gzs="$(_compress_if_exists 'SRR12273134' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "Y00027_H5HVVBGX5_ACGACATT_L004_R1_001.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "Y00027_H5HVVBGX5_ACGACATT_L004_R2_001.fastq.gz"
fi

fasterq-dump --split-files "SRR12273135"
gz1="$(_compress_if_exists 'SRR12273135_1' || true)"
gz2="$(_compress_if_exists 'SRR12273135_2' || true)"
gzs="$(_compress_if_exists 'SRR12273135' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "Y00027_H5HVVBGX5_CACGTCGG_L001_R1_001.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "Y00027_H5HVVBGX5_CACGTCGG_L001_R2_001.fastq.gz"
fi

fasterq-dump --split-files "SRR12273136"
gz1="$(_compress_if_exists 'SRR12273136_1' || true)"
gz2="$(_compress_if_exists 'SRR12273136_2' || true)"
gzs="$(_compress_if_exists 'SRR12273136' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "Y00027_H5HVVBGX5_CACGTCGG_L002_R1_001.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "Y00027_H5HVVBGX5_CACGTCGG_L002_R2_001.fastq.gz"
fi

fasterq-dump --split-files "SRR12273137"
gz1="$(_compress_if_exists 'SRR12273137_1' || true)"
gz2="$(_compress_if_exists 'SRR12273137_2' || true)"
gzs="$(_compress_if_exists 'SRR12273137' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "Y00027_H5HVVBGX5_CACGTCGG_L003_R1_001.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "Y00027_H5HVVBGX5_CACGTCGG_L003_R2_001.fastq.gz"
fi

fasterq-dump --split-files "SRR12273138"
gz1="$(_compress_if_exists 'SRR12273138_1' || true)"
gz2="$(_compress_if_exists 'SRR12273138_2' || true)"
gzs="$(_compress_if_exists 'SRR12273138' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "Y00027_H5HVVBGX5_CACGTCGG_L004_R1_001.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "Y00027_H5HVVBGX5_CACGTCGG_L004_R2_001.fastq.gz"
fi

fasterq-dump --split-files "SRR12273139"
gz1="$(_compress_if_exists 'SRR12273139_1' || true)"
gz2="$(_compress_if_exists 'SRR12273139_2' || true)"
gzs="$(_compress_if_exists 'SRR12273139' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "Y00027_H5HVVBGX5_GTATGTCA_L001_R1_001.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "Y00027_H5HVVBGX5_GTATGTCA_L001_R2_001.fastq.gz"
fi


# Option B: Direct download (larger .sra files)
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273020/SRR12273020"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273021/SRR12273021"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273022/SRR12273022"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273023/SRR12273023"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273024/SRR12273024"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273025/SRR12273025"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273026/SRR12273026"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273027/SRR12273027"
curl -L -O -C - "https://sra-downloadb.be-md.ncbi.nlm.nih.gov/sos9/sra-pub-zq-922/SRR012/12273/SRR12273028/SRR12273028.lite.1"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273029/SRR12273029"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273030/SRR12273030"
curl -L -O -C - "https://sra-downloadb.be-md.ncbi.nlm.nih.gov/sos9/sra-pub-zq-922/SRR012/12273/SRR12273031/SRR12273031.lite.1"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273032/SRR12273032"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273033/SRR12273033"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273034/SRR12273034"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273035/SRR12273035"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273036/SRR12273036"
curl -L -O -C - "https://sra-downloadb.be-md.ncbi.nlm.nih.gov/sos9/sra-pub-zq-924/SRR012/12273/SRR12273037/SRR12273037.lite.1"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273038/SRR12273038"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273039/SRR12273039"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273040/SRR12273040"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273041/SRR12273041"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273042/SRR12273042"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273043/SRR12273043"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273044/SRR12273044"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273045/SRR12273045"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273046/SRR12273046"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273047/SRR12273047"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273048/SRR12273048"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273049/SRR12273049"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273050/SRR12273050"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273051/SRR12273051"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273052/SRR12273052"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273053/SRR12273053"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273054/SRR12273054"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273055/SRR12273055"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273056/SRR12273056"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273057/SRR12273057"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273058/SRR12273058"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273059/SRR12273059"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273060/SRR12273060"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273061/SRR12273061"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273062/SRR12273062"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273063/SRR12273063"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273064/SRR12273064"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273065/SRR12273065"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273066/SRR12273066"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273067/SRR12273067"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273068/SRR12273068"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273069/SRR12273069"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273070/SRR12273070"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273071/SRR12273071"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273072/SRR12273072"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273073/SRR12273073"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273074/SRR12273074"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273075/SRR12273075"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273076/SRR12273076"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273077/SRR12273077"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273078/SRR12273078"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273079/SRR12273079"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273080/SRR12273080"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273081/SRR12273081"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273082/SRR12273082"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273083/SRR12273083"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273084/SRR12273084"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273085/SRR12273085"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273086/SRR12273086"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273087/SRR12273087"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273088/SRR12273088"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273089/SRR12273089"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273090/SRR12273090"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273091/SRR12273091"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273092/SRR12273092"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273093/SRR12273093"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273094/SRR12273094"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273095/SRR12273095"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273096/SRR12273096"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273097/SRR12273097"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273098/SRR12273098"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273099/SRR12273099"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273100/SRR12273100"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273101/SRR12273101"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273102/SRR12273102"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273103/SRR12273103"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273104/SRR12273104"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273105/SRR12273105"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273106/SRR12273106"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273107/SRR12273107"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273108/SRR12273108"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273109/SRR12273109"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273110/SRR12273110"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273111/SRR12273111"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273112/SRR12273112"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273113/SRR12273113"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273114/SRR12273114"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273115/SRR12273115"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273116/SRR12273116"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273117/SRR12273117"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273118/SRR12273118"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273119/SRR12273119"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273120/SRR12273120"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273121/SRR12273121"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273122/SRR12273122"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273123/SRR12273123"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273124/SRR12273124"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273125/SRR12273125"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273126/SRR12273126"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273127/SRR12273127"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273128/SRR12273128"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273129/SRR12273129"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273130/SRR12273130"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273131/SRR12273131"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273132/SRR12273132"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273133/SRR12273133"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273134/SRR12273134"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273135/SRR12273135"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273136/SRR12273136"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273137/SRR12273137"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273138/SRR12273138"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273139/SRR12273139"

# --- Additional data files ---
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273020/SRR12273020"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273021/SRR12273021"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273022/SRR12273022"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273023/SRR12273023"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273024/SRR12273024"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273025/SRR12273025"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273026/SRR12273026"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273027/SRR12273027"
curl -L -O -C - "https://sra-downloadb.be-md.ncbi.nlm.nih.gov/sos9/sra-pub-zq-922/SRR012/12273/SRR12273028/SRR12273028.lite.1"
curl -L -O -C - "https://sra-downloadb.be-md.ncbi.nlm.nih.gov/sos9/sra-pub-zq-922/SRR012/12273/SRR12273031/SRR12273031.lite.1"
curl -L -O -C - "https://sra-downloadb.be-md.ncbi.nlm.nih.gov/sos9/sra-pub-zq-924/SRR012/12273/SRR12273037/SRR12273037.lite.1"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273043/SRR12273043"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273036/SRR12273036"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273038/SRR12273038"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273039/SRR12273039"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273040/SRR12273040"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273041/SRR12273041"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273042/SRR12273042"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273029/SRR12273029"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273030/SRR12273030"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273032/SRR12273032"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273033/SRR12273033"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273034/SRR12273034"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273035/SRR12273035"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273044/SRR12273044"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273052/SRR12273052"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273053/SRR12273053"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273054/SRR12273054"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273055/SRR12273055"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273056/SRR12273056"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273057/SRR12273057"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273058/SRR12273058"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273059/SRR12273059"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273045/SRR12273045"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273046/SRR12273046"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273047/SRR12273047"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273048/SRR12273048"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273049/SRR12273049"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273050/SRR12273050"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273051/SRR12273051"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273060/SRR12273060"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273068/SRR12273068"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273069/SRR12273069"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273070/SRR12273070"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273071/SRR12273071"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273072/SRR12273072"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273073/SRR12273073"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273074/SRR12273074"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273075/SRR12273075"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273061/SRR12273061"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273062/SRR12273062"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273063/SRR12273063"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273064/SRR12273064"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273065/SRR12273065"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273066/SRR12273066"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273067/SRR12273067"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273076/SRR12273076"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273084/SRR12273084"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273085/SRR12273085"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273086/SRR12273086"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273087/SRR12273087"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273088/SRR12273088"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273089/SRR12273089"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273090/SRR12273090"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273091/SRR12273091"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273077/SRR12273077"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273078/SRR12273078"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273079/SRR12273079"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273080/SRR12273080"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273081/SRR12273081"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273082/SRR12273082"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273083/SRR12273083"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273092/SRR12273092"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273100/SRR12273100"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273101/SRR12273101"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273102/SRR12273102"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273103/SRR12273103"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273104/SRR12273104"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273105/SRR12273105"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273106/SRR12273106"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273107/SRR12273107"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273093/SRR12273093"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273094/SRR12273094"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273095/SRR12273095"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273096/SRR12273096"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273097/SRR12273097"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273098/SRR12273098"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273099/SRR12273099"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273108/SRR12273108"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273116/SRR12273116"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273117/SRR12273117"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273118/SRR12273118"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273119/SRR12273119"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273120/SRR12273120"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273121/SRR12273121"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273122/SRR12273122"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273123/SRR12273123"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273109/SRR12273109"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273110/SRR12273110"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273111/SRR12273111"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273112/SRR12273112"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273113/SRR12273113"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273114/SRR12273114"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273115/SRR12273115"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273124/SRR12273124"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273132/SRR12273132"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273133/SRR12273133"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273134/SRR12273134"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273135/SRR12273135"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273136/SRR12273136"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273137/SRR12273137"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273138/SRR12273138"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273139/SRR12273139"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273125/SRR12273125"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273126/SRR12273126"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273127/SRR12273127"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273128/SRR12273128"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273129/SRR12273129"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273130/SRR12273130"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR12273131/SRR12273131"

echo "Download complete. Files saved to $OUTDIR"