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

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

# --- GEO supplementary files ---
wget -nc "ftp://ftp.ncbi.nlm.nih.gov/geo/series/GSE86nnn/GSE86479/suppl/GSE86479_RAW.tar" -O "GSE86479_RAW.tar"

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

fasterq-dump --split-files "SRR5282246"
gz1="$(_compress_if_exists 'SRR5282246_1' || true)"
gz2="$(_compress_if_exists 'SRR5282246_2' || true)"
gzs="$(_compress_if_exists 'SRR5282246' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "S3_S20_L003_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/SRR4177019/SRR4177019"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177020/SRR4177020"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177021/SRR4177021"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177022/SRR4177022"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177023/SRR4177023"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177024/SRR4177024"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177025/SRR4177025"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177026/SRR4177026"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177027/SRR4177027"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177028/SRR4177028"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177029/SRR4177029"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177030/SRR4177030"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177031/SRR4177031"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177032/SRR4177032"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177033/SRR4177033"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177034/SRR4177034"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177035/SRR4177035"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177036/SRR4177036"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177037/SRR4177037"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177038/SRR4177038"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177039/SRR4177039"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177040/SRR4177040"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177041/SRR4177041"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177042/SRR4177042"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177043/SRR4177043"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177044/SRR4177044"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177045/SRR4177045"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177046/SRR4177046"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177047/SRR4177047"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177048/SRR4177048"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177049/SRR4177049"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177050/SRR4177050"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177051/SRR4177051"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177052/SRR4177052"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177053/SRR4177053"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177054/SRR4177054"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177055/SRR4177055"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177056/SRR4177056"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177057/SRR4177057"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177058/SRR4177058"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177059/SRR4177059"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177060/SRR4177060"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177061/SRR4177061"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177062/SRR4177062"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177063/SRR4177063"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177064/SRR4177064"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177065/SRR4177065"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177066/SRR4177066"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177067/SRR4177067"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177068/SRR4177068"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177069/SRR4177069"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177070/SRR4177070"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177071/SRR4177071"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177072/SRR4177072"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177073/SRR4177073"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177074/SRR4177074"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177075/SRR4177075"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177076/SRR4177076"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177077/SRR4177077"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177078/SRR4177078"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177079/SRR4177079"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177080/SRR4177080"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177081/SRR4177081"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177082/SRR4177082"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177083/SRR4177083"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177084/SRR4177084"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177085/SRR4177085"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177086/SRR4177086"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177087/SRR4177087"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177088/SRR4177088"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177089/SRR4177089"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177090/SRR4177090"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177091/SRR4177091"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177092/SRR4177092"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177093/SRR4177093"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177094/SRR4177094"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177095/SRR4177095"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177096/SRR4177096"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177097/SRR4177097"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177098/SRR4177098"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177099/SRR4177099"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177100/SRR4177100"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177101/SRR4177101"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177102/SRR4177102"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177103/SRR4177103"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177104/SRR4177104"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177105/SRR4177105"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177106/SRR4177106"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177107/SRR4177107"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177108/SRR4177108"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177109/SRR4177109"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177110/SRR4177110"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177111/SRR4177111"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177112/SRR4177112"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177113/SRR4177113"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177114/SRR4177114"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177115/SRR4177115"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177116/SRR4177116"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177117/SRR4177117"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177118/SRR4177118"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177119/SRR4177119"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177120/SRR4177120"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177121/SRR4177121"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177122/SRR4177122"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177123/SRR4177123"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177124/SRR4177124"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177125/SRR4177125"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177126/SRR4177126"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177127/SRR4177127"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177128/SRR4177128"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177129/SRR4177129"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177130/SRR4177130"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177131/SRR4177131"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177132/SRR4177132"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177133/SRR4177133"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177134/SRR4177134"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177135/SRR4177135"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177136/SRR4177136"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177137/SRR4177137"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177138/SRR4177138"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177139/SRR4177139"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177140/SRR4177140"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177141/SRR4177141"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177142/SRR4177142"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177143/SRR4177143"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177144/SRR4177144"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177145/SRR4177145"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177146/SRR4177146"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177147/SRR4177147"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177148/SRR4177148"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177149/SRR4177149"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177150/SRR4177150"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177151/SRR4177151"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177152/SRR4177152"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177153/SRR4177153"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177154/SRR4177154"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177155/SRR4177155"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177156/SRR4177156"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177157/SRR4177157"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177158/SRR4177158"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177159/SRR4177159"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177160/SRR4177160"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177161/SRR4177161"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177162/SRR4177162"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177163/SRR4177163"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177164/SRR4177164"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177165/SRR4177165"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177167/SRR4177167"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177168/SRR4177168"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177169/SRR4177169"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177170/SRR4177170"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177171/SRR4177171"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177172/SRR4177172"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177173/SRR4177173"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177174/SRR4177174"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177175/SRR4177175"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177176/SRR4177176"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177177/SRR4177177"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177178/SRR4177178"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177179/SRR4177179"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177180/SRR4177180"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177181/SRR4177181"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177182/SRR4177182"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177183/SRR4177183"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177184/SRR4177184"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177185/SRR4177185"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177186/SRR4177186"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177187/SRR4177187"
curl -L -O -C - "https://sra-pub-src-1.s3.amazonaws.com/SRR4177188/L5_HH10_merged.fastq.gz.1"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177189/SRR4177189"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177190/SRR4177190"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177191/SRR4177191"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177192/SRR4177192"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177193/SRR4177193"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177194/SRR4177194"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177195/SRR4177195"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177196/SRR4177196"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177197/SRR4177197"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177198/SRR4177198"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177199/SRR4177199"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177200/SRR4177200"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177201/SRR4177201"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177202/SRR4177202"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177203/SRR4177203"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177204/SRR4177204"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177205/SRR4177205"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177206/SRR4177206"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177207/SRR4177207"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177208/SRR4177208"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177209/SRR4177209"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177210/SRR4177210"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177211/SRR4177211"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177212/SRR4177212"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177213/SRR4177213"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177214/SRR4177214"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177215/SRR4177215"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177216/SRR4177216"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177217/SRR4177217"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177218/SRR4177218"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177219/SRR4177219"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177220/SRR4177220"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177221/SRR4177221"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177222/SRR4177222"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177223/SRR4177223"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177224/SRR4177224"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177225/SRR4177225"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177226/SRR4177226"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177227/SRR4177227"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177228/SRR4177228"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177229/SRR4177229"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177230/SRR4177230"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177231/SRR4177231"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177232/SRR4177232"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177233/SRR4177233"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177234/SRR4177234"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177235/SRR4177235"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177236/SRR4177236"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177237/SRR4177237"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177238/SRR4177238"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177239/SRR4177239"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177240/SRR4177240"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177241/SRR4177241"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177242/SRR4177242"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177243/SRR4177243"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177244/SRR4177244"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177245/SRR4177245"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177246/SRR4177246"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177247/SRR4177247"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177248/SRR4177248"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177249/SRR4177249"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177250/SRR4177250"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177251/SRR4177251"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177252/SRR4177252"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177253/SRR4177253"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177254/SRR4177254"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177255/SRR4177255"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177256/SRR4177256"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177257/SRR4177257"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177258/SRR4177258"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177259/SRR4177259"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177260/SRR4177260"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177261/SRR4177261"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177262/SRR4177262"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177263/SRR4177263"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177264/SRR4177264"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177265/SRR4177265"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177266/SRR4177266"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177267/SRR4177267"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177268/SRR4177268"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177269/SRR4177269"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177270/SRR4177270"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177271/SRR4177271"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177272/SRR4177272"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177273/SRR4177273"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177274/SRR4177274"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177275/SRR4177275"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177276/SRR4177276"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177277/SRR4177277"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177278/SRR4177278"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177279/SRR4177279"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177280/SRR4177280"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177281/SRR4177281"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177282/SRR4177282"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177283/SRR4177283"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177284/SRR4177284"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177285/SRR4177285"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177286/SRR4177286"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177287/SRR4177287"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177288/SRR4177288"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177289/SRR4177289"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177290/SRR4177290"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177291/SRR4177291"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177292/SRR4177292"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177293/SRR4177293"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177294/SRR4177294"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177295/SRR4177295"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177296/SRR4177296"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177297/SRR4177297"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177298/SRR4177298"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177299/SRR4177299"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177300/SRR4177300"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177301/SRR4177301"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177302/SRR4177302"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177303/SRR4177303"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177304/SRR4177304"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177305/SRR4177305"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177306/SRR4177306"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177307/SRR4177307"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177308/SRR4177308"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177309/SRR4177309"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177310/SRR4177310"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177311/SRR4177311"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177312/SRR4177312"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177313/SRR4177313"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177314/SRR4177314"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177315/SRR4177315"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177316/SRR4177316"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177317/SRR4177317"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177318/SRR4177318"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177319/SRR4177319"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177320/SRR4177320"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177321/SRR4177321"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177322/SRR4177322"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177323/SRR4177323"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177324/SRR4177324"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177325/SRR4177325"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177326/SRR4177326"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177327/SRR4177327"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177328/SRR4177328"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177329/SRR4177329"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177330/SRR4177330"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177331/SRR4177331"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177332/SRR4177332"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177333/SRR4177333"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177334/SRR4177334"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177335/SRR4177335"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177336/SRR4177336"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177337/SRR4177337"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177338/SRR4177338"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177339/SRR4177339"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177340/SRR4177340"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177341/SRR4177341"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177342/SRR4177342"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177343/SRR4177343"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177344/SRR4177344"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177345/SRR4177345"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177346/SRR4177346"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177347/SRR4177347"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177348/SRR4177348"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177349/SRR4177349"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177350/SRR4177350"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177351/SRR4177351"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177352/SRR4177352"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177353/SRR4177353"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177354/SRR4177354"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177355/SRR4177355"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177356/SRR4177356"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177357/SRR4177357"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177358/SRR4177358"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177359/SRR4177359"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177360/SRR4177360"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177361/SRR4177361"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177362/SRR4177362"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177363/SRR4177363"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177364/SRR4177364"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177365/SRR4177365"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177366/SRR4177366"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177367/SRR4177367"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177368/SRR4177368"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177369/SRR4177369"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177370/SRR4177370"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177371/SRR4177371"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177372/SRR4177372"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177373/SRR4177373"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177374/SRR4177374"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177375/SRR4177375"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177376/SRR4177376"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177377/SRR4177377"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177378/SRR4177378"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177379/SRR4177379"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177380/SRR4177380"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177381/SRR4177381"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177382/SRR4177382"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177383/SRR4177383"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177384/SRR4177384"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177385/SRR4177385"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177386/SRR4177386"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177388/SRR4177388"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177389/SRR4177389"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177390/SRR4177390"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177391/SRR4177391"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177392/SRR4177392"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177393/SRR4177393"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177394/SRR4177394"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177395/SRR4177395"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177396/SRR4177396"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177397/SRR4177397"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177398/SRR4177398"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177399/SRR4177399"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177400/SRR4177400"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177401/SRR4177401"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177402/SRR4177402"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177403/SRR4177403"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177404/SRR4177404"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177405/SRR4177405"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177406/SRR4177406"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177407/SRR4177407"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177408/SRR4177408"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177409/SRR4177409"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177410/SRR4177410"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177411/SRR4177411"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177412/SRR4177412"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177413/SRR4177413"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177414/SRR4177414"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177415/SRR4177415"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177416/SRR4177416"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177417/SRR4177417"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177418/SRR4177418"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177419/SRR4177419"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177420/SRR4177420"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177421/SRR4177421"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177422/SRR4177422"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177423/SRR4177423"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177424/SRR4177424"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177425/SRR4177425"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177426/SRR4177426"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177427/SRR4177427"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177428/SRR4177428"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177429/SRR4177429"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177430/SRR4177430"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5282241/SRR5282241"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5282242/SRR5282242"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5282243/SRR5282243"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5282244/SRR5282244"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5282245/SRR5282245"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5282246/SRR5282246"

# --- Additional data files ---
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5282241/SRR5282241"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5282242/SRR5282242"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5282243/SRR5282243"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177422/SRR4177422"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177423/SRR4177423"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177424/SRR4177424"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177425/SRR4177425"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177426/SRR4177426"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177427/SRR4177427"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177428/SRR4177428"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177429/SRR4177429"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177430/SRR4177430"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177192/SRR4177192"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177416/SRR4177416"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177408/SRR4177408"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177019/SRR4177019"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177418/SRR4177418"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177320/SRR4177320"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177410/SRR4177410"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177103/SRR4177103"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177414/SRR4177414"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177193/SRR4177193"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177417/SRR4177417"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177409/SRR4177409"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177020/SRR4177020"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177419/SRR4177419"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177321/SRR4177321"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177411/SRR4177411"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177104/SRR4177104"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177415/SRR4177415"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177194/SRR4177194"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177260/SRR4177260"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177261/SRR4177261"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177021/SRR4177021"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177022/SRR4177022"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177322/SRR4177322"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177323/SRR4177323"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177105/SRR4177105"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177106/SRR4177106"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177195/SRR4177195"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177196/SRR4177196"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177262/SRR4177262"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177263/SRR4177263"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177023/SRR4177023"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177024/SRR4177024"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177324/SRR4177324"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177325/SRR4177325"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177107/SRR4177107"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177108/SRR4177108"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177197/SRR4177197"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177198/SRR4177198"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177264/SRR4177264"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177025/SRR4177025"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177026/SRR4177026"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177109/SRR4177109"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177110/SRR4177110"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177199/SRR4177199"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177200/SRR4177200"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177265/SRR4177265"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177266/SRR4177266"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177027/SRR4177027"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177028/SRR4177028"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177326/SRR4177326"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177111/SRR4177111"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177112/SRR4177112"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177201/SRR4177201"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177202/SRR4177202"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177267/SRR4177267"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177029/SRR4177029"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177030/SRR4177030"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177327/SRR4177327"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177113/SRR4177113"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177114/SRR4177114"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177203/SRR4177203"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177204/SRR4177204"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177268/SRR4177268"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177269/SRR4177269"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177031/SRR4177031"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177032/SRR4177032"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177328/SRR4177328"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177329/SRR4177329"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177115/SRR4177115"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177116/SRR4177116"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177205/SRR4177205"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177206/SRR4177206"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177270/SRR4177270"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177271/SRR4177271"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177033/SRR4177033"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177034/SRR4177034"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177330/SRR4177330"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177331/SRR4177331"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177117/SRR4177117"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177118/SRR4177118"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177207/SRR4177207"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177208/SRR4177208"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177272/SRR4177272"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177273/SRR4177273"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177035/SRR4177035"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177036/SRR4177036"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177332/SRR4177332"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177333/SRR4177333"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177119/SRR4177119"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177120/SRR4177120"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177209/SRR4177209"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177210/SRR4177210"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177274/SRR4177274"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177037/SRR4177037"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177038/SRR4177038"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177334/SRR4177334"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177335/SRR4177335"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177121/SRR4177121"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177122/SRR4177122"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177211/SRR4177211"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177212/SRR4177212"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177275/SRR4177275"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177039/SRR4177039"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177040/SRR4177040"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177336/SRR4177336"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177337/SRR4177337"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177123/SRR4177123"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177124/SRR4177124"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177213/SRR4177213"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177214/SRR4177214"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177276/SRR4177276"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177277/SRR4177277"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177041/SRR4177041"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177042/SRR4177042"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177338/SRR4177338"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177339/SRR4177339"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177125/SRR4177125"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177126/SRR4177126"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177215/SRR4177215"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177216/SRR4177216"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177278/SRR4177278"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177279/SRR4177279"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177043/SRR4177043"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177044/SRR4177044"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177340/SRR4177340"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177341/SRR4177341"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177127/SRR4177127"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177128/SRR4177128"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177217/SRR4177217"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177218/SRR4177218"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177280/SRR4177280"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177281/SRR4177281"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177045/SRR4177045"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177046/SRR4177046"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177342/SRR4177342"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177343/SRR4177343"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177129/SRR4177129"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177130/SRR4177130"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177219/SRR4177219"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177220/SRR4177220"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177282/SRR4177282"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177283/SRR4177283"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177047/SRR4177047"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177048/SRR4177048"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177344/SRR4177344"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177345/SRR4177345"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177131/SRR4177131"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177132/SRR4177132"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177221/SRR4177221"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177222/SRR4177222"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177284/SRR4177284"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177285/SRR4177285"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177049/SRR4177049"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177050/SRR4177050"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177346/SRR4177346"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177347/SRR4177347"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177133/SRR4177133"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177134/SRR4177134"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177223/SRR4177223"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177224/SRR4177224"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177286/SRR4177286"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177287/SRR4177287"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177051/SRR4177051"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177052/SRR4177052"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177348/SRR4177348"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177349/SRR4177349"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177135/SRR4177135"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177136/SRR4177136"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177225/SRR4177225"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177226/SRR4177226"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177288/SRR4177288"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177289/SRR4177289"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177053/SRR4177053"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177054/SRR4177054"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177350/SRR4177350"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177351/SRR4177351"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177137/SRR4177137"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177138/SRR4177138"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177227/SRR4177227"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177228/SRR4177228"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177290/SRR4177290"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177291/SRR4177291"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177055/SRR4177055"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177056/SRR4177056"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177352/SRR4177352"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177353/SRR4177353"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177139/SRR4177139"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177140/SRR4177140"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177229/SRR4177229"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177230/SRR4177230"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177292/SRR4177292"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177293/SRR4177293"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177057/SRR4177057"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177058/SRR4177058"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177354/SRR4177354"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177355/SRR4177355"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177141/SRR4177141"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177142/SRR4177142"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177231/SRR4177231"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177232/SRR4177232"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177294/SRR4177294"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177295/SRR4177295"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177059/SRR4177059"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177060/SRR4177060"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177356/SRR4177356"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177357/SRR4177357"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177143/SRR4177143"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177144/SRR4177144"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177233/SRR4177233"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177234/SRR4177234"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177296/SRR4177296"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177297/SRR4177297"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177061/SRR4177061"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177062/SRR4177062"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177358/SRR4177358"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177359/SRR4177359"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177145/SRR4177145"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177146/SRR4177146"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177235/SRR4177235"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177236/SRR4177236"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177298/SRR4177298"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177299/SRR4177299"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177063/SRR4177063"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177064/SRR4177064"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177360/SRR4177360"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177361/SRR4177361"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177147/SRR4177147"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177148/SRR4177148"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177237/SRR4177237"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177238/SRR4177238"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177300/SRR4177300"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177301/SRR4177301"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177065/SRR4177065"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177066/SRR4177066"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177362/SRR4177362"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177363/SRR4177363"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177149/SRR4177149"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177150/SRR4177150"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177239/SRR4177239"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177240/SRR4177240"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177302/SRR4177302"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177303/SRR4177303"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177067/SRR4177067"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177068/SRR4177068"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177364/SRR4177364"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177365/SRR4177365"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177151/SRR4177151"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177152/SRR4177152"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177241/SRR4177241"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177242/SRR4177242"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177304/SRR4177304"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177305/SRR4177305"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177069/SRR4177069"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177070/SRR4177070"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177366/SRR4177366"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177367/SRR4177367"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177153/SRR4177153"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177154/SRR4177154"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177243/SRR4177243"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177244/SRR4177244"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177306/SRR4177306"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177307/SRR4177307"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177071/SRR4177071"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177072/SRR4177072"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177368/SRR4177368"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177369/SRR4177369"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177155/SRR4177155"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177156/SRR4177156"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177245/SRR4177245"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177246/SRR4177246"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177308/SRR4177308"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177309/SRR4177309"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177073/SRR4177073"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177074/SRR4177074"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177370/SRR4177370"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177371/SRR4177371"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177157/SRR4177157"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177158/SRR4177158"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177247/SRR4177247"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177248/SRR4177248"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177310/SRR4177310"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177075/SRR4177075"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177372/SRR4177372"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177159/SRR4177159"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177160/SRR4177160"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177249/SRR4177249"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177250/SRR4177250"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177311/SRR4177311"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177312/SRR4177312"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177076/SRR4177076"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177077/SRR4177077"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177373/SRR4177373"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177374/SRR4177374"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177161/SRR4177161"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177162/SRR4177162"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177251/SRR4177251"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177252/SRR4177252"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177313/SRR4177313"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177314/SRR4177314"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177078/SRR4177078"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177079/SRR4177079"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177375/SRR4177375"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177376/SRR4177376"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177163/SRR4177163"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177164/SRR4177164"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177253/SRR4177253"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177254/SRR4177254"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177165/SRR4177165"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177167/SRR4177167"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177080/SRR4177080"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177081/SRR4177081"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177082/SRR4177082"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177083/SRR4177083"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177377/SRR4177377"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177378/SRR4177378"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177379/SRR4177379"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177420/SRR4177420"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177168/SRR4177168"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177315/SRR4177315"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177169/SRR4177169"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177170/SRR4177170"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177084/SRR4177084"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177085/SRR4177085"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177086/SRR4177086"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177380/SRR4177380"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177381/SRR4177381"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177382/SRR4177382"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177383/SRR4177383"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177171/SRR4177171"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177172/SRR4177172"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177316/SRR4177316"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177173/SRR4177173"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177412/SRR4177412"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177087/SRR4177087"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177088/SRR4177088"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177384/SRR4177384"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177385/SRR4177385"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177386/SRR4177386"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177388/SRR4177388"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177174/SRR4177174"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177175/SRR4177175"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177317/SRR4177317"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177176/SRR4177176"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177177/SRR4177177"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177413/SRR4177413"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177089/SRR4177089"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177090/SRR4177090"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177389/SRR4177389"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177390/SRR4177390"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177391/SRR4177391"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177392/SRR4177392"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177178/SRR4177178"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177255/SRR4177255"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177318/SRR4177318"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177179/SRR4177179"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177180/SRR4177180"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177091/SRR4177091"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177092/SRR4177092"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177093/SRR4177093"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177393/SRR4177393"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177394/SRR4177394"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177395/SRR4177395"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177396/SRR4177396"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177181/SRR4177181"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177256/SRR4177256"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177319/SRR4177319"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177182/SRR4177182"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177094/SRR4177094"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177095/SRR4177095"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177096/SRR4177096"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177397/SRR4177397"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177398/SRR4177398"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177399/SRR4177399"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177400/SRR4177400"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177183/SRR4177183"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177257/SRR4177257"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177184/SRR4177184"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177185/SRR4177185"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177186/SRR4177186"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177097/SRR4177097"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177098/SRR4177098"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177099/SRR4177099"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177401/SRR4177401"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177402/SRR4177402"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177403/SRR4177403"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177404/SRR4177404"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177187/SRR4177187"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177258/SRR4177258"
curl -L -O -C - "https://sra-pub-src-1.s3.amazonaws.com/SRR4177188/L5_HH10_merged.fastq.gz.1"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177189/SRR4177189"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177190/SRR4177190"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177100/SRR4177100"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177101/SRR4177101"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177102/SRR4177102"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177405/SRR4177405"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177406/SRR4177406"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177407/SRR4177407"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177421/SRR4177421"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177191/SRR4177191"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4177259/SRR4177259"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5282244/SRR5282244"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5282245/SRR5282245"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5282246/SRR5282246"

echo "Download complete. Files saved to $OUTDIR"