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

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

# --- GEO supplementary files ---
wget -nc "ftp://ftp.ncbi.nlm.nih.gov/geo/series/GSE114nnn/GSE114922/suppl/GSE114922_CPM_table.txt.gz" -O "GSE114922_CPM_table.txt.gz"
wget -nc "ftp://ftp.ncbi.nlm.nih.gov/geo/series/GSE114nnn/GSE114922/suppl/GSE114922_CPM_table_fractions.txt.gz" -O "GSE114922_CPM_table_fractions.txt.gz"
wget -nc "ftp://ftp.ncbi.nlm.nih.gov/geo/series/GSE114nnn/GSE114922/suppl/GSE114922_Count_table.txt.gz" -O "GSE114922_Count_table.txt.gz"
wget -nc "ftp://ftp.ncbi.nlm.nih.gov/geo/series/GSE114nnn/GSE114922/suppl/GSE114922_Count_table_fractions.txt.gz" -O "GSE114922_Count_table_fractions.txt.gz"
wget -nc "ftp://ftp.ncbi.nlm.nih.gov/geo/series/GSE114nnn/GSE114922/suppl/GSE114922_TPM_table.txt.gz" -O "GSE114922_TPM_table.txt.gz"
wget -nc "ftp://ftp.ncbi.nlm.nih.gov/geo/series/GSE114nnn/GSE114922/suppl/GSE114922_TPM_table_fractions.txt.gz" -O "GSE114922_TPM_table_fractions.txt.gz"

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

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

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

fasterq-dump --split-files "SRR7236861"
gz1="$(_compress_if_exists 'SRR7236861_1' || true)"
gz2="$(_compress_if_exists 'SRR7236861_2' || true)"
gzs="$(_compress_if_exists 'SRR7236861' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_205389_203_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_205389_203_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7236862"
gz1="$(_compress_if_exists 'SRR7236862_1' || true)"
gz2="$(_compress_if_exists 'SRR7236862_2' || true)"
gzs="$(_compress_if_exists 'SRR7236862' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_207061_203_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_207061_203_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7236863"
gz1="$(_compress_if_exists 'SRR7236863_1' || true)"
gz2="$(_compress_if_exists 'SRR7236863_2' || true)"
gzs="$(_compress_if_exists 'SRR7236863' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_207062_203_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_207062_203_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7236864"
gz1="$(_compress_if_exists 'SRR7236864_1' || true)"
gz2="$(_compress_if_exists 'SRR7236864_2' || true)"
gzs="$(_compress_if_exists 'SRR7236864' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_207063_203_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_207063_203_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7236865"
gz1="$(_compress_if_exists 'SRR7236865_1' || true)"
gz2="$(_compress_if_exists 'SRR7236865_2' || true)"
gzs="$(_compress_if_exists 'SRR7236865' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_211388_203_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_211388_203_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7236866"
gz1="$(_compress_if_exists 'SRR7236866_1' || true)"
gz2="$(_compress_if_exists 'SRR7236866_2' || true)"
gzs="$(_compress_if_exists 'SRR7236866' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_204722_205_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_204722_205_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7236867"
gz1="$(_compress_if_exists 'SRR7236867_1' || true)"
gz2="$(_compress_if_exists 'SRR7236867_2' || true)"
gzs="$(_compress_if_exists 'SRR7236867' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_205389_205_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_205389_205_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7236868"
gz1="$(_compress_if_exists 'SRR7236868_1' || true)"
gz2="$(_compress_if_exists 'SRR7236868_2' || true)"
gzs="$(_compress_if_exists 'SRR7236868' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_207061_205_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_207061_205_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7236869"
gz1="$(_compress_if_exists 'SRR7236869_1' || true)"
gz2="$(_compress_if_exists 'SRR7236869_2' || true)"
gzs="$(_compress_if_exists 'SRR7236869' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_207062_205_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_207062_205_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7236870"
gz1="$(_compress_if_exists 'SRR7236870_1' || true)"
gz2="$(_compress_if_exists 'SRR7236870_2' || true)"
gzs="$(_compress_if_exists 'SRR7236870' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_207063_205_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_207063_205_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7236871"
gz1="$(_compress_if_exists 'SRR7236871_1' || true)"
gz2="$(_compress_if_exists 'SRR7236871_2' || true)"
gzs="$(_compress_if_exists 'SRR7236871' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_211388_205_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_211388_205_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7236872"
gz1="$(_compress_if_exists 'SRR7236872_1' || true)"
gz2="$(_compress_if_exists 'SRR7236872_2' || true)"
gzs="$(_compress_if_exists 'SRR7236872' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_204722_206_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_204722_206_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7236873"
gz1="$(_compress_if_exists 'SRR7236873_1' || true)"
gz2="$(_compress_if_exists 'SRR7236873_2' || true)"
gzs="$(_compress_if_exists 'SRR7236873' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_205389_206_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_205389_206_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7236874"
gz1="$(_compress_if_exists 'SRR7236874_1' || true)"
gz2="$(_compress_if_exists 'SRR7236874_2' || true)"
gzs="$(_compress_if_exists 'SRR7236874' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_207061_206_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_207061_206_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7236875"
gz1="$(_compress_if_exists 'SRR7236875_1' || true)"
gz2="$(_compress_if_exists 'SRR7236875_2' || true)"
gzs="$(_compress_if_exists 'SRR7236875' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_207062_206_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_207062_206_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7236876"
gz1="$(_compress_if_exists 'SRR7236876_1' || true)"
gz2="$(_compress_if_exists 'SRR7236876_2' || true)"
gzs="$(_compress_if_exists 'SRR7236876' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_207063_206_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_207063_206_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7236877"
gz1="$(_compress_if_exists 'SRR7236877_1' || true)"
gz2="$(_compress_if_exists 'SRR7236877_2' || true)"
gzs="$(_compress_if_exists 'SRR7236877' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_211388_206_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_211388_206_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7236878"
gz1="$(_compress_if_exists 'SRR7236878_1' || true)"
gz2="$(_compress_if_exists 'SRR7236878_2' || true)"
gzs="$(_compress_if_exists 'SRR7236878' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_204722_207_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_204722_207_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7236879"
gz1="$(_compress_if_exists 'SRR7236879_1' || true)"
gz2="$(_compress_if_exists 'SRR7236879_2' || true)"
gzs="$(_compress_if_exists 'SRR7236879' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_205389_207_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_205389_207_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7236880"
gz1="$(_compress_if_exists 'SRR7236880_1' || true)"
gz2="$(_compress_if_exists 'SRR7236880_2' || true)"
gzs="$(_compress_if_exists 'SRR7236880' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_207061_207_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_207061_207_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7236881"
gz1="$(_compress_if_exists 'SRR7236881_1' || true)"
gz2="$(_compress_if_exists 'SRR7236881_2' || true)"
gzs="$(_compress_if_exists 'SRR7236881' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_207062_207_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_207062_207_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7236882"
gz1="$(_compress_if_exists 'SRR7236882_1' || true)"
gz2="$(_compress_if_exists 'SRR7236882_2' || true)"
gzs="$(_compress_if_exists 'SRR7236882' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_207063_207_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_207063_207_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7236883"
gz1="$(_compress_if_exists 'SRR7236883_1' || true)"
gz2="$(_compress_if_exists 'SRR7236883_2' || true)"
gzs="$(_compress_if_exists 'SRR7236883' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_211388_207_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_211388_207_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7236884"
gz1="$(_compress_if_exists 'SRR7236884_1' || true)"
gz2="$(_compress_if_exists 'SRR7236884_2' || true)"
gzs="$(_compress_if_exists 'SRR7236884' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_204722_208_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_204722_208_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7236885"
gz1="$(_compress_if_exists 'SRR7236885_1' || true)"
gz2="$(_compress_if_exists 'SRR7236885_2' || true)"
gzs="$(_compress_if_exists 'SRR7236885' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_205389_208_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_205389_208_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7236886"
gz1="$(_compress_if_exists 'SRR7236886_1' || true)"
gz2="$(_compress_if_exists 'SRR7236886_2' || true)"
gzs="$(_compress_if_exists 'SRR7236886' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_207061_208_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_207061_208_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7236887"
gz1="$(_compress_if_exists 'SRR7236887_1' || true)"
gz2="$(_compress_if_exists 'SRR7236887_2' || true)"
gzs="$(_compress_if_exists 'SRR7236887' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_207062_208_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_207062_208_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7236888"
gz1="$(_compress_if_exists 'SRR7236888_1' || true)"
gz2="$(_compress_if_exists 'SRR7236888_2' || true)"
gzs="$(_compress_if_exists 'SRR7236888' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_207063_208_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_207063_208_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7236889"
gz1="$(_compress_if_exists 'SRR7236889_1' || true)"
gz2="$(_compress_if_exists 'SRR7236889_2' || true)"
gzs="$(_compress_if_exists 'SRR7236889' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_211388_208_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_211388_208_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7236890"
gz1="$(_compress_if_exists 'SRR7236890_1' || true)"
gz2="$(_compress_if_exists 'SRR7236890_2' || true)"
gzs="$(_compress_if_exists 'SRR7236890' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_204722_209_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_204722_209_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7236891"
gz1="$(_compress_if_exists 'SRR7236891_1' || true)"
gz2="$(_compress_if_exists 'SRR7236891_2' || true)"
gzs="$(_compress_if_exists 'SRR7236891' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_205389_209_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_205389_209_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7236892"
gz1="$(_compress_if_exists 'SRR7236892_1' || true)"
gz2="$(_compress_if_exists 'SRR7236892_2' || true)"
gzs="$(_compress_if_exists 'SRR7236892' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_207061_209_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_207061_209_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7236893"
gz1="$(_compress_if_exists 'SRR7236893_1' || true)"
gz2="$(_compress_if_exists 'SRR7236893_2' || true)"
gzs="$(_compress_if_exists 'SRR7236893' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_207062_209_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_207062_209_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7236894"
gz1="$(_compress_if_exists 'SRR7236894_1' || true)"
gz2="$(_compress_if_exists 'SRR7236894_2' || true)"
gzs="$(_compress_if_exists 'SRR7236894' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_207063_209_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_207063_209_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7236895"
gz1="$(_compress_if_exists 'SRR7236895_1' || true)"
gz2="$(_compress_if_exists 'SRR7236895_2' || true)"
gzs="$(_compress_if_exists 'SRR7236895' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_211388_209_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_211388_209_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7236896"
gz1="$(_compress_if_exists 'SRR7236896_1' || true)"
gz2="$(_compress_if_exists 'SRR7236896_2' || true)"
gzs="$(_compress_if_exists 'SRR7236896' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_204722_210_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_204722_210_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7236897"
gz1="$(_compress_if_exists 'SRR7236897_1' || true)"
gz2="$(_compress_if_exists 'SRR7236897_2' || true)"
gzs="$(_compress_if_exists 'SRR7236897' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_205389_210_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_205389_210_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7236898"
gz1="$(_compress_if_exists 'SRR7236898_1' || true)"
gz2="$(_compress_if_exists 'SRR7236898_2' || true)"
gzs="$(_compress_if_exists 'SRR7236898' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_207061_210_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_207061_210_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7236899"
gz1="$(_compress_if_exists 'SRR7236899_1' || true)"
gz2="$(_compress_if_exists 'SRR7236899_2' || true)"
gzs="$(_compress_if_exists 'SRR7236899' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_207062_210_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_207062_210_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7236900"
gz1="$(_compress_if_exists 'SRR7236900_1' || true)"
gz2="$(_compress_if_exists 'SRR7236900_2' || true)"
gzs="$(_compress_if_exists 'SRR7236900' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_207063_210_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_207063_210_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7236901"
gz1="$(_compress_if_exists 'SRR7236901_1' || true)"
gz2="$(_compress_if_exists 'SRR7236901_2' || true)"
gzs="$(_compress_if_exists 'SRR7236901' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_211388_210_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_211388_210_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7236902"
gz1="$(_compress_if_exists 'SRR7236902_1' || true)"
gz2="$(_compress_if_exists 'SRR7236902_2' || true)"
gzs="$(_compress_if_exists 'SRR7236902' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_204722_211_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_204722_211_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7236903"
gz1="$(_compress_if_exists 'SRR7236903_1' || true)"
gz2="$(_compress_if_exists 'SRR7236903_2' || true)"
gzs="$(_compress_if_exists 'SRR7236903' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_205389_211_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_205389_211_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7236904"
gz1="$(_compress_if_exists 'SRR7236904_1' || true)"
gz2="$(_compress_if_exists 'SRR7236904_2' || true)"
gzs="$(_compress_if_exists 'SRR7236904' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_207061_211_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_207061_211_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7236905"
gz1="$(_compress_if_exists 'SRR7236905_1' || true)"
gz2="$(_compress_if_exists 'SRR7236905_2' || true)"
gzs="$(_compress_if_exists 'SRR7236905' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_207062_211_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_207062_211_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7236906"
gz1="$(_compress_if_exists 'SRR7236906_1' || true)"
gz2="$(_compress_if_exists 'SRR7236906_2' || true)"
gzs="$(_compress_if_exists 'SRR7236906' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_207063_211_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_207063_211_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7236907"
gz1="$(_compress_if_exists 'SRR7236907_1' || true)"
gz2="$(_compress_if_exists 'SRR7236907_2' || true)"
gzs="$(_compress_if_exists 'SRR7236907' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_211388_211_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_211388_211_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7236908"
gz1="$(_compress_if_exists 'SRR7236908_1' || true)"
gz2="$(_compress_if_exists 'SRR7236908_2' || true)"
gzs="$(_compress_if_exists 'SRR7236908' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_204722_212_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_204722_212_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7236909"
gz1="$(_compress_if_exists 'SRR7236909_1' || true)"
gz2="$(_compress_if_exists 'SRR7236909_2' || true)"
gzs="$(_compress_if_exists 'SRR7236909' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_205389_212_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_205389_212_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7236910"
gz1="$(_compress_if_exists 'SRR7236910_1' || true)"
gz2="$(_compress_if_exists 'SRR7236910_2' || true)"
gzs="$(_compress_if_exists 'SRR7236910' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_207061_212_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_207061_212_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7236911"
gz1="$(_compress_if_exists 'SRR7236911_1' || true)"
gz2="$(_compress_if_exists 'SRR7236911_2' || true)"
gzs="$(_compress_if_exists 'SRR7236911' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_207062_212_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_207062_212_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7236912"
gz1="$(_compress_if_exists 'SRR7236912_1' || true)"
gz2="$(_compress_if_exists 'SRR7236912_2' || true)"
gzs="$(_compress_if_exists 'SRR7236912' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_207063_212_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_207063_212_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7236913"
gz1="$(_compress_if_exists 'SRR7236913_1' || true)"
gz2="$(_compress_if_exists 'SRR7236913_2' || true)"
gzs="$(_compress_if_exists 'SRR7236913' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_211388_212_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_211388_212_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7236914"
gz1="$(_compress_if_exists 'SRR7236914_1' || true)"
gz2="$(_compress_if_exists 'SRR7236914_2' || true)"
gzs="$(_compress_if_exists 'SRR7236914' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_204722_213_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_204722_213_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7236915"
gz1="$(_compress_if_exists 'SRR7236915_1' || true)"
gz2="$(_compress_if_exists 'SRR7236915_2' || true)"
gzs="$(_compress_if_exists 'SRR7236915' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_205389_213_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_205389_213_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7236916"
gz1="$(_compress_if_exists 'SRR7236916_1' || true)"
gz2="$(_compress_if_exists 'SRR7236916_2' || true)"
gzs="$(_compress_if_exists 'SRR7236916' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_207061_213_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_207061_213_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7236917"
gz1="$(_compress_if_exists 'SRR7236917_1' || true)"
gz2="$(_compress_if_exists 'SRR7236917_2' || true)"
gzs="$(_compress_if_exists 'SRR7236917' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_207062_213_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_207062_213_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7236918"
gz1="$(_compress_if_exists 'SRR7236918_1' || true)"
gz2="$(_compress_if_exists 'SRR7236918_2' || true)"
gzs="$(_compress_if_exists 'SRR7236918' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_207063_213_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_207063_213_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7236919"
gz1="$(_compress_if_exists 'SRR7236919_1' || true)"
gz2="$(_compress_if_exists 'SRR7236919_2' || true)"
gzs="$(_compress_if_exists 'SRR7236919' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_211388_213_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_211388_213_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7236920"
gz1="$(_compress_if_exists 'SRR7236920_1' || true)"
gz2="$(_compress_if_exists 'SRR7236920_2' || true)"
gzs="$(_compress_if_exists 'SRR7236920' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_204722_214_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_204722_214_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7236921"
gz1="$(_compress_if_exists 'SRR7236921_1' || true)"
gz2="$(_compress_if_exists 'SRR7236921_2' || true)"
gzs="$(_compress_if_exists 'SRR7236921' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_205389_214_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_205389_214_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7236922"
gz1="$(_compress_if_exists 'SRR7236922_1' || true)"
gz2="$(_compress_if_exists 'SRR7236922_2' || true)"
gzs="$(_compress_if_exists 'SRR7236922' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_207061_214_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_207061_214_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7236923"
gz1="$(_compress_if_exists 'SRR7236923_1' || true)"
gz2="$(_compress_if_exists 'SRR7236923_2' || true)"
gzs="$(_compress_if_exists 'SRR7236923' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_207062_214_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_207062_214_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7236924"
gz1="$(_compress_if_exists 'SRR7236924_1' || true)"
gz2="$(_compress_if_exists 'SRR7236924_2' || true)"
gzs="$(_compress_if_exists 'SRR7236924' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_207063_214_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_207063_214_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7236925"
gz1="$(_compress_if_exists 'SRR7236925_1' || true)"
gz2="$(_compress_if_exists 'SRR7236925_2' || true)"
gzs="$(_compress_if_exists 'SRR7236925' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_211388_214_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_211388_214_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7236926"
gz1="$(_compress_if_exists 'SRR7236926_1' || true)"
gz2="$(_compress_if_exists 'SRR7236926_2' || true)"
gzs="$(_compress_if_exists 'SRR7236926' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_204722_215_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_204722_215_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7236927"
gz1="$(_compress_if_exists 'SRR7236927_1' || true)"
gz2="$(_compress_if_exists 'SRR7236927_2' || true)"
gzs="$(_compress_if_exists 'SRR7236927' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_205389_215_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_205389_215_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7236928"
gz1="$(_compress_if_exists 'SRR7236928_1' || true)"
gz2="$(_compress_if_exists 'SRR7236928_2' || true)"
gzs="$(_compress_if_exists 'SRR7236928' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_207061_215_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_207061_215_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7236929"
gz1="$(_compress_if_exists 'SRR7236929_1' || true)"
gz2="$(_compress_if_exists 'SRR7236929_2' || true)"
gzs="$(_compress_if_exists 'SRR7236929' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_207062_215_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_207062_215_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7236930"
gz1="$(_compress_if_exists 'SRR7236930_1' || true)"
gz2="$(_compress_if_exists 'SRR7236930_2' || true)"
gzs="$(_compress_if_exists 'SRR7236930' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_207063_215_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_207063_215_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7236931"
gz1="$(_compress_if_exists 'SRR7236931_1' || true)"
gz2="$(_compress_if_exists 'SRR7236931_2' || true)"
gzs="$(_compress_if_exists 'SRR7236931' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_211388_215_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_211388_215_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7236932"
gz1="$(_compress_if_exists 'SRR7236932_1' || true)"
gz2="$(_compress_if_exists 'SRR7236932_2' || true)"
gzs="$(_compress_if_exists 'SRR7236932' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_204722_216_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_204722_216_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7236933"
gz1="$(_compress_if_exists 'SRR7236933_1' || true)"
gz2="$(_compress_if_exists 'SRR7236933_2' || true)"
gzs="$(_compress_if_exists 'SRR7236933' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_205389_216_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_205389_216_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7236934"
gz1="$(_compress_if_exists 'SRR7236934_1' || true)"
gz2="$(_compress_if_exists 'SRR7236934_2' || true)"
gzs="$(_compress_if_exists 'SRR7236934' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_207061_216_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_207061_216_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7236935"
gz1="$(_compress_if_exists 'SRR7236935_1' || true)"
gz2="$(_compress_if_exists 'SRR7236935_2' || true)"
gzs="$(_compress_if_exists 'SRR7236935' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_207062_216_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_207062_216_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7236936"
gz1="$(_compress_if_exists 'SRR7236936_1' || true)"
gz2="$(_compress_if_exists 'SRR7236936_2' || true)"
gzs="$(_compress_if_exists 'SRR7236936' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_207063_216_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_207063_216_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7236937"
gz1="$(_compress_if_exists 'SRR7236937_1' || true)"
gz2="$(_compress_if_exists 'SRR7236937_2' || true)"
gzs="$(_compress_if_exists 'SRR7236937' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_211388_216_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_211388_216_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7236938"
gz1="$(_compress_if_exists 'SRR7236938_1' || true)"
gz2="$(_compress_if_exists 'SRR7236938_2' || true)"
gzs="$(_compress_if_exists 'SRR7236938' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_204722_217_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_204722_217_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7236939"
gz1="$(_compress_if_exists 'SRR7236939_1' || true)"
gz2="$(_compress_if_exists 'SRR7236939_2' || true)"
gzs="$(_compress_if_exists 'SRR7236939' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_205389_217_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_205389_217_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7236940"
gz1="$(_compress_if_exists 'SRR7236940_1' || true)"
gz2="$(_compress_if_exists 'SRR7236940_2' || true)"
gzs="$(_compress_if_exists 'SRR7236940' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_207061_217_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_207061_217_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7236941"
gz1="$(_compress_if_exists 'SRR7236941_1' || true)"
gz2="$(_compress_if_exists 'SRR7236941_2' || true)"
gzs="$(_compress_if_exists 'SRR7236941' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_207062_217_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_207062_217_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7236942"
gz1="$(_compress_if_exists 'SRR7236942_1' || true)"
gz2="$(_compress_if_exists 'SRR7236942_2' || true)"
gzs="$(_compress_if_exists 'SRR7236942' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_207063_217_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_207063_217_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7236943"
gz1="$(_compress_if_exists 'SRR7236943_1' || true)"
gz2="$(_compress_if_exists 'SRR7236943_2' || true)"
gzs="$(_compress_if_exists 'SRR7236943' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_211388_217_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_211388_217_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7236944"
gz1="$(_compress_if_exists 'SRR7236944_1' || true)"
gz2="$(_compress_if_exists 'SRR7236944_2' || true)"
gzs="$(_compress_if_exists 'SRR7236944' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_204722_218_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_204722_218_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7236945"
gz1="$(_compress_if_exists 'SRR7236945_1' || true)"
gz2="$(_compress_if_exists 'SRR7236945_2' || true)"
gzs="$(_compress_if_exists 'SRR7236945' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_205389_218_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_205389_218_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7236946"
gz1="$(_compress_if_exists 'SRR7236946_1' || true)"
gz2="$(_compress_if_exists 'SRR7236946_2' || true)"
gzs="$(_compress_if_exists 'SRR7236946' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_207061_218_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_207061_218_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7236947"
gz1="$(_compress_if_exists 'SRR7236947_1' || true)"
gz2="$(_compress_if_exists 'SRR7236947_2' || true)"
gzs="$(_compress_if_exists 'SRR7236947' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_207062_218_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_207062_218_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7236948"
gz1="$(_compress_if_exists 'SRR7236948_1' || true)"
gz2="$(_compress_if_exists 'SRR7236948_2' || true)"
gzs="$(_compress_if_exists 'SRR7236948' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_207063_218_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_207063_218_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7236949"
gz1="$(_compress_if_exists 'SRR7236949_1' || true)"
gz2="$(_compress_if_exists 'SRR7236949_2' || true)"
gzs="$(_compress_if_exists 'SRR7236949' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_211388_218_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_211388_218_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7236950"
gz1="$(_compress_if_exists 'SRR7236950_1' || true)"
gz2="$(_compress_if_exists 'SRR7236950_2' || true)"
gzs="$(_compress_if_exists 'SRR7236950' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_204722_219_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_204722_219_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7236951"
gz1="$(_compress_if_exists 'SRR7236951_1' || true)"
gz2="$(_compress_if_exists 'SRR7236951_2' || true)"
gzs="$(_compress_if_exists 'SRR7236951' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_205389_219_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_205389_219_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7236952"
gz1="$(_compress_if_exists 'SRR7236952_1' || true)"
gz2="$(_compress_if_exists 'SRR7236952_2' || true)"
gzs="$(_compress_if_exists 'SRR7236952' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_207061_219_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_207061_219_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7236953"
gz1="$(_compress_if_exists 'SRR7236953_1' || true)"
gz2="$(_compress_if_exists 'SRR7236953_2' || true)"
gzs="$(_compress_if_exists 'SRR7236953' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_207062_219_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_207062_219_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7236954"
gz1="$(_compress_if_exists 'SRR7236954_1' || true)"
gz2="$(_compress_if_exists 'SRR7236954_2' || true)"
gzs="$(_compress_if_exists 'SRR7236954' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_207063_219_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_207063_219_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7236955"
gz1="$(_compress_if_exists 'SRR7236955_1' || true)"
gz2="$(_compress_if_exists 'SRR7236955_2' || true)"
gzs="$(_compress_if_exists 'SRR7236955' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_211388_219_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_211388_219_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7236956"
gz1="$(_compress_if_exists 'SRR7236956_1' || true)"
gz2="$(_compress_if_exists 'SRR7236956_2' || true)"
gzs="$(_compress_if_exists 'SRR7236956' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_204722_220_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_204722_220_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7236957"
gz1="$(_compress_if_exists 'SRR7236957_1' || true)"
gz2="$(_compress_if_exists 'SRR7236957_2' || true)"
gzs="$(_compress_if_exists 'SRR7236957' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_205389_220_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_205389_220_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7236958"
gz1="$(_compress_if_exists 'SRR7236958_1' || true)"
gz2="$(_compress_if_exists 'SRR7236958_2' || true)"
gzs="$(_compress_if_exists 'SRR7236958' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_207061_220_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_207061_220_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7236959"
gz1="$(_compress_if_exists 'SRR7236959_1' || true)"
gz2="$(_compress_if_exists 'SRR7236959_2' || true)"
gzs="$(_compress_if_exists 'SRR7236959' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_207062_220_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_207062_220_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7236960"
gz1="$(_compress_if_exists 'SRR7236960_1' || true)"
gz2="$(_compress_if_exists 'SRR7236960_2' || true)"
gzs="$(_compress_if_exists 'SRR7236960' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_207063_220_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_207063_220_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7236961"
gz1="$(_compress_if_exists 'SRR7236961_1' || true)"
gz2="$(_compress_if_exists 'SRR7236961_2' || true)"
gzs="$(_compress_if_exists 'SRR7236961' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_211388_220_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_211388_220_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7236962"
gz1="$(_compress_if_exists 'SRR7236962_1' || true)"
gz2="$(_compress_if_exists 'SRR7236962_2' || true)"
gzs="$(_compress_if_exists 'SRR7236962' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_204722_221_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_204722_221_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7236963"
gz1="$(_compress_if_exists 'SRR7236963_1' || true)"
gz2="$(_compress_if_exists 'SRR7236963_2' || true)"
gzs="$(_compress_if_exists 'SRR7236963' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_205389_221_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_205389_221_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7236964"
gz1="$(_compress_if_exists 'SRR7236964_1' || true)"
gz2="$(_compress_if_exists 'SRR7236964_2' || true)"
gzs="$(_compress_if_exists 'SRR7236964' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_207061_221_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_207061_221_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7236965"
gz1="$(_compress_if_exists 'SRR7236965_1' || true)"
gz2="$(_compress_if_exists 'SRR7236965_2' || true)"
gzs="$(_compress_if_exists 'SRR7236965' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_207062_221_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_207062_221_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7236966"
gz1="$(_compress_if_exists 'SRR7236966_1' || true)"
gz2="$(_compress_if_exists 'SRR7236966_2' || true)"
gzs="$(_compress_if_exists 'SRR7236966' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_207063_221_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_207063_221_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7236967"
gz1="$(_compress_if_exists 'SRR7236967_1' || true)"
gz2="$(_compress_if_exists 'SRR7236967_2' || true)"
gzs="$(_compress_if_exists 'SRR7236967' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_211388_221_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_211388_221_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7236968"
gz1="$(_compress_if_exists 'SRR7236968_1' || true)"
gz2="$(_compress_if_exists 'SRR7236968_2' || true)"
gzs="$(_compress_if_exists 'SRR7236968' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_204722_222_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_204722_222_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7236969"
gz1="$(_compress_if_exists 'SRR7236969_1' || true)"
gz2="$(_compress_if_exists 'SRR7236969_2' || true)"
gzs="$(_compress_if_exists 'SRR7236969' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_205389_222_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_205389_222_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7236970"
gz1="$(_compress_if_exists 'SRR7236970_1' || true)"
gz2="$(_compress_if_exists 'SRR7236970_2' || true)"
gzs="$(_compress_if_exists 'SRR7236970' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_207061_222_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_207061_222_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7236971"
gz1="$(_compress_if_exists 'SRR7236971_1' || true)"
gz2="$(_compress_if_exists 'SRR7236971_2' || true)"
gzs="$(_compress_if_exists 'SRR7236971' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_207062_222_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_207062_222_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7236972"
gz1="$(_compress_if_exists 'SRR7236972_1' || true)"
gz2="$(_compress_if_exists 'SRR7236972_2' || true)"
gzs="$(_compress_if_exists 'SRR7236972' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_207063_222_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_207063_222_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7236973"
gz1="$(_compress_if_exists 'SRR7236973_1' || true)"
gz2="$(_compress_if_exists 'SRR7236973_2' || true)"
gzs="$(_compress_if_exists 'SRR7236973' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_211388_222_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_211388_222_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7236974"
gz1="$(_compress_if_exists 'SRR7236974_1' || true)"
gz2="$(_compress_if_exists 'SRR7236974_2' || true)"
gzs="$(_compress_if_exists 'SRR7236974' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_204722_223_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_204722_223_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7236975"
gz1="$(_compress_if_exists 'SRR7236975_1' || true)"
gz2="$(_compress_if_exists 'SRR7236975_2' || true)"
gzs="$(_compress_if_exists 'SRR7236975' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_205389_223_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_205389_223_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7236976"
gz1="$(_compress_if_exists 'SRR7236976_1' || true)"
gz2="$(_compress_if_exists 'SRR7236976_2' || true)"
gzs="$(_compress_if_exists 'SRR7236976' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_207061_223_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_207061_223_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7236977"
gz1="$(_compress_if_exists 'SRR7236977_1' || true)"
gz2="$(_compress_if_exists 'SRR7236977_2' || true)"
gzs="$(_compress_if_exists 'SRR7236977' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_207062_223_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_207062_223_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7236978"
gz1="$(_compress_if_exists 'SRR7236978_1' || true)"
gz2="$(_compress_if_exists 'SRR7236978_2' || true)"
gzs="$(_compress_if_exists 'SRR7236978' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_207063_223_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_207063_223_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7236979"
gz1="$(_compress_if_exists 'SRR7236979_1' || true)"
gz2="$(_compress_if_exists 'SRR7236979_2' || true)"
gzs="$(_compress_if_exists 'SRR7236979' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_211388_223_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_211388_223_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7236980"
gz1="$(_compress_if_exists 'SRR7236980_1' || true)"
gz2="$(_compress_if_exists 'SRR7236980_2' || true)"
gzs="$(_compress_if_exists 'SRR7236980' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_204722_224_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_204722_224_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7236981"
gz1="$(_compress_if_exists 'SRR7236981_1' || true)"
gz2="$(_compress_if_exists 'SRR7236981_2' || true)"
gzs="$(_compress_if_exists 'SRR7236981' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_205389_224_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_205389_224_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7236982"
gz1="$(_compress_if_exists 'SRR7236982_1' || true)"
gz2="$(_compress_if_exists 'SRR7236982_2' || true)"
gzs="$(_compress_if_exists 'SRR7236982' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_207061_224_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_207061_224_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7236983"
gz1="$(_compress_if_exists 'SRR7236983_1' || true)"
gz2="$(_compress_if_exists 'SRR7236983_2' || true)"
gzs="$(_compress_if_exists 'SRR7236983' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_207062_224_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_207062_224_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7236984"
gz1="$(_compress_if_exists 'SRR7236984_1' || true)"
gz2="$(_compress_if_exists 'SRR7236984_2' || true)"
gzs="$(_compress_if_exists 'SRR7236984' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_207063_224_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_207063_224_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7236985"
gz1="$(_compress_if_exists 'SRR7236985_1' || true)"
gz2="$(_compress_if_exists 'SRR7236985_2' || true)"
gzs="$(_compress_if_exists 'SRR7236985' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_211388_224_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_211388_224_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7236986"
gz1="$(_compress_if_exists 'SRR7236986_1' || true)"
gz2="$(_compress_if_exists 'SRR7236986_2' || true)"
gzs="$(_compress_if_exists 'SRR7236986' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_204722_225_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_204722_225_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7236987"
gz1="$(_compress_if_exists 'SRR7236987_1' || true)"
gz2="$(_compress_if_exists 'SRR7236987_2' || true)"
gzs="$(_compress_if_exists 'SRR7236987' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_205389_225_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_205389_225_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7236988"
gz1="$(_compress_if_exists 'SRR7236988_1' || true)"
gz2="$(_compress_if_exists 'SRR7236988_2' || true)"
gzs="$(_compress_if_exists 'SRR7236988' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_207061_225_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_207061_225_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7236989"
gz1="$(_compress_if_exists 'SRR7236989_1' || true)"
gz2="$(_compress_if_exists 'SRR7236989_2' || true)"
gzs="$(_compress_if_exists 'SRR7236989' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_207062_225_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_207062_225_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7236990"
gz1="$(_compress_if_exists 'SRR7236990_1' || true)"
gz2="$(_compress_if_exists 'SRR7236990_2' || true)"
gzs="$(_compress_if_exists 'SRR7236990' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_207063_225_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_207063_225_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7236991"
gz1="$(_compress_if_exists 'SRR7236991_1' || true)"
gz2="$(_compress_if_exists 'SRR7236991_2' || true)"
gzs="$(_compress_if_exists 'SRR7236991' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_211388_225_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_211388_225_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7236992"
gz1="$(_compress_if_exists 'SRR7236992_1' || true)"
gz2="$(_compress_if_exists 'SRR7236992_2' || true)"
gzs="$(_compress_if_exists 'SRR7236992' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_204722_226_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_204722_226_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7236993"
gz1="$(_compress_if_exists 'SRR7236993_1' || true)"
gz2="$(_compress_if_exists 'SRR7236993_2' || true)"
gzs="$(_compress_if_exists 'SRR7236993' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_205389_226_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_205389_226_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7236994"
gz1="$(_compress_if_exists 'SRR7236994_1' || true)"
gz2="$(_compress_if_exists 'SRR7236994_2' || true)"
gzs="$(_compress_if_exists 'SRR7236994' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_207061_226_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_207061_226_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7236995"
gz1="$(_compress_if_exists 'SRR7236995_1' || true)"
gz2="$(_compress_if_exists 'SRR7236995_2' || true)"
gzs="$(_compress_if_exists 'SRR7236995' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_207062_226_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_207062_226_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7236996"
gz1="$(_compress_if_exists 'SRR7236996_1' || true)"
gz2="$(_compress_if_exists 'SRR7236996_2' || true)"
gzs="$(_compress_if_exists 'SRR7236996' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_207063_226_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_207063_226_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7236997"
gz1="$(_compress_if_exists 'SRR7236997_1' || true)"
gz2="$(_compress_if_exists 'SRR7236997_2' || true)"
gzs="$(_compress_if_exists 'SRR7236997' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_211388_226_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_211388_226_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7236998"
gz1="$(_compress_if_exists 'SRR7236998_1' || true)"
gz2="$(_compress_if_exists 'SRR7236998_2' || true)"
gzs="$(_compress_if_exists 'SRR7236998' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_204722_227_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_204722_227_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7236999"
gz1="$(_compress_if_exists 'SRR7236999_1' || true)"
gz2="$(_compress_if_exists 'SRR7236999_2' || true)"
gzs="$(_compress_if_exists 'SRR7236999' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_205389_227_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_205389_227_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237000"
gz1="$(_compress_if_exists 'SRR7237000_1' || true)"
gz2="$(_compress_if_exists 'SRR7237000_2' || true)"
gzs="$(_compress_if_exists 'SRR7237000' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_207061_227_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_207061_227_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237001"
gz1="$(_compress_if_exists 'SRR7237001_1' || true)"
gz2="$(_compress_if_exists 'SRR7237001_2' || true)"
gzs="$(_compress_if_exists 'SRR7237001' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_207062_227_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_207062_227_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237002"
gz1="$(_compress_if_exists 'SRR7237002_1' || true)"
gz2="$(_compress_if_exists 'SRR7237002_2' || true)"
gzs="$(_compress_if_exists 'SRR7237002' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_207063_227_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_207063_227_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237003"
gz1="$(_compress_if_exists 'SRR7237003_1' || true)"
gz2="$(_compress_if_exists 'SRR7237003_2' || true)"
gzs="$(_compress_if_exists 'SRR7237003' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_211388_227_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_211388_227_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237004"
gz1="$(_compress_if_exists 'SRR7237004_1' || true)"
gz2="$(_compress_if_exists 'SRR7237004_2' || true)"
gzs="$(_compress_if_exists 'SRR7237004' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_204722_228_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_204722_228_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237005"
gz1="$(_compress_if_exists 'SRR7237005_1' || true)"
gz2="$(_compress_if_exists 'SRR7237005_2' || true)"
gzs="$(_compress_if_exists 'SRR7237005' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_205389_228_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_205389_228_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237006"
gz1="$(_compress_if_exists 'SRR7237006_1' || true)"
gz2="$(_compress_if_exists 'SRR7237006_2' || true)"
gzs="$(_compress_if_exists 'SRR7237006' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_207061_228_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_207061_228_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237007"
gz1="$(_compress_if_exists 'SRR7237007_1' || true)"
gz2="$(_compress_if_exists 'SRR7237007_2' || true)"
gzs="$(_compress_if_exists 'SRR7237007' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_207062_228_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_207062_228_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237008"
gz1="$(_compress_if_exists 'SRR7237008_1' || true)"
gz2="$(_compress_if_exists 'SRR7237008_2' || true)"
gzs="$(_compress_if_exists 'SRR7237008' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_207063_228_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_207063_228_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237009"
gz1="$(_compress_if_exists 'SRR7237009_1' || true)"
gz2="$(_compress_if_exists 'SRR7237009_2' || true)"
gzs="$(_compress_if_exists 'SRR7237009' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_211388_228_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_211388_228_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237010"
gz1="$(_compress_if_exists 'SRR7237010_1' || true)"
gz2="$(_compress_if_exists 'SRR7237010_2' || true)"
gzs="$(_compress_if_exists 'SRR7237010' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_204722_229_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_204722_229_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237011"
gz1="$(_compress_if_exists 'SRR7237011_1' || true)"
gz2="$(_compress_if_exists 'SRR7237011_2' || true)"
gzs="$(_compress_if_exists 'SRR7237011' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_205389_229_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_205389_229_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237012"
gz1="$(_compress_if_exists 'SRR7237012_1' || true)"
gz2="$(_compress_if_exists 'SRR7237012_2' || true)"
gzs="$(_compress_if_exists 'SRR7237012' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_207061_229_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_207061_229_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237013"
gz1="$(_compress_if_exists 'SRR7237013_1' || true)"
gz2="$(_compress_if_exists 'SRR7237013_2' || true)"
gzs="$(_compress_if_exists 'SRR7237013' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_207062_229_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_207062_229_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237014"
gz1="$(_compress_if_exists 'SRR7237014_1' || true)"
gz2="$(_compress_if_exists 'SRR7237014_2' || true)"
gzs="$(_compress_if_exists 'SRR7237014' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_207063_229_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_207063_229_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237015"
gz1="$(_compress_if_exists 'SRR7237015_1' || true)"
gz2="$(_compress_if_exists 'SRR7237015_2' || true)"
gzs="$(_compress_if_exists 'SRR7237015' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_211388_229_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_211388_229_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237016"
gz1="$(_compress_if_exists 'SRR7237016_1' || true)"
gz2="$(_compress_if_exists 'SRR7237016_2' || true)"
gzs="$(_compress_if_exists 'SRR7237016' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_204722_230_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_204722_230_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237017"
gz1="$(_compress_if_exists 'SRR7237017_1' || true)"
gz2="$(_compress_if_exists 'SRR7237017_2' || true)"
gzs="$(_compress_if_exists 'SRR7237017' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_205389_230_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_205389_230_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237018"
gz1="$(_compress_if_exists 'SRR7237018_1' || true)"
gz2="$(_compress_if_exists 'SRR7237018_2' || true)"
gzs="$(_compress_if_exists 'SRR7237018' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_207061_230_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_207061_230_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237019"
gz1="$(_compress_if_exists 'SRR7237019_1' || true)"
gz2="$(_compress_if_exists 'SRR7237019_2' || true)"
gzs="$(_compress_if_exists 'SRR7237019' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_207062_230_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_207062_230_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237020"
gz1="$(_compress_if_exists 'SRR7237020_1' || true)"
gz2="$(_compress_if_exists 'SRR7237020_2' || true)"
gzs="$(_compress_if_exists 'SRR7237020' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_207063_230_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_207063_230_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237021"
gz1="$(_compress_if_exists 'SRR7237021_1' || true)"
gz2="$(_compress_if_exists 'SRR7237021_2' || true)"
gzs="$(_compress_if_exists 'SRR7237021' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_211388_230_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_211388_230_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237022"
gz1="$(_compress_if_exists 'SRR7237022_1' || true)"
gz2="$(_compress_if_exists 'SRR7237022_2' || true)"
gzs="$(_compress_if_exists 'SRR7237022' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_204722_231_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_204722_231_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237023"
gz1="$(_compress_if_exists 'SRR7237023_1' || true)"
gz2="$(_compress_if_exists 'SRR7237023_2' || true)"
gzs="$(_compress_if_exists 'SRR7237023' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_205389_231_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_205389_231_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237024"
gz1="$(_compress_if_exists 'SRR7237024_1' || true)"
gz2="$(_compress_if_exists 'SRR7237024_2' || true)"
gzs="$(_compress_if_exists 'SRR7237024' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_207061_231_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_207061_231_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237025"
gz1="$(_compress_if_exists 'SRR7237025_1' || true)"
gz2="$(_compress_if_exists 'SRR7237025_2' || true)"
gzs="$(_compress_if_exists 'SRR7237025' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_207062_231_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_207062_231_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237026"
gz1="$(_compress_if_exists 'SRR7237026_1' || true)"
gz2="$(_compress_if_exists 'SRR7237026_2' || true)"
gzs="$(_compress_if_exists 'SRR7237026' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_207063_231_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_207063_231_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237027"
gz1="$(_compress_if_exists 'SRR7237027_1' || true)"
gz2="$(_compress_if_exists 'SRR7237027_2' || true)"
gzs="$(_compress_if_exists 'SRR7237027' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_211388_231_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_211388_231_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237028"
gz1="$(_compress_if_exists 'SRR7237028_1' || true)"
gz2="$(_compress_if_exists 'SRR7237028_2' || true)"
gzs="$(_compress_if_exists 'SRR7237028' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_204722_232_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_204722_232_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237029"
gz1="$(_compress_if_exists 'SRR7237029_1' || true)"
gz2="$(_compress_if_exists 'SRR7237029_2' || true)"
gzs="$(_compress_if_exists 'SRR7237029' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_205389_232_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_205389_232_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237030"
gz1="$(_compress_if_exists 'SRR7237030_1' || true)"
gz2="$(_compress_if_exists 'SRR7237030_2' || true)"
gzs="$(_compress_if_exists 'SRR7237030' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_207061_232_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_207061_232_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237031"
gz1="$(_compress_if_exists 'SRR7237031_1' || true)"
gz2="$(_compress_if_exists 'SRR7237031_2' || true)"
gzs="$(_compress_if_exists 'SRR7237031' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_207062_232_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_207062_232_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237032"
gz1="$(_compress_if_exists 'SRR7237032_1' || true)"
gz2="$(_compress_if_exists 'SRR7237032_2' || true)"
gzs="$(_compress_if_exists 'SRR7237032' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_207063_232_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_207063_232_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237033"
gz1="$(_compress_if_exists 'SRR7237033_1' || true)"
gz2="$(_compress_if_exists 'SRR7237033_2' || true)"
gzs="$(_compress_if_exists 'SRR7237033' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_211388_232_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_211388_232_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237034"
gz1="$(_compress_if_exists 'SRR7237034_1' || true)"
gz2="$(_compress_if_exists 'SRR7237034_2' || true)"
gzs="$(_compress_if_exists 'SRR7237034' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_204722_233_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_204722_233_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237035"
gz1="$(_compress_if_exists 'SRR7237035_1' || true)"
gz2="$(_compress_if_exists 'SRR7237035_2' || true)"
gzs="$(_compress_if_exists 'SRR7237035' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_205389_233_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_205389_233_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237036"
gz1="$(_compress_if_exists 'SRR7237036_1' || true)"
gz2="$(_compress_if_exists 'SRR7237036_2' || true)"
gzs="$(_compress_if_exists 'SRR7237036' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_207061_233_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_207061_233_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237037"
gz1="$(_compress_if_exists 'SRR7237037_1' || true)"
gz2="$(_compress_if_exists 'SRR7237037_2' || true)"
gzs="$(_compress_if_exists 'SRR7237037' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_207062_233_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_207062_233_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237038"
gz1="$(_compress_if_exists 'SRR7237038_1' || true)"
gz2="$(_compress_if_exists 'SRR7237038_2' || true)"
gzs="$(_compress_if_exists 'SRR7237038' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_207063_233_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_207063_233_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237039"
gz1="$(_compress_if_exists 'SRR7237039_1' || true)"
gz2="$(_compress_if_exists 'SRR7237039_2' || true)"
gzs="$(_compress_if_exists 'SRR7237039' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_211388_233_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_211388_233_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237040"
gz1="$(_compress_if_exists 'SRR7237040_1' || true)"
gz2="$(_compress_if_exists 'SRR7237040_2' || true)"
gzs="$(_compress_if_exists 'SRR7237040' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_204723_234_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_204723_234_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237041"
gz1="$(_compress_if_exists 'SRR7237041_1' || true)"
gz2="$(_compress_if_exists 'SRR7237041_2' || true)"
gzs="$(_compress_if_exists 'SRR7237041' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_205390_234_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_205390_234_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237042"
gz1="$(_compress_if_exists 'SRR7237042_1' || true)"
gz2="$(_compress_if_exists 'SRR7237042_2' || true)"
gzs="$(_compress_if_exists 'SRR7237042' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_207066_234_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_207066_234_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237043"
gz1="$(_compress_if_exists 'SRR7237043_1' || true)"
gz2="$(_compress_if_exists 'SRR7237043_2' || true)"
gzs="$(_compress_if_exists 'SRR7237043' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_207067_234_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_207067_234_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237044"
gz1="$(_compress_if_exists 'SRR7237044_1' || true)"
gz2="$(_compress_if_exists 'SRR7237044_2' || true)"
gzs="$(_compress_if_exists 'SRR7237044' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_207068_234_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_207068_234_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237045"
gz1="$(_compress_if_exists 'SRR7237045_1' || true)"
gz2="$(_compress_if_exists 'SRR7237045_2' || true)"
gzs="$(_compress_if_exists 'SRR7237045' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_211395_234_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_211395_234_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237046"
gz1="$(_compress_if_exists 'SRR7237046_1' || true)"
gz2="$(_compress_if_exists 'SRR7237046_2' || true)"
gzs="$(_compress_if_exists 'SRR7237046' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_204723_236_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_204723_236_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237047"
gz1="$(_compress_if_exists 'SRR7237047_1' || true)"
gz2="$(_compress_if_exists 'SRR7237047_2' || true)"
gzs="$(_compress_if_exists 'SRR7237047' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_205390_236_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_205390_236_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237048"
gz1="$(_compress_if_exists 'SRR7237048_1' || true)"
gz2="$(_compress_if_exists 'SRR7237048_2' || true)"
gzs="$(_compress_if_exists 'SRR7237048' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_207066_236_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_207066_236_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237049"
gz1="$(_compress_if_exists 'SRR7237049_1' || true)"
gz2="$(_compress_if_exists 'SRR7237049_2' || true)"
gzs="$(_compress_if_exists 'SRR7237049' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_207067_236_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_207067_236_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237050"
gz1="$(_compress_if_exists 'SRR7237050_1' || true)"
gz2="$(_compress_if_exists 'SRR7237050_2' || true)"
gzs="$(_compress_if_exists 'SRR7237050' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_207068_236_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_207068_236_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237051"
gz1="$(_compress_if_exists 'SRR7237051_1' || true)"
gz2="$(_compress_if_exists 'SRR7237051_2' || true)"
gzs="$(_compress_if_exists 'SRR7237051' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_211395_236_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_211395_236_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237052"
gz1="$(_compress_if_exists 'SRR7237052_1' || true)"
gz2="$(_compress_if_exists 'SRR7237052_2' || true)"
gzs="$(_compress_if_exists 'SRR7237052' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_204723_237_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_204723_237_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237053"
gz1="$(_compress_if_exists 'SRR7237053_1' || true)"
gz2="$(_compress_if_exists 'SRR7237053_2' || true)"
gzs="$(_compress_if_exists 'SRR7237053' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_205390_237_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_205390_237_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237054"
gz1="$(_compress_if_exists 'SRR7237054_1' || true)"
gz2="$(_compress_if_exists 'SRR7237054_2' || true)"
gzs="$(_compress_if_exists 'SRR7237054' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_207066_237_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_207066_237_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237055"
gz1="$(_compress_if_exists 'SRR7237055_1' || true)"
gz2="$(_compress_if_exists 'SRR7237055_2' || true)"
gzs="$(_compress_if_exists 'SRR7237055' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_207067_237_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_207067_237_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237056"
gz1="$(_compress_if_exists 'SRR7237056_1' || true)"
gz2="$(_compress_if_exists 'SRR7237056_2' || true)"
gzs="$(_compress_if_exists 'SRR7237056' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_207068_237_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_207068_237_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237057"
gz1="$(_compress_if_exists 'SRR7237057_1' || true)"
gz2="$(_compress_if_exists 'SRR7237057_2' || true)"
gzs="$(_compress_if_exists 'SRR7237057' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_211395_237_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_211395_237_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237058"
gz1="$(_compress_if_exists 'SRR7237058_1' || true)"
gz2="$(_compress_if_exists 'SRR7237058_2' || true)"
gzs="$(_compress_if_exists 'SRR7237058' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_204723_238_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_204723_238_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237059"
gz1="$(_compress_if_exists 'SRR7237059_1' || true)"
gz2="$(_compress_if_exists 'SRR7237059_2' || true)"
gzs="$(_compress_if_exists 'SRR7237059' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_205390_238_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_205390_238_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237060"
gz1="$(_compress_if_exists 'SRR7237060_1' || true)"
gz2="$(_compress_if_exists 'SRR7237060_2' || true)"
gzs="$(_compress_if_exists 'SRR7237060' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_207066_238_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_207066_238_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237061"
gz1="$(_compress_if_exists 'SRR7237061_1' || true)"
gz2="$(_compress_if_exists 'SRR7237061_2' || true)"
gzs="$(_compress_if_exists 'SRR7237061' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_207067_238_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_207067_238_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237062"
gz1="$(_compress_if_exists 'SRR7237062_1' || true)"
gz2="$(_compress_if_exists 'SRR7237062_2' || true)"
gzs="$(_compress_if_exists 'SRR7237062' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_207068_238_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_207068_238_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237063"
gz1="$(_compress_if_exists 'SRR7237063_1' || true)"
gz2="$(_compress_if_exists 'SRR7237063_2' || true)"
gzs="$(_compress_if_exists 'SRR7237063' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_211395_238_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_211395_238_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237064"
gz1="$(_compress_if_exists 'SRR7237064_1' || true)"
gz2="$(_compress_if_exists 'SRR7237064_2' || true)"
gzs="$(_compress_if_exists 'SRR7237064' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_204723_239_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_204723_239_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237065"
gz1="$(_compress_if_exists 'SRR7237065_1' || true)"
gz2="$(_compress_if_exists 'SRR7237065_2' || true)"
gzs="$(_compress_if_exists 'SRR7237065' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_205390_239_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_205390_239_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237066"
gz1="$(_compress_if_exists 'SRR7237066_1' || true)"
gz2="$(_compress_if_exists 'SRR7237066_2' || true)"
gzs="$(_compress_if_exists 'SRR7237066' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_207066_239_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_207066_239_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237067"
gz1="$(_compress_if_exists 'SRR7237067_1' || true)"
gz2="$(_compress_if_exists 'SRR7237067_2' || true)"
gzs="$(_compress_if_exists 'SRR7237067' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_207067_239_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_207067_239_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237068"
gz1="$(_compress_if_exists 'SRR7237068_1' || true)"
gz2="$(_compress_if_exists 'SRR7237068_2' || true)"
gzs="$(_compress_if_exists 'SRR7237068' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_207068_239_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_207068_239_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237069"
gz1="$(_compress_if_exists 'SRR7237069_1' || true)"
gz2="$(_compress_if_exists 'SRR7237069_2' || true)"
gzs="$(_compress_if_exists 'SRR7237069' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_211395_239_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_211395_239_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237070"
gz1="$(_compress_if_exists 'SRR7237070_1' || true)"
gz2="$(_compress_if_exists 'SRR7237070_2' || true)"
gzs="$(_compress_if_exists 'SRR7237070' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_204723_240_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_204723_240_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237071"
gz1="$(_compress_if_exists 'SRR7237071_1' || true)"
gz2="$(_compress_if_exists 'SRR7237071_2' || true)"
gzs="$(_compress_if_exists 'SRR7237071' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_205390_240_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_205390_240_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237072"
gz1="$(_compress_if_exists 'SRR7237072_1' || true)"
gz2="$(_compress_if_exists 'SRR7237072_2' || true)"
gzs="$(_compress_if_exists 'SRR7237072' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_207066_240_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_207066_240_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237073"
gz1="$(_compress_if_exists 'SRR7237073_1' || true)"
gz2="$(_compress_if_exists 'SRR7237073_2' || true)"
gzs="$(_compress_if_exists 'SRR7237073' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_207067_240_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_207067_240_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237074"
gz1="$(_compress_if_exists 'SRR7237074_1' || true)"
gz2="$(_compress_if_exists 'SRR7237074_2' || true)"
gzs="$(_compress_if_exists 'SRR7237074' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_207068_240_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_207068_240_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237075"
gz1="$(_compress_if_exists 'SRR7237075_1' || true)"
gz2="$(_compress_if_exists 'SRR7237075_2' || true)"
gzs="$(_compress_if_exists 'SRR7237075' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_211395_240_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_211395_240_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237076"
gz1="$(_compress_if_exists 'SRR7237076_1' || true)"
gz2="$(_compress_if_exists 'SRR7237076_2' || true)"
gzs="$(_compress_if_exists 'SRR7237076' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_204723_241_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_204723_241_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237077"
gz1="$(_compress_if_exists 'SRR7237077_1' || true)"
gz2="$(_compress_if_exists 'SRR7237077_2' || true)"
gzs="$(_compress_if_exists 'SRR7237077' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_205390_241_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_205390_241_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237078"
gz1="$(_compress_if_exists 'SRR7237078_1' || true)"
gz2="$(_compress_if_exists 'SRR7237078_2' || true)"
gzs="$(_compress_if_exists 'SRR7237078' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_207066_241_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_207066_241_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237079"
gz1="$(_compress_if_exists 'SRR7237079_1' || true)"
gz2="$(_compress_if_exists 'SRR7237079_2' || true)"
gzs="$(_compress_if_exists 'SRR7237079' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_207067_241_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_207067_241_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237080"
gz1="$(_compress_if_exists 'SRR7237080_1' || true)"
gz2="$(_compress_if_exists 'SRR7237080_2' || true)"
gzs="$(_compress_if_exists 'SRR7237080' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_207068_241_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_207068_241_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237081"
gz1="$(_compress_if_exists 'SRR7237081_1' || true)"
gz2="$(_compress_if_exists 'SRR7237081_2' || true)"
gzs="$(_compress_if_exists 'SRR7237081' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_211395_241_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_211395_241_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237082"
gz1="$(_compress_if_exists 'SRR7237082_1' || true)"
gz2="$(_compress_if_exists 'SRR7237082_2' || true)"
gzs="$(_compress_if_exists 'SRR7237082' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_204723_242_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_204723_242_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237083"
gz1="$(_compress_if_exists 'SRR7237083_1' || true)"
gz2="$(_compress_if_exists 'SRR7237083_2' || true)"
gzs="$(_compress_if_exists 'SRR7237083' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_205390_242_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_205390_242_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237084"
gz1="$(_compress_if_exists 'SRR7237084_1' || true)"
gz2="$(_compress_if_exists 'SRR7237084_2' || true)"
gzs="$(_compress_if_exists 'SRR7237084' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_207066_242_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_207066_242_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237085"
gz1="$(_compress_if_exists 'SRR7237085_1' || true)"
gz2="$(_compress_if_exists 'SRR7237085_2' || true)"
gzs="$(_compress_if_exists 'SRR7237085' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_207067_242_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_207067_242_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237086"
gz1="$(_compress_if_exists 'SRR7237086_1' || true)"
gz2="$(_compress_if_exists 'SRR7237086_2' || true)"
gzs="$(_compress_if_exists 'SRR7237086' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_207068_242_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_207068_242_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237087"
gz1="$(_compress_if_exists 'SRR7237087_1' || true)"
gz2="$(_compress_if_exists 'SRR7237087_2' || true)"
gzs="$(_compress_if_exists 'SRR7237087' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_211395_242_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_211395_242_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237088"
gz1="$(_compress_if_exists 'SRR7237088_1' || true)"
gz2="$(_compress_if_exists 'SRR7237088_2' || true)"
gzs="$(_compress_if_exists 'SRR7237088' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_204723_244_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_204723_244_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237089"
gz1="$(_compress_if_exists 'SRR7237089_1' || true)"
gz2="$(_compress_if_exists 'SRR7237089_2' || true)"
gzs="$(_compress_if_exists 'SRR7237089' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_205390_244_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_205390_244_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237090"
gz1="$(_compress_if_exists 'SRR7237090_1' || true)"
gz2="$(_compress_if_exists 'SRR7237090_2' || true)"
gzs="$(_compress_if_exists 'SRR7237090' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_207066_244_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_207066_244_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237091"
gz1="$(_compress_if_exists 'SRR7237091_1' || true)"
gz2="$(_compress_if_exists 'SRR7237091_2' || true)"
gzs="$(_compress_if_exists 'SRR7237091' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_207067_244_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_207067_244_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237092"
gz1="$(_compress_if_exists 'SRR7237092_1' || true)"
gz2="$(_compress_if_exists 'SRR7237092_2' || true)"
gzs="$(_compress_if_exists 'SRR7237092' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_207068_244_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_207068_244_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237093"
gz1="$(_compress_if_exists 'SRR7237093_1' || true)"
gz2="$(_compress_if_exists 'SRR7237093_2' || true)"
gzs="$(_compress_if_exists 'SRR7237093' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_211395_244_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_211395_244_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237094"
gz1="$(_compress_if_exists 'SRR7237094_1' || true)"
gz2="$(_compress_if_exists 'SRR7237094_2' || true)"
gzs="$(_compress_if_exists 'SRR7237094' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_204723_245_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_204723_245_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237095"
gz1="$(_compress_if_exists 'SRR7237095_1' || true)"
gz2="$(_compress_if_exists 'SRR7237095_2' || true)"
gzs="$(_compress_if_exists 'SRR7237095' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_205390_245_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_205390_245_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237096"
gz1="$(_compress_if_exists 'SRR7237096_1' || true)"
gz2="$(_compress_if_exists 'SRR7237096_2' || true)"
gzs="$(_compress_if_exists 'SRR7237096' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_207066_245_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_207066_245_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237097"
gz1="$(_compress_if_exists 'SRR7237097_1' || true)"
gz2="$(_compress_if_exists 'SRR7237097_2' || true)"
gzs="$(_compress_if_exists 'SRR7237097' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_207067_245_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_207067_245_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237098"
gz1="$(_compress_if_exists 'SRR7237098_1' || true)"
gz2="$(_compress_if_exists 'SRR7237098_2' || true)"
gzs="$(_compress_if_exists 'SRR7237098' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_207068_245_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_207068_245_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237099"
gz1="$(_compress_if_exists 'SRR7237099_1' || true)"
gz2="$(_compress_if_exists 'SRR7237099_2' || true)"
gzs="$(_compress_if_exists 'SRR7237099' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_211395_245_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_211395_245_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237100"
gz1="$(_compress_if_exists 'SRR7237100_1' || true)"
gz2="$(_compress_if_exists 'SRR7237100_2' || true)"
gzs="$(_compress_if_exists 'SRR7237100' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_204723_246_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_204723_246_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237101"
gz1="$(_compress_if_exists 'SRR7237101_1' || true)"
gz2="$(_compress_if_exists 'SRR7237101_2' || true)"
gzs="$(_compress_if_exists 'SRR7237101' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_205390_246_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_205390_246_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237102"
gz1="$(_compress_if_exists 'SRR7237102_1' || true)"
gz2="$(_compress_if_exists 'SRR7237102_2' || true)"
gzs="$(_compress_if_exists 'SRR7237102' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_207066_246_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_207066_246_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237103"
gz1="$(_compress_if_exists 'SRR7237103_1' || true)"
gz2="$(_compress_if_exists 'SRR7237103_2' || true)"
gzs="$(_compress_if_exists 'SRR7237103' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_207067_246_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_207067_246_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237104"
gz1="$(_compress_if_exists 'SRR7237104_1' || true)"
gz2="$(_compress_if_exists 'SRR7237104_2' || true)"
gzs="$(_compress_if_exists 'SRR7237104' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_207068_246_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_207068_246_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237105"
gz1="$(_compress_if_exists 'SRR7237105_1' || true)"
gz2="$(_compress_if_exists 'SRR7237105_2' || true)"
gzs="$(_compress_if_exists 'SRR7237105' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_211395_246_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_211395_246_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237106"
gz1="$(_compress_if_exists 'SRR7237106_1' || true)"
gz2="$(_compress_if_exists 'SRR7237106_2' || true)"
gzs="$(_compress_if_exists 'SRR7237106' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_204723_247_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_204723_247_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237107"
gz1="$(_compress_if_exists 'SRR7237107_1' || true)"
gz2="$(_compress_if_exists 'SRR7237107_2' || true)"
gzs="$(_compress_if_exists 'SRR7237107' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_205390_247_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_205390_247_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237108"
gz1="$(_compress_if_exists 'SRR7237108_1' || true)"
gz2="$(_compress_if_exists 'SRR7237108_2' || true)"
gzs="$(_compress_if_exists 'SRR7237108' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_207066_247_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_207066_247_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237109"
gz1="$(_compress_if_exists 'SRR7237109_1' || true)"
gz2="$(_compress_if_exists 'SRR7237109_2' || true)"
gzs="$(_compress_if_exists 'SRR7237109' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_207067_247_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_207067_247_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237110"
gz1="$(_compress_if_exists 'SRR7237110_1' || true)"
gz2="$(_compress_if_exists 'SRR7237110_2' || true)"
gzs="$(_compress_if_exists 'SRR7237110' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_207068_247_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_207068_247_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237111"
gz1="$(_compress_if_exists 'SRR7237111_1' || true)"
gz2="$(_compress_if_exists 'SRR7237111_2' || true)"
gzs="$(_compress_if_exists 'SRR7237111' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_211395_247_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_211395_247_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237112"
gz1="$(_compress_if_exists 'SRR7237112_1' || true)"
gz2="$(_compress_if_exists 'SRR7237112_2' || true)"
gzs="$(_compress_if_exists 'SRR7237112' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_204723_249_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_204723_249_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237113"
gz1="$(_compress_if_exists 'SRR7237113_1' || true)"
gz2="$(_compress_if_exists 'SRR7237113_2' || true)"
gzs="$(_compress_if_exists 'SRR7237113' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_205390_249_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_205390_249_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237114"
gz1="$(_compress_if_exists 'SRR7237114_1' || true)"
gz2="$(_compress_if_exists 'SRR7237114_2' || true)"
gzs="$(_compress_if_exists 'SRR7237114' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_207066_249_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_207066_249_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237115"
gz1="$(_compress_if_exists 'SRR7237115_1' || true)"
gz2="$(_compress_if_exists 'SRR7237115_2' || true)"
gzs="$(_compress_if_exists 'SRR7237115' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_207067_249_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_207067_249_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237116"
gz1="$(_compress_if_exists 'SRR7237116_1' || true)"
gz2="$(_compress_if_exists 'SRR7237116_2' || true)"
gzs="$(_compress_if_exists 'SRR7237116' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_207068_249_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_207068_249_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237117"
gz1="$(_compress_if_exists 'SRR7237117_1' || true)"
gz2="$(_compress_if_exists 'SRR7237117_2' || true)"
gzs="$(_compress_if_exists 'SRR7237117' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_211395_249_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_211395_249_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237118"
gz1="$(_compress_if_exists 'SRR7237118_1' || true)"
gz2="$(_compress_if_exists 'SRR7237118_2' || true)"
gzs="$(_compress_if_exists 'SRR7237118' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_204723_250_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_204723_250_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237119"
gz1="$(_compress_if_exists 'SRR7237119_1' || true)"
gz2="$(_compress_if_exists 'SRR7237119_2' || true)"
gzs="$(_compress_if_exists 'SRR7237119' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_205390_250_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_205390_250_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237120"
gz1="$(_compress_if_exists 'SRR7237120_1' || true)"
gz2="$(_compress_if_exists 'SRR7237120_2' || true)"
gzs="$(_compress_if_exists 'SRR7237120' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_207066_250_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_207066_250_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237121"
gz1="$(_compress_if_exists 'SRR7237121_1' || true)"
gz2="$(_compress_if_exists 'SRR7237121_2' || true)"
gzs="$(_compress_if_exists 'SRR7237121' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_207067_250_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_207067_250_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237122"
gz1="$(_compress_if_exists 'SRR7237122_1' || true)"
gz2="$(_compress_if_exists 'SRR7237122_2' || true)"
gzs="$(_compress_if_exists 'SRR7237122' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_207068_250_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_207068_250_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237123"
gz1="$(_compress_if_exists 'SRR7237123_1' || true)"
gz2="$(_compress_if_exists 'SRR7237123_2' || true)"
gzs="$(_compress_if_exists 'SRR7237123' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_211395_250_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_211395_250_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237130"
gz1="$(_compress_if_exists 'SRR7237130_1' || true)"
gz2="$(_compress_if_exists 'SRR7237130_2' || true)"
gzs="$(_compress_if_exists 'SRR7237130' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_204723_252_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_204723_252_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237131"
gz1="$(_compress_if_exists 'SRR7237131_1' || true)"
gz2="$(_compress_if_exists 'SRR7237131_2' || true)"
gzs="$(_compress_if_exists 'SRR7237131' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_205390_252_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_205390_252_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237132"
gz1="$(_compress_if_exists 'SRR7237132_1' || true)"
gz2="$(_compress_if_exists 'SRR7237132_2' || true)"
gzs="$(_compress_if_exists 'SRR7237132' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_207066_252_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_207066_252_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237133"
gz1="$(_compress_if_exists 'SRR7237133_1' || true)"
gz2="$(_compress_if_exists 'SRR7237133_2' || true)"
gzs="$(_compress_if_exists 'SRR7237133' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_207067_252_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_207067_252_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237134"
gz1="$(_compress_if_exists 'SRR7237134_1' || true)"
gz2="$(_compress_if_exists 'SRR7237134_2' || true)"
gzs="$(_compress_if_exists 'SRR7237134' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_207068_252_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_207068_252_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237135"
gz1="$(_compress_if_exists 'SRR7237135_1' || true)"
gz2="$(_compress_if_exists 'SRR7237135_2' || true)"
gzs="$(_compress_if_exists 'SRR7237135' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_211395_252_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_211395_252_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237136"
gz1="$(_compress_if_exists 'SRR7237136_1' || true)"
gz2="$(_compress_if_exists 'SRR7237136_2' || true)"
gzs="$(_compress_if_exists 'SRR7237136' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_204723_253_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_204723_253_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237137"
gz1="$(_compress_if_exists 'SRR7237137_1' || true)"
gz2="$(_compress_if_exists 'SRR7237137_2' || true)"
gzs="$(_compress_if_exists 'SRR7237137' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_205390_253_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_205390_253_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237138"
gz1="$(_compress_if_exists 'SRR7237138_1' || true)"
gz2="$(_compress_if_exists 'SRR7237138_2' || true)"
gzs="$(_compress_if_exists 'SRR7237138' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_207066_253_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_207066_253_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237139"
gz1="$(_compress_if_exists 'SRR7237139_1' || true)"
gz2="$(_compress_if_exists 'SRR7237139_2' || true)"
gzs="$(_compress_if_exists 'SRR7237139' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_207067_253_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_207067_253_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237140"
gz1="$(_compress_if_exists 'SRR7237140_1' || true)"
gz2="$(_compress_if_exists 'SRR7237140_2' || true)"
gzs="$(_compress_if_exists 'SRR7237140' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_207068_253_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_207068_253_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237141"
gz1="$(_compress_if_exists 'SRR7237141_1' || true)"
gz2="$(_compress_if_exists 'SRR7237141_2' || true)"
gzs="$(_compress_if_exists 'SRR7237141' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_211395_253_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_211395_253_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237142"
gz1="$(_compress_if_exists 'SRR7237142_1' || true)"
gz2="$(_compress_if_exists 'SRR7237142_2' || true)"
gzs="$(_compress_if_exists 'SRR7237142' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_204723_254_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_204723_254_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237143"
gz1="$(_compress_if_exists 'SRR7237143_1' || true)"
gz2="$(_compress_if_exists 'SRR7237143_2' || true)"
gzs="$(_compress_if_exists 'SRR7237143' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_205390_254_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_205390_254_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237144"
gz1="$(_compress_if_exists 'SRR7237144_1' || true)"
gz2="$(_compress_if_exists 'SRR7237144_2' || true)"
gzs="$(_compress_if_exists 'SRR7237144' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_207066_254_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_207066_254_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237145"
gz1="$(_compress_if_exists 'SRR7237145_1' || true)"
gz2="$(_compress_if_exists 'SRR7237145_2' || true)"
gzs="$(_compress_if_exists 'SRR7237145' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_207067_254_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_207067_254_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237146"
gz1="$(_compress_if_exists 'SRR7237146_1' || true)"
gz2="$(_compress_if_exists 'SRR7237146_2' || true)"
gzs="$(_compress_if_exists 'SRR7237146' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_207068_254_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_207068_254_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237147"
gz1="$(_compress_if_exists 'SRR7237147_1' || true)"
gz2="$(_compress_if_exists 'SRR7237147_2' || true)"
gzs="$(_compress_if_exists 'SRR7237147' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_211395_254_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_211395_254_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237148"
gz1="$(_compress_if_exists 'SRR7237148_1' || true)"
gz2="$(_compress_if_exists 'SRR7237148_2' || true)"
gzs="$(_compress_if_exists 'SRR7237148' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_204723_255_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_204723_255_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237149"
gz1="$(_compress_if_exists 'SRR7237149_1' || true)"
gz2="$(_compress_if_exists 'SRR7237149_2' || true)"
gzs="$(_compress_if_exists 'SRR7237149' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_205390_255_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_205390_255_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237150"
gz1="$(_compress_if_exists 'SRR7237150_1' || true)"
gz2="$(_compress_if_exists 'SRR7237150_2' || true)"
gzs="$(_compress_if_exists 'SRR7237150' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_207066_255_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_207066_255_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237151"
gz1="$(_compress_if_exists 'SRR7237151_1' || true)"
gz2="$(_compress_if_exists 'SRR7237151_2' || true)"
gzs="$(_compress_if_exists 'SRR7237151' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_207067_255_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_207067_255_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237152"
gz1="$(_compress_if_exists 'SRR7237152_1' || true)"
gz2="$(_compress_if_exists 'SRR7237152_2' || true)"
gzs="$(_compress_if_exists 'SRR7237152' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_207068_255_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_207068_255_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237153"
gz1="$(_compress_if_exists 'SRR7237153_1' || true)"
gz2="$(_compress_if_exists 'SRR7237153_2' || true)"
gzs="$(_compress_if_exists 'SRR7237153' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_211395_255_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_211395_255_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237154"
gz1="$(_compress_if_exists 'SRR7237154_1' || true)"
gz2="$(_compress_if_exists 'SRR7237154_2' || true)"
gzs="$(_compress_if_exists 'SRR7237154' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_204723_256_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_204723_256_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237155"
gz1="$(_compress_if_exists 'SRR7237155_1' || true)"
gz2="$(_compress_if_exists 'SRR7237155_2' || true)"
gzs="$(_compress_if_exists 'SRR7237155' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_205390_256_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_205390_256_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237156"
gz1="$(_compress_if_exists 'SRR7237156_1' || true)"
gz2="$(_compress_if_exists 'SRR7237156_2' || true)"
gzs="$(_compress_if_exists 'SRR7237156' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_207066_256_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_207066_256_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237157"
gz1="$(_compress_if_exists 'SRR7237157_1' || true)"
gz2="$(_compress_if_exists 'SRR7237157_2' || true)"
gzs="$(_compress_if_exists 'SRR7237157' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_207067_256_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_207067_256_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237158"
gz1="$(_compress_if_exists 'SRR7237158_1' || true)"
gz2="$(_compress_if_exists 'SRR7237158_2' || true)"
gzs="$(_compress_if_exists 'SRR7237158' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_207068_256_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_207068_256_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237159"
gz1="$(_compress_if_exists 'SRR7237159_1' || true)"
gz2="$(_compress_if_exists 'SRR7237159_2' || true)"
gzs="$(_compress_if_exists 'SRR7237159' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_211395_256_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_211395_256_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237160"
gz1="$(_compress_if_exists 'SRR7237160_1' || true)"
gz2="$(_compress_if_exists 'SRR7237160_2' || true)"
gzs="$(_compress_if_exists 'SRR7237160' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_204723_257_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_204723_257_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237161"
gz1="$(_compress_if_exists 'SRR7237161_1' || true)"
gz2="$(_compress_if_exists 'SRR7237161_2' || true)"
gzs="$(_compress_if_exists 'SRR7237161' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_205390_257_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_205390_257_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237162"
gz1="$(_compress_if_exists 'SRR7237162_1' || true)"
gz2="$(_compress_if_exists 'SRR7237162_2' || true)"
gzs="$(_compress_if_exists 'SRR7237162' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_207066_257_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_207066_257_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237163"
gz1="$(_compress_if_exists 'SRR7237163_1' || true)"
gz2="$(_compress_if_exists 'SRR7237163_2' || true)"
gzs="$(_compress_if_exists 'SRR7237163' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_207067_257_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_207067_257_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237164"
gz1="$(_compress_if_exists 'SRR7237164_1' || true)"
gz2="$(_compress_if_exists 'SRR7237164_2' || true)"
gzs="$(_compress_if_exists 'SRR7237164' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_207068_257_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_207068_257_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237165"
gz1="$(_compress_if_exists 'SRR7237165_1' || true)"
gz2="$(_compress_if_exists 'SRR7237165_2' || true)"
gzs="$(_compress_if_exists 'SRR7237165' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_211395_257_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_211395_257_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237166"
gz1="$(_compress_if_exists 'SRR7237166_1' || true)"
gz2="$(_compress_if_exists 'SRR7237166_2' || true)"
gzs="$(_compress_if_exists 'SRR7237166' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_204723_258_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_204723_258_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237167"
gz1="$(_compress_if_exists 'SRR7237167_1' || true)"
gz2="$(_compress_if_exists 'SRR7237167_2' || true)"
gzs="$(_compress_if_exists 'SRR7237167' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_205390_258_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_205390_258_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237168"
gz1="$(_compress_if_exists 'SRR7237168_1' || true)"
gz2="$(_compress_if_exists 'SRR7237168_2' || true)"
gzs="$(_compress_if_exists 'SRR7237168' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_207066_258_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_207066_258_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237169"
gz1="$(_compress_if_exists 'SRR7237169_1' || true)"
gz2="$(_compress_if_exists 'SRR7237169_2' || true)"
gzs="$(_compress_if_exists 'SRR7237169' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_207067_258_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_207067_258_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237170"
gz1="$(_compress_if_exists 'SRR7237170_1' || true)"
gz2="$(_compress_if_exists 'SRR7237170_2' || true)"
gzs="$(_compress_if_exists 'SRR7237170' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_207068_258_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_207068_258_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237171"
gz1="$(_compress_if_exists 'SRR7237171_1' || true)"
gz2="$(_compress_if_exists 'SRR7237171_2' || true)"
gzs="$(_compress_if_exists 'SRR7237171' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_211395_258_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_211395_258_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237172"
gz1="$(_compress_if_exists 'SRR7237172_1' || true)"
gz2="$(_compress_if_exists 'SRR7237172_2' || true)"
gzs="$(_compress_if_exists 'SRR7237172' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_204723_259_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_204723_259_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237173"
gz1="$(_compress_if_exists 'SRR7237173_1' || true)"
gz2="$(_compress_if_exists 'SRR7237173_2' || true)"
gzs="$(_compress_if_exists 'SRR7237173' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_205390_259_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_205390_259_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237174"
gz1="$(_compress_if_exists 'SRR7237174_1' || true)"
gz2="$(_compress_if_exists 'SRR7237174_2' || true)"
gzs="$(_compress_if_exists 'SRR7237174' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_207066_259_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_207066_259_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237175"
gz1="$(_compress_if_exists 'SRR7237175_1' || true)"
gz2="$(_compress_if_exists 'SRR7237175_2' || true)"
gzs="$(_compress_if_exists 'SRR7237175' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_207067_259_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_207067_259_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237176"
gz1="$(_compress_if_exists 'SRR7237176_1' || true)"
gz2="$(_compress_if_exists 'SRR7237176_2' || true)"
gzs="$(_compress_if_exists 'SRR7237176' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_207068_259_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_207068_259_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237177"
gz1="$(_compress_if_exists 'SRR7237177_1' || true)"
gz2="$(_compress_if_exists 'SRR7237177_2' || true)"
gzs="$(_compress_if_exists 'SRR7237177' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_211395_259_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_211395_259_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237178"
gz1="$(_compress_if_exists 'SRR7237178_1' || true)"
gz2="$(_compress_if_exists 'SRR7237178_2' || true)"
gzs="$(_compress_if_exists 'SRR7237178' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_204723_260_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_204723_260_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237179"
gz1="$(_compress_if_exists 'SRR7237179_1' || true)"
gz2="$(_compress_if_exists 'SRR7237179_2' || true)"
gzs="$(_compress_if_exists 'SRR7237179' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_205390_260_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_205390_260_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237180"
gz1="$(_compress_if_exists 'SRR7237180_1' || true)"
gz2="$(_compress_if_exists 'SRR7237180_2' || true)"
gzs="$(_compress_if_exists 'SRR7237180' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_207066_260_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_207066_260_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237181"
gz1="$(_compress_if_exists 'SRR7237181_1' || true)"
gz2="$(_compress_if_exists 'SRR7237181_2' || true)"
gzs="$(_compress_if_exists 'SRR7237181' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_207067_260_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_207067_260_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237182"
gz1="$(_compress_if_exists 'SRR7237182_1' || true)"
gz2="$(_compress_if_exists 'SRR7237182_2' || true)"
gzs="$(_compress_if_exists 'SRR7237182' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_207068_260_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_207068_260_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237183"
gz1="$(_compress_if_exists 'SRR7237183_1' || true)"
gz2="$(_compress_if_exists 'SRR7237183_2' || true)"
gzs="$(_compress_if_exists 'SRR7237183' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_211395_260_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_211395_260_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237184"
gz1="$(_compress_if_exists 'SRR7237184_1' || true)"
gz2="$(_compress_if_exists 'SRR7237184_2' || true)"
gzs="$(_compress_if_exists 'SRR7237184' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_204723_261_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_204723_261_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237185"
gz1="$(_compress_if_exists 'SRR7237185_1' || true)"
gz2="$(_compress_if_exists 'SRR7237185_2' || true)"
gzs="$(_compress_if_exists 'SRR7237185' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_205390_261_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_205390_261_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237186"
gz1="$(_compress_if_exists 'SRR7237186_1' || true)"
gz2="$(_compress_if_exists 'SRR7237186_2' || true)"
gzs="$(_compress_if_exists 'SRR7237186' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_207066_261_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_207066_261_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237187"
gz1="$(_compress_if_exists 'SRR7237187_1' || true)"
gz2="$(_compress_if_exists 'SRR7237187_2' || true)"
gzs="$(_compress_if_exists 'SRR7237187' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_207067_261_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_207067_261_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237188"
gz1="$(_compress_if_exists 'SRR7237188_1' || true)"
gz2="$(_compress_if_exists 'SRR7237188_2' || true)"
gzs="$(_compress_if_exists 'SRR7237188' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_207068_261_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_207068_261_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237189"
gz1="$(_compress_if_exists 'SRR7237189_1' || true)"
gz2="$(_compress_if_exists 'SRR7237189_2' || true)"
gzs="$(_compress_if_exists 'SRR7237189' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_211395_261_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_211395_261_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237190"
gz1="$(_compress_if_exists 'SRR7237190_1' || true)"
gz2="$(_compress_if_exists 'SRR7237190_2' || true)"
gzs="$(_compress_if_exists 'SRR7237190' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_204723_262_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_204723_262_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237191"
gz1="$(_compress_if_exists 'SRR7237191_1' || true)"
gz2="$(_compress_if_exists 'SRR7237191_2' || true)"
gzs="$(_compress_if_exists 'SRR7237191' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_205390_262_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_205390_262_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237192"
gz1="$(_compress_if_exists 'SRR7237192_1' || true)"
gz2="$(_compress_if_exists 'SRR7237192_2' || true)"
gzs="$(_compress_if_exists 'SRR7237192' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_207066_262_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_207066_262_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237193"
gz1="$(_compress_if_exists 'SRR7237193_1' || true)"
gz2="$(_compress_if_exists 'SRR7237193_2' || true)"
gzs="$(_compress_if_exists 'SRR7237193' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_207067_262_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_207067_262_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237194"
gz1="$(_compress_if_exists 'SRR7237194_1' || true)"
gz2="$(_compress_if_exists 'SRR7237194_2' || true)"
gzs="$(_compress_if_exists 'SRR7237194' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_207068_262_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_207068_262_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237195"
gz1="$(_compress_if_exists 'SRR7237195_1' || true)"
gz2="$(_compress_if_exists 'SRR7237195_2' || true)"
gzs="$(_compress_if_exists 'SRR7237195' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_211395_262_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_211395_262_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237196"
gz1="$(_compress_if_exists 'SRR7237196_1' || true)"
gz2="$(_compress_if_exists 'SRR7237196_2' || true)"
gzs="$(_compress_if_exists 'SRR7237196' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_204723_263_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_204723_263_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237197"
gz1="$(_compress_if_exists 'SRR7237197_1' || true)"
gz2="$(_compress_if_exists 'SRR7237197_2' || true)"
gzs="$(_compress_if_exists 'SRR7237197' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_205390_263_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_205390_263_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237198"
gz1="$(_compress_if_exists 'SRR7237198_1' || true)"
gz2="$(_compress_if_exists 'SRR7237198_2' || true)"
gzs="$(_compress_if_exists 'SRR7237198' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_207066_263_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_207066_263_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237199"
gz1="$(_compress_if_exists 'SRR7237199_1' || true)"
gz2="$(_compress_if_exists 'SRR7237199_2' || true)"
gzs="$(_compress_if_exists 'SRR7237199' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_207067_263_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_207067_263_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237200"
gz1="$(_compress_if_exists 'SRR7237200_1' || true)"
gz2="$(_compress_if_exists 'SRR7237200_2' || true)"
gzs="$(_compress_if_exists 'SRR7237200' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_207068_263_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_207068_263_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237201"
gz1="$(_compress_if_exists 'SRR7237201_1' || true)"
gz2="$(_compress_if_exists 'SRR7237201_2' || true)"
gzs="$(_compress_if_exists 'SRR7237201' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_211395_263_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_211395_263_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237202"
gz1="$(_compress_if_exists 'SRR7237202_1' || true)"
gz2="$(_compress_if_exists 'SRR7237202_2' || true)"
gzs="$(_compress_if_exists 'SRR7237202' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_204723_264_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_204723_264_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237203"
gz1="$(_compress_if_exists 'SRR7237203_1' || true)"
gz2="$(_compress_if_exists 'SRR7237203_2' || true)"
gzs="$(_compress_if_exists 'SRR7237203' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_205390_264_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_205390_264_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237204"
gz1="$(_compress_if_exists 'SRR7237204_1' || true)"
gz2="$(_compress_if_exists 'SRR7237204_2' || true)"
gzs="$(_compress_if_exists 'SRR7237204' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_207066_264_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_207066_264_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237205"
gz1="$(_compress_if_exists 'SRR7237205_1' || true)"
gz2="$(_compress_if_exists 'SRR7237205_2' || true)"
gzs="$(_compress_if_exists 'SRR7237205' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_207067_264_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_207067_264_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237206"
gz1="$(_compress_if_exists 'SRR7237206_1' || true)"
gz2="$(_compress_if_exists 'SRR7237206_2' || true)"
gzs="$(_compress_if_exists 'SRR7237206' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_207068_264_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_207068_264_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237207"
gz1="$(_compress_if_exists 'SRR7237207_1' || true)"
gz2="$(_compress_if_exists 'SRR7237207_2' || true)"
gzs="$(_compress_if_exists 'SRR7237207' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_211395_264_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_211395_264_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237214"
gz1="$(_compress_if_exists 'SRR7237214_1' || true)"
gz2="$(_compress_if_exists 'SRR7237214_2' || true)"
gzs="$(_compress_if_exists 'SRR7237214' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_204723_266_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_204723_266_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237215"
gz1="$(_compress_if_exists 'SRR7237215_1' || true)"
gz2="$(_compress_if_exists 'SRR7237215_2' || true)"
gzs="$(_compress_if_exists 'SRR7237215' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_205390_266_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_205390_266_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237216"
gz1="$(_compress_if_exists 'SRR7237216_1' || true)"
gz2="$(_compress_if_exists 'SRR7237216_2' || true)"
gzs="$(_compress_if_exists 'SRR7237216' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_207066_266_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_207066_266_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237217"
gz1="$(_compress_if_exists 'SRR7237217_1' || true)"
gz2="$(_compress_if_exists 'SRR7237217_2' || true)"
gzs="$(_compress_if_exists 'SRR7237217' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_207067_266_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_207067_266_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237218"
gz1="$(_compress_if_exists 'SRR7237218_1' || true)"
gz2="$(_compress_if_exists 'SRR7237218_2' || true)"
gzs="$(_compress_if_exists 'SRR7237218' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_207068_266_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_207068_266_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237219"
gz1="$(_compress_if_exists 'SRR7237219_1' || true)"
gz2="$(_compress_if_exists 'SRR7237219_2' || true)"
gzs="$(_compress_if_exists 'SRR7237219' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_211395_266_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_211395_266_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237220"
gz1="$(_compress_if_exists 'SRR7237220_1' || true)"
gz2="$(_compress_if_exists 'SRR7237220_2' || true)"
gzs="$(_compress_if_exists 'SRR7237220' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_204724_267_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_204724_267_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237221"
gz1="$(_compress_if_exists 'SRR7237221_1' || true)"
gz2="$(_compress_if_exists 'SRR7237221_2' || true)"
gzs="$(_compress_if_exists 'SRR7237221' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_205391_267_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_205391_267_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237222"
gz1="$(_compress_if_exists 'SRR7237222_1' || true)"
gz2="$(_compress_if_exists 'SRR7237222_2' || true)"
gzs="$(_compress_if_exists 'SRR7237222' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_209558_267_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_209558_267_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237223"
gz1="$(_compress_if_exists 'SRR7237223_1' || true)"
gz2="$(_compress_if_exists 'SRR7237223_2' || true)"
gzs="$(_compress_if_exists 'SRR7237223' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_209559_267_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_209559_267_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237224"
gz1="$(_compress_if_exists 'SRR7237224_1' || true)"
gz2="$(_compress_if_exists 'SRR7237224_2' || true)"
gzs="$(_compress_if_exists 'SRR7237224' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_209560_267_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_209560_267_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237225"
gz1="$(_compress_if_exists 'SRR7237225_1' || true)"
gz2="$(_compress_if_exists 'SRR7237225_2' || true)"
gzs="$(_compress_if_exists 'SRR7237225' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_209561_267_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_209561_267_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237226"
gz1="$(_compress_if_exists 'SRR7237226_1' || true)"
gz2="$(_compress_if_exists 'SRR7237226_2' || true)"
gzs="$(_compress_if_exists 'SRR7237226' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_204724_268_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_204724_268_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237227"
gz1="$(_compress_if_exists 'SRR7237227_1' || true)"
gz2="$(_compress_if_exists 'SRR7237227_2' || true)"
gzs="$(_compress_if_exists 'SRR7237227' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_205391_268_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_205391_268_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237228"
gz1="$(_compress_if_exists 'SRR7237228_1' || true)"
gz2="$(_compress_if_exists 'SRR7237228_2' || true)"
gzs="$(_compress_if_exists 'SRR7237228' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_209558_268_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_209558_268_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237229"
gz1="$(_compress_if_exists 'SRR7237229_1' || true)"
gz2="$(_compress_if_exists 'SRR7237229_2' || true)"
gzs="$(_compress_if_exists 'SRR7237229' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_209559_268_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_209559_268_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237230"
gz1="$(_compress_if_exists 'SRR7237230_1' || true)"
gz2="$(_compress_if_exists 'SRR7237230_2' || true)"
gzs="$(_compress_if_exists 'SRR7237230' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_209560_268_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_209560_268_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237231"
gz1="$(_compress_if_exists 'SRR7237231_1' || true)"
gz2="$(_compress_if_exists 'SRR7237231_2' || true)"
gzs="$(_compress_if_exists 'SRR7237231' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_209561_268_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_209561_268_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237232"
gz1="$(_compress_if_exists 'SRR7237232_1' || true)"
gz2="$(_compress_if_exists 'SRR7237232_2' || true)"
gzs="$(_compress_if_exists 'SRR7237232' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_204724_269_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_204724_269_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237233"
gz1="$(_compress_if_exists 'SRR7237233_1' || true)"
gz2="$(_compress_if_exists 'SRR7237233_2' || true)"
gzs="$(_compress_if_exists 'SRR7237233' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_205391_269_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_205391_269_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237234"
gz1="$(_compress_if_exists 'SRR7237234_1' || true)"
gz2="$(_compress_if_exists 'SRR7237234_2' || true)"
gzs="$(_compress_if_exists 'SRR7237234' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_209558_269_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_209558_269_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237235"
gz1="$(_compress_if_exists 'SRR7237235_1' || true)"
gz2="$(_compress_if_exists 'SRR7237235_2' || true)"
gzs="$(_compress_if_exists 'SRR7237235' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_209559_269_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_209559_269_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237236"
gz1="$(_compress_if_exists 'SRR7237236_1' || true)"
gz2="$(_compress_if_exists 'SRR7237236_2' || true)"
gzs="$(_compress_if_exists 'SRR7237236' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_209560_269_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_209560_269_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237237"
gz1="$(_compress_if_exists 'SRR7237237_1' || true)"
gz2="$(_compress_if_exists 'SRR7237237_2' || true)"
gzs="$(_compress_if_exists 'SRR7237237' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_209561_269_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_209561_269_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237238"
gz1="$(_compress_if_exists 'SRR7237238_1' || true)"
gz2="$(_compress_if_exists 'SRR7237238_2' || true)"
gzs="$(_compress_if_exists 'SRR7237238' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_204724_270_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_204724_270_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237239"
gz1="$(_compress_if_exists 'SRR7237239_1' || true)"
gz2="$(_compress_if_exists 'SRR7237239_2' || true)"
gzs="$(_compress_if_exists 'SRR7237239' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_205391_270_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_205391_270_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237240"
gz1="$(_compress_if_exists 'SRR7237240_1' || true)"
gz2="$(_compress_if_exists 'SRR7237240_2' || true)"
gzs="$(_compress_if_exists 'SRR7237240' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_209558_270_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_209558_270_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237241"
gz1="$(_compress_if_exists 'SRR7237241_1' || true)"
gz2="$(_compress_if_exists 'SRR7237241_2' || true)"
gzs="$(_compress_if_exists 'SRR7237241' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_209559_270_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_209559_270_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237242"
gz1="$(_compress_if_exists 'SRR7237242_1' || true)"
gz2="$(_compress_if_exists 'SRR7237242_2' || true)"
gzs="$(_compress_if_exists 'SRR7237242' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_209560_270_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_209560_270_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237243"
gz1="$(_compress_if_exists 'SRR7237243_1' || true)"
gz2="$(_compress_if_exists 'SRR7237243_2' || true)"
gzs="$(_compress_if_exists 'SRR7237243' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_209561_270_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_209561_270_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237244"
gz1="$(_compress_if_exists 'SRR7237244_1' || true)"
gz2="$(_compress_if_exists 'SRR7237244_2' || true)"
gzs="$(_compress_if_exists 'SRR7237244' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_204724_271_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_204724_271_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237245"
gz1="$(_compress_if_exists 'SRR7237245_1' || true)"
gz2="$(_compress_if_exists 'SRR7237245_2' || true)"
gzs="$(_compress_if_exists 'SRR7237245' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_205391_271_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_205391_271_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237246"
gz1="$(_compress_if_exists 'SRR7237246_1' || true)"
gz2="$(_compress_if_exists 'SRR7237246_2' || true)"
gzs="$(_compress_if_exists 'SRR7237246' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_209558_271_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_209558_271_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237247"
gz1="$(_compress_if_exists 'SRR7237247_1' || true)"
gz2="$(_compress_if_exists 'SRR7237247_2' || true)"
gzs="$(_compress_if_exists 'SRR7237247' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_209559_271_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_209559_271_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237248"
gz1="$(_compress_if_exists 'SRR7237248_1' || true)"
gz2="$(_compress_if_exists 'SRR7237248_2' || true)"
gzs="$(_compress_if_exists 'SRR7237248' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_209560_271_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_209560_271_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237249"
gz1="$(_compress_if_exists 'SRR7237249_1' || true)"
gz2="$(_compress_if_exists 'SRR7237249_2' || true)"
gzs="$(_compress_if_exists 'SRR7237249' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_209561_271_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_209561_271_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237250"
gz1="$(_compress_if_exists 'SRR7237250_1' || true)"
gz2="$(_compress_if_exists 'SRR7237250_2' || true)"
gzs="$(_compress_if_exists 'SRR7237250' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_204724_272_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_204724_272_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237251"
gz1="$(_compress_if_exists 'SRR7237251_1' || true)"
gz2="$(_compress_if_exists 'SRR7237251_2' || true)"
gzs="$(_compress_if_exists 'SRR7237251' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_205391_272_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_205391_272_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237252"
gz1="$(_compress_if_exists 'SRR7237252_1' || true)"
gz2="$(_compress_if_exists 'SRR7237252_2' || true)"
gzs="$(_compress_if_exists 'SRR7237252' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_209558_272_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_209558_272_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237253"
gz1="$(_compress_if_exists 'SRR7237253_1' || true)"
gz2="$(_compress_if_exists 'SRR7237253_2' || true)"
gzs="$(_compress_if_exists 'SRR7237253' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_209559_272_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_209559_272_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237254"
gz1="$(_compress_if_exists 'SRR7237254_1' || true)"
gz2="$(_compress_if_exists 'SRR7237254_2' || true)"
gzs="$(_compress_if_exists 'SRR7237254' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_209560_272_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_209560_272_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237255"
gz1="$(_compress_if_exists 'SRR7237255_1' || true)"
gz2="$(_compress_if_exists 'SRR7237255_2' || true)"
gzs="$(_compress_if_exists 'SRR7237255' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_209561_272_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_209561_272_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237256"
gz1="$(_compress_if_exists 'SRR7237256_1' || true)"
gz2="$(_compress_if_exists 'SRR7237256_2' || true)"
gzs="$(_compress_if_exists 'SRR7237256' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_204724_273_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_204724_273_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237257"
gz1="$(_compress_if_exists 'SRR7237257_1' || true)"
gz2="$(_compress_if_exists 'SRR7237257_2' || true)"
gzs="$(_compress_if_exists 'SRR7237257' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_205391_273_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_205391_273_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237258"
gz1="$(_compress_if_exists 'SRR7237258_1' || true)"
gz2="$(_compress_if_exists 'SRR7237258_2' || true)"
gzs="$(_compress_if_exists 'SRR7237258' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_209558_273_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_209558_273_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237259"
gz1="$(_compress_if_exists 'SRR7237259_1' || true)"
gz2="$(_compress_if_exists 'SRR7237259_2' || true)"
gzs="$(_compress_if_exists 'SRR7237259' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_209559_273_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_209559_273_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237260"
gz1="$(_compress_if_exists 'SRR7237260_1' || true)"
gz2="$(_compress_if_exists 'SRR7237260_2' || true)"
gzs="$(_compress_if_exists 'SRR7237260' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_209560_273_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_209560_273_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237261"
gz1="$(_compress_if_exists 'SRR7237261_1' || true)"
gz2="$(_compress_if_exists 'SRR7237261_2' || true)"
gzs="$(_compress_if_exists 'SRR7237261' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_209561_273_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_209561_273_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237262"
gz1="$(_compress_if_exists 'SRR7237262_1' || true)"
gz2="$(_compress_if_exists 'SRR7237262_2' || true)"
gzs="$(_compress_if_exists 'SRR7237262' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_204724_274_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_204724_274_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237263"
gz1="$(_compress_if_exists 'SRR7237263_1' || true)"
gz2="$(_compress_if_exists 'SRR7237263_2' || true)"
gzs="$(_compress_if_exists 'SRR7237263' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_205391_274_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_205391_274_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237264"
gz1="$(_compress_if_exists 'SRR7237264_1' || true)"
gz2="$(_compress_if_exists 'SRR7237264_2' || true)"
gzs="$(_compress_if_exists 'SRR7237264' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_209558_274_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_209558_274_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237265"
gz1="$(_compress_if_exists 'SRR7237265_1' || true)"
gz2="$(_compress_if_exists 'SRR7237265_2' || true)"
gzs="$(_compress_if_exists 'SRR7237265' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_209559_274_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_209559_274_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237266"
gz1="$(_compress_if_exists 'SRR7237266_1' || true)"
gz2="$(_compress_if_exists 'SRR7237266_2' || true)"
gzs="$(_compress_if_exists 'SRR7237266' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_209560_274_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_209560_274_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237267"
gz1="$(_compress_if_exists 'SRR7237267_1' || true)"
gz2="$(_compress_if_exists 'SRR7237267_2' || true)"
gzs="$(_compress_if_exists 'SRR7237267' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_209561_274_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_209561_274_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237268"
gz1="$(_compress_if_exists 'SRR7237268_1' || true)"
gz2="$(_compress_if_exists 'SRR7237268_2' || true)"
gzs="$(_compress_if_exists 'SRR7237268' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_204724_275_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_204724_275_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237269"
gz1="$(_compress_if_exists 'SRR7237269_1' || true)"
gz2="$(_compress_if_exists 'SRR7237269_2' || true)"
gzs="$(_compress_if_exists 'SRR7237269' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_205391_275_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_205391_275_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237270"
gz1="$(_compress_if_exists 'SRR7237270_1' || true)"
gz2="$(_compress_if_exists 'SRR7237270_2' || true)"
gzs="$(_compress_if_exists 'SRR7237270' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_209558_275_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_209558_275_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237271"
gz1="$(_compress_if_exists 'SRR7237271_1' || true)"
gz2="$(_compress_if_exists 'SRR7237271_2' || true)"
gzs="$(_compress_if_exists 'SRR7237271' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_209559_275_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_209559_275_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237272"
gz1="$(_compress_if_exists 'SRR7237272_1' || true)"
gz2="$(_compress_if_exists 'SRR7237272_2' || true)"
gzs="$(_compress_if_exists 'SRR7237272' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_209560_275_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_209560_275_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237273"
gz1="$(_compress_if_exists 'SRR7237273_1' || true)"
gz2="$(_compress_if_exists 'SRR7237273_2' || true)"
gzs="$(_compress_if_exists 'SRR7237273' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_209561_275_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_209561_275_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237274"
gz1="$(_compress_if_exists 'SRR7237274_1' || true)"
gz2="$(_compress_if_exists 'SRR7237274_2' || true)"
gzs="$(_compress_if_exists 'SRR7237274' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_204724_276_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_204724_276_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237275"
gz1="$(_compress_if_exists 'SRR7237275_1' || true)"
gz2="$(_compress_if_exists 'SRR7237275_2' || true)"
gzs="$(_compress_if_exists 'SRR7237275' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_205391_276_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_205391_276_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237276"
gz1="$(_compress_if_exists 'SRR7237276_1' || true)"
gz2="$(_compress_if_exists 'SRR7237276_2' || true)"
gzs="$(_compress_if_exists 'SRR7237276' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_209558_276_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_209558_276_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237277"
gz1="$(_compress_if_exists 'SRR7237277_1' || true)"
gz2="$(_compress_if_exists 'SRR7237277_2' || true)"
gzs="$(_compress_if_exists 'SRR7237277' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_209559_276_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_209559_276_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237278"
gz1="$(_compress_if_exists 'SRR7237278_1' || true)"
gz2="$(_compress_if_exists 'SRR7237278_2' || true)"
gzs="$(_compress_if_exists 'SRR7237278' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_209560_276_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_209560_276_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237279"
gz1="$(_compress_if_exists 'SRR7237279_1' || true)"
gz2="$(_compress_if_exists 'SRR7237279_2' || true)"
gzs="$(_compress_if_exists 'SRR7237279' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_209561_276_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_209561_276_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237280"
gz1="$(_compress_if_exists 'SRR7237280_1' || true)"
gz2="$(_compress_if_exists 'SRR7237280_2' || true)"
gzs="$(_compress_if_exists 'SRR7237280' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_204724_277_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_204724_277_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237281"
gz1="$(_compress_if_exists 'SRR7237281_1' || true)"
gz2="$(_compress_if_exists 'SRR7237281_2' || true)"
gzs="$(_compress_if_exists 'SRR7237281' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_205391_277_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_205391_277_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237282"
gz1="$(_compress_if_exists 'SRR7237282_1' || true)"
gz2="$(_compress_if_exists 'SRR7237282_2' || true)"
gzs="$(_compress_if_exists 'SRR7237282' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_209558_277_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_209558_277_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237283"
gz1="$(_compress_if_exists 'SRR7237283_1' || true)"
gz2="$(_compress_if_exists 'SRR7237283_2' || true)"
gzs="$(_compress_if_exists 'SRR7237283' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_209559_277_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_209559_277_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237284"
gz1="$(_compress_if_exists 'SRR7237284_1' || true)"
gz2="$(_compress_if_exists 'SRR7237284_2' || true)"
gzs="$(_compress_if_exists 'SRR7237284' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_209560_277_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_209560_277_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237285"
gz1="$(_compress_if_exists 'SRR7237285_1' || true)"
gz2="$(_compress_if_exists 'SRR7237285_2' || true)"
gzs="$(_compress_if_exists 'SRR7237285' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_209561_277_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_209561_277_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237286"
gz1="$(_compress_if_exists 'SRR7237286_1' || true)"
gz2="$(_compress_if_exists 'SRR7237286_2' || true)"
gzs="$(_compress_if_exists 'SRR7237286' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_204724_278_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_204724_278_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237287"
gz1="$(_compress_if_exists 'SRR7237287_1' || true)"
gz2="$(_compress_if_exists 'SRR7237287_2' || true)"
gzs="$(_compress_if_exists 'SRR7237287' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_205391_278_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_205391_278_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237288"
gz1="$(_compress_if_exists 'SRR7237288_1' || true)"
gz2="$(_compress_if_exists 'SRR7237288_2' || true)"
gzs="$(_compress_if_exists 'SRR7237288' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_209558_278_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_209558_278_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237289"
gz1="$(_compress_if_exists 'SRR7237289_1' || true)"
gz2="$(_compress_if_exists 'SRR7237289_2' || true)"
gzs="$(_compress_if_exists 'SRR7237289' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_209559_278_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_209559_278_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237290"
gz1="$(_compress_if_exists 'SRR7237290_1' || true)"
gz2="$(_compress_if_exists 'SRR7237290_2' || true)"
gzs="$(_compress_if_exists 'SRR7237290' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_209560_278_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_209560_278_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237291"
gz1="$(_compress_if_exists 'SRR7237291_1' || true)"
gz2="$(_compress_if_exists 'SRR7237291_2' || true)"
gzs="$(_compress_if_exists 'SRR7237291' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_209561_278_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_209561_278_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237292"
gz1="$(_compress_if_exists 'SRR7237292_1' || true)"
gz2="$(_compress_if_exists 'SRR7237292_2' || true)"
gzs="$(_compress_if_exists 'SRR7237292' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_204724_279_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_204724_279_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237293"
gz1="$(_compress_if_exists 'SRR7237293_1' || true)"
gz2="$(_compress_if_exists 'SRR7237293_2' || true)"
gzs="$(_compress_if_exists 'SRR7237293' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_205391_279_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_205391_279_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237294"
gz1="$(_compress_if_exists 'SRR7237294_1' || true)"
gz2="$(_compress_if_exists 'SRR7237294_2' || true)"
gzs="$(_compress_if_exists 'SRR7237294' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_209558_279_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_209558_279_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237295"
gz1="$(_compress_if_exists 'SRR7237295_1' || true)"
gz2="$(_compress_if_exists 'SRR7237295_2' || true)"
gzs="$(_compress_if_exists 'SRR7237295' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_209559_279_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_209559_279_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237296"
gz1="$(_compress_if_exists 'SRR7237296_1' || true)"
gz2="$(_compress_if_exists 'SRR7237296_2' || true)"
gzs="$(_compress_if_exists 'SRR7237296' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_209560_279_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_209560_279_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237297"
gz1="$(_compress_if_exists 'SRR7237297_1' || true)"
gz2="$(_compress_if_exists 'SRR7237297_2' || true)"
gzs="$(_compress_if_exists 'SRR7237297' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_209561_279_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_209561_279_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237298"
gz1="$(_compress_if_exists 'SRR7237298_1' || true)"
gz2="$(_compress_if_exists 'SRR7237298_2' || true)"
gzs="$(_compress_if_exists 'SRR7237298' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_204724_280_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_204724_280_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237299"
gz1="$(_compress_if_exists 'SRR7237299_1' || true)"
gz2="$(_compress_if_exists 'SRR7237299_2' || true)"
gzs="$(_compress_if_exists 'SRR7237299' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_205391_280_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_205391_280_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237300"
gz1="$(_compress_if_exists 'SRR7237300_1' || true)"
gz2="$(_compress_if_exists 'SRR7237300_2' || true)"
gzs="$(_compress_if_exists 'SRR7237300' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_209558_280_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_209558_280_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237301"
gz1="$(_compress_if_exists 'SRR7237301_1' || true)"
gz2="$(_compress_if_exists 'SRR7237301_2' || true)"
gzs="$(_compress_if_exists 'SRR7237301' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_209559_280_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_209559_280_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237302"
gz1="$(_compress_if_exists 'SRR7237302_1' || true)"
gz2="$(_compress_if_exists 'SRR7237302_2' || true)"
gzs="$(_compress_if_exists 'SRR7237302' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_209560_280_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_209560_280_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237303"
gz1="$(_compress_if_exists 'SRR7237303_1' || true)"
gz2="$(_compress_if_exists 'SRR7237303_2' || true)"
gzs="$(_compress_if_exists 'SRR7237303' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_209561_280_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_209561_280_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237304"
gz1="$(_compress_if_exists 'SRR7237304_1' || true)"
gz2="$(_compress_if_exists 'SRR7237304_2' || true)"
gzs="$(_compress_if_exists 'SRR7237304' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_204724_281_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_204724_281_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237305"
gz1="$(_compress_if_exists 'SRR7237305_1' || true)"
gz2="$(_compress_if_exists 'SRR7237305_2' || true)"
gzs="$(_compress_if_exists 'SRR7237305' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_205391_281_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_205391_281_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237306"
gz1="$(_compress_if_exists 'SRR7237306_1' || true)"
gz2="$(_compress_if_exists 'SRR7237306_2' || true)"
gzs="$(_compress_if_exists 'SRR7237306' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_209558_281_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_209558_281_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237307"
gz1="$(_compress_if_exists 'SRR7237307_1' || true)"
gz2="$(_compress_if_exists 'SRR7237307_2' || true)"
gzs="$(_compress_if_exists 'SRR7237307' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_209559_281_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_209559_281_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237308"
gz1="$(_compress_if_exists 'SRR7237308_1' || true)"
gz2="$(_compress_if_exists 'SRR7237308_2' || true)"
gzs="$(_compress_if_exists 'SRR7237308' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_209560_281_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_209560_281_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237309"
gz1="$(_compress_if_exists 'SRR7237309_1' || true)"
gz2="$(_compress_if_exists 'SRR7237309_2' || true)"
gzs="$(_compress_if_exists 'SRR7237309' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_209561_281_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_209561_281_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237310"
gz1="$(_compress_if_exists 'SRR7237310_1' || true)"
gz2="$(_compress_if_exists 'SRR7237310_2' || true)"
gzs="$(_compress_if_exists 'SRR7237310' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_204724_282_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_204724_282_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237311"
gz1="$(_compress_if_exists 'SRR7237311_1' || true)"
gz2="$(_compress_if_exists 'SRR7237311_2' || true)"
gzs="$(_compress_if_exists 'SRR7237311' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_205391_282_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_205391_282_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237312"
gz1="$(_compress_if_exists 'SRR7237312_1' || true)"
gz2="$(_compress_if_exists 'SRR7237312_2' || true)"
gzs="$(_compress_if_exists 'SRR7237312' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_209558_282_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_209558_282_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237313"
gz1="$(_compress_if_exists 'SRR7237313_1' || true)"
gz2="$(_compress_if_exists 'SRR7237313_2' || true)"
gzs="$(_compress_if_exists 'SRR7237313' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_209559_282_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_209559_282_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237314"
gz1="$(_compress_if_exists 'SRR7237314_1' || true)"
gz2="$(_compress_if_exists 'SRR7237314_2' || true)"
gzs="$(_compress_if_exists 'SRR7237314' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_209560_282_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_209560_282_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237315"
gz1="$(_compress_if_exists 'SRR7237315_1' || true)"
gz2="$(_compress_if_exists 'SRR7237315_2' || true)"
gzs="$(_compress_if_exists 'SRR7237315' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_209561_282_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_209561_282_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237316"
gz1="$(_compress_if_exists 'SRR7237316_1' || true)"
gz2="$(_compress_if_exists 'SRR7237316_2' || true)"
gzs="$(_compress_if_exists 'SRR7237316' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_204724_283_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_204724_283_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237317"
gz1="$(_compress_if_exists 'SRR7237317_1' || true)"
gz2="$(_compress_if_exists 'SRR7237317_2' || true)"
gzs="$(_compress_if_exists 'SRR7237317' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_205391_283_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_205391_283_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237318"
gz1="$(_compress_if_exists 'SRR7237318_1' || true)"
gz2="$(_compress_if_exists 'SRR7237318_2' || true)"
gzs="$(_compress_if_exists 'SRR7237318' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_209558_283_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_209558_283_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237319"
gz1="$(_compress_if_exists 'SRR7237319_1' || true)"
gz2="$(_compress_if_exists 'SRR7237319_2' || true)"
gzs="$(_compress_if_exists 'SRR7237319' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_209559_283_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_209559_283_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237320"
gz1="$(_compress_if_exists 'SRR7237320_1' || true)"
gz2="$(_compress_if_exists 'SRR7237320_2' || true)"
gzs="$(_compress_if_exists 'SRR7237320' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_209560_283_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_209560_283_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237321"
gz1="$(_compress_if_exists 'SRR7237321_1' || true)"
gz2="$(_compress_if_exists 'SRR7237321_2' || true)"
gzs="$(_compress_if_exists 'SRR7237321' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_209561_283_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_209561_283_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237322"
gz1="$(_compress_if_exists 'SRR7237322_1' || true)"
gz2="$(_compress_if_exists 'SRR7237322_2' || true)"
gzs="$(_compress_if_exists 'SRR7237322' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_204724_284_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_204724_284_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237323"
gz1="$(_compress_if_exists 'SRR7237323_1' || true)"
gz2="$(_compress_if_exists 'SRR7237323_2' || true)"
gzs="$(_compress_if_exists 'SRR7237323' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_205391_284_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_205391_284_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237324"
gz1="$(_compress_if_exists 'SRR7237324_1' || true)"
gz2="$(_compress_if_exists 'SRR7237324_2' || true)"
gzs="$(_compress_if_exists 'SRR7237324' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_209558_284_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_209558_284_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237325"
gz1="$(_compress_if_exists 'SRR7237325_1' || true)"
gz2="$(_compress_if_exists 'SRR7237325_2' || true)"
gzs="$(_compress_if_exists 'SRR7237325' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_209559_284_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_209559_284_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237326"
gz1="$(_compress_if_exists 'SRR7237326_1' || true)"
gz2="$(_compress_if_exists 'SRR7237326_2' || true)"
gzs="$(_compress_if_exists 'SRR7237326' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_209560_284_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_209560_284_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237327"
gz1="$(_compress_if_exists 'SRR7237327_1' || true)"
gz2="$(_compress_if_exists 'SRR7237327_2' || true)"
gzs="$(_compress_if_exists 'SRR7237327' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_209561_284_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_209561_284_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237328"
gz1="$(_compress_if_exists 'SRR7237328_1' || true)"
gz2="$(_compress_if_exists 'SRR7237328_2' || true)"
gzs="$(_compress_if_exists 'SRR7237328' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_204724_285_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_204724_285_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237329"
gz1="$(_compress_if_exists 'SRR7237329_1' || true)"
gz2="$(_compress_if_exists 'SRR7237329_2' || true)"
gzs="$(_compress_if_exists 'SRR7237329' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_205391_285_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_205391_285_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237330"
gz1="$(_compress_if_exists 'SRR7237330_1' || true)"
gz2="$(_compress_if_exists 'SRR7237330_2' || true)"
gzs="$(_compress_if_exists 'SRR7237330' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_209558_285_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_209558_285_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237331"
gz1="$(_compress_if_exists 'SRR7237331_1' || true)"
gz2="$(_compress_if_exists 'SRR7237331_2' || true)"
gzs="$(_compress_if_exists 'SRR7237331' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_209559_285_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_209559_285_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237332"
gz1="$(_compress_if_exists 'SRR7237332_1' || true)"
gz2="$(_compress_if_exists 'SRR7237332_2' || true)"
gzs="$(_compress_if_exists 'SRR7237332' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_209560_285_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_209560_285_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237333"
gz1="$(_compress_if_exists 'SRR7237333_1' || true)"
gz2="$(_compress_if_exists 'SRR7237333_2' || true)"
gzs="$(_compress_if_exists 'SRR7237333' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_209561_285_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_209561_285_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237334"
gz1="$(_compress_if_exists 'SRR7237334_1' || true)"
gz2="$(_compress_if_exists 'SRR7237334_2' || true)"
gzs="$(_compress_if_exists 'SRR7237334' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_204724_286_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_204724_286_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237335"
gz1="$(_compress_if_exists 'SRR7237335_1' || true)"
gz2="$(_compress_if_exists 'SRR7237335_2' || true)"
gzs="$(_compress_if_exists 'SRR7237335' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_205391_286_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_205391_286_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237336"
gz1="$(_compress_if_exists 'SRR7237336_1' || true)"
gz2="$(_compress_if_exists 'SRR7237336_2' || true)"
gzs="$(_compress_if_exists 'SRR7237336' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_209558_286_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_209558_286_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237337"
gz1="$(_compress_if_exists 'SRR7237337_1' || true)"
gz2="$(_compress_if_exists 'SRR7237337_2' || true)"
gzs="$(_compress_if_exists 'SRR7237337' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_209559_286_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_209559_286_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237338"
gz1="$(_compress_if_exists 'SRR7237338_1' || true)"
gz2="$(_compress_if_exists 'SRR7237338_2' || true)"
gzs="$(_compress_if_exists 'SRR7237338' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_209560_286_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_209560_286_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237339"
gz1="$(_compress_if_exists 'SRR7237339_1' || true)"
gz2="$(_compress_if_exists 'SRR7237339_2' || true)"
gzs="$(_compress_if_exists 'SRR7237339' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_209561_286_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_209561_286_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237340"
gz1="$(_compress_if_exists 'SRR7237340_1' || true)"
gz2="$(_compress_if_exists 'SRR7237340_2' || true)"
gzs="$(_compress_if_exists 'SRR7237340' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_204724_287_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_204724_287_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237341"
gz1="$(_compress_if_exists 'SRR7237341_1' || true)"
gz2="$(_compress_if_exists 'SRR7237341_2' || true)"
gzs="$(_compress_if_exists 'SRR7237341' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_205391_287_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_205391_287_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237342"
gz1="$(_compress_if_exists 'SRR7237342_1' || true)"
gz2="$(_compress_if_exists 'SRR7237342_2' || true)"
gzs="$(_compress_if_exists 'SRR7237342' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_209558_287_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_209558_287_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237343"
gz1="$(_compress_if_exists 'SRR7237343_1' || true)"
gz2="$(_compress_if_exists 'SRR7237343_2' || true)"
gzs="$(_compress_if_exists 'SRR7237343' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_209559_287_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_209559_287_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237344"
gz1="$(_compress_if_exists 'SRR7237344_1' || true)"
gz2="$(_compress_if_exists 'SRR7237344_2' || true)"
gzs="$(_compress_if_exists 'SRR7237344' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_209560_287_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_209560_287_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237345"
gz1="$(_compress_if_exists 'SRR7237345_1' || true)"
gz2="$(_compress_if_exists 'SRR7237345_2' || true)"
gzs="$(_compress_if_exists 'SRR7237345' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_209561_287_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_209561_287_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237346"
gz1="$(_compress_if_exists 'SRR7237346_1' || true)"
gz2="$(_compress_if_exists 'SRR7237346_2' || true)"
gzs="$(_compress_if_exists 'SRR7237346' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_204724_288_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_204724_288_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237347"
gz1="$(_compress_if_exists 'SRR7237347_1' || true)"
gz2="$(_compress_if_exists 'SRR7237347_2' || true)"
gzs="$(_compress_if_exists 'SRR7237347' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_205391_288_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_205391_288_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237348"
gz1="$(_compress_if_exists 'SRR7237348_1' || true)"
gz2="$(_compress_if_exists 'SRR7237348_2' || true)"
gzs="$(_compress_if_exists 'SRR7237348' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_209558_288_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_209558_288_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237349"
gz1="$(_compress_if_exists 'SRR7237349_1' || true)"
gz2="$(_compress_if_exists 'SRR7237349_2' || true)"
gzs="$(_compress_if_exists 'SRR7237349' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_209559_288_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_209559_288_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237350"
gz1="$(_compress_if_exists 'SRR7237350_1' || true)"
gz2="$(_compress_if_exists 'SRR7237350_2' || true)"
gzs="$(_compress_if_exists 'SRR7237350' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_209560_288_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_209560_288_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237351"
gz1="$(_compress_if_exists 'SRR7237351_1' || true)"
gz2="$(_compress_if_exists 'SRR7237351_2' || true)"
gzs="$(_compress_if_exists 'SRR7237351' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_209561_288_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_209561_288_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237352"
gz1="$(_compress_if_exists 'SRR7237352_1' || true)"
gz2="$(_compress_if_exists 'SRR7237352_2' || true)"
gzs="$(_compress_if_exists 'SRR7237352' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_204724_289_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_204724_289_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237353"
gz1="$(_compress_if_exists 'SRR7237353_1' || true)"
gz2="$(_compress_if_exists 'SRR7237353_2' || true)"
gzs="$(_compress_if_exists 'SRR7237353' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_205391_289_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_205391_289_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237354"
gz1="$(_compress_if_exists 'SRR7237354_1' || true)"
gz2="$(_compress_if_exists 'SRR7237354_2' || true)"
gzs="$(_compress_if_exists 'SRR7237354' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_209558_289_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_209558_289_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237355"
gz1="$(_compress_if_exists 'SRR7237355_1' || true)"
gz2="$(_compress_if_exists 'SRR7237355_2' || true)"
gzs="$(_compress_if_exists 'SRR7237355' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_209559_289_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_209559_289_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237356"
gz1="$(_compress_if_exists 'SRR7237356_1' || true)"
gz2="$(_compress_if_exists 'SRR7237356_2' || true)"
gzs="$(_compress_if_exists 'SRR7237356' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_209560_289_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_209560_289_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237357"
gz1="$(_compress_if_exists 'SRR7237357_1' || true)"
gz2="$(_compress_if_exists 'SRR7237357_2' || true)"
gzs="$(_compress_if_exists 'SRR7237357' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_209561_289_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_209561_289_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237358"
gz1="$(_compress_if_exists 'SRR7237358_1' || true)"
gz2="$(_compress_if_exists 'SRR7237358_2' || true)"
gzs="$(_compress_if_exists 'SRR7237358' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_204724_290_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_204724_290_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237359"
gz1="$(_compress_if_exists 'SRR7237359_1' || true)"
gz2="$(_compress_if_exists 'SRR7237359_2' || true)"
gzs="$(_compress_if_exists 'SRR7237359' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_205391_290_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_205391_290_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237360"
gz1="$(_compress_if_exists 'SRR7237360_1' || true)"
gz2="$(_compress_if_exists 'SRR7237360_2' || true)"
gzs="$(_compress_if_exists 'SRR7237360' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_209558_290_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_209558_290_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237361"
gz1="$(_compress_if_exists 'SRR7237361_1' || true)"
gz2="$(_compress_if_exists 'SRR7237361_2' || true)"
gzs="$(_compress_if_exists 'SRR7237361' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_209559_290_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_209559_290_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237362"
gz1="$(_compress_if_exists 'SRR7237362_1' || true)"
gz2="$(_compress_if_exists 'SRR7237362_2' || true)"
gzs="$(_compress_if_exists 'SRR7237362' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_209560_290_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_209560_290_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237363"
gz1="$(_compress_if_exists 'SRR7237363_1' || true)"
gz2="$(_compress_if_exists 'SRR7237363_2' || true)"
gzs="$(_compress_if_exists 'SRR7237363' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_209561_290_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_209561_290_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237364"
gz1="$(_compress_if_exists 'SRR7237364_1' || true)"
gz2="$(_compress_if_exists 'SRR7237364_2' || true)"
gzs="$(_compress_if_exists 'SRR7237364' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_204724_291_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_204724_291_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237365"
gz1="$(_compress_if_exists 'SRR7237365_1' || true)"
gz2="$(_compress_if_exists 'SRR7237365_2' || true)"
gzs="$(_compress_if_exists 'SRR7237365' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_205391_291_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_205391_291_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237366"
gz1="$(_compress_if_exists 'SRR7237366_1' || true)"
gz2="$(_compress_if_exists 'SRR7237366_2' || true)"
gzs="$(_compress_if_exists 'SRR7237366' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_209558_291_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_209558_291_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237367"
gz1="$(_compress_if_exists 'SRR7237367_1' || true)"
gz2="$(_compress_if_exists 'SRR7237367_2' || true)"
gzs="$(_compress_if_exists 'SRR7237367' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_209559_291_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_209559_291_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237368"
gz1="$(_compress_if_exists 'SRR7237368_1' || true)"
gz2="$(_compress_if_exists 'SRR7237368_2' || true)"
gzs="$(_compress_if_exists 'SRR7237368' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_209560_291_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_209560_291_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237369"
gz1="$(_compress_if_exists 'SRR7237369_1' || true)"
gz2="$(_compress_if_exists 'SRR7237369_2' || true)"
gzs="$(_compress_if_exists 'SRR7237369' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_209561_291_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_209561_291_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237370"
gz1="$(_compress_if_exists 'SRR7237370_1' || true)"
gz2="$(_compress_if_exists 'SRR7237370_2' || true)"
gzs="$(_compress_if_exists 'SRR7237370' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_204724_294_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_204724_294_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237371"
gz1="$(_compress_if_exists 'SRR7237371_1' || true)"
gz2="$(_compress_if_exists 'SRR7237371_2' || true)"
gzs="$(_compress_if_exists 'SRR7237371' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_205391_294_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_205391_294_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237372"
gz1="$(_compress_if_exists 'SRR7237372_1' || true)"
gz2="$(_compress_if_exists 'SRR7237372_2' || true)"
gzs="$(_compress_if_exists 'SRR7237372' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_209558_294_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_209558_294_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237373"
gz1="$(_compress_if_exists 'SRR7237373_1' || true)"
gz2="$(_compress_if_exists 'SRR7237373_2' || true)"
gzs="$(_compress_if_exists 'SRR7237373' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_209559_294_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_209559_294_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237374"
gz1="$(_compress_if_exists 'SRR7237374_1' || true)"
gz2="$(_compress_if_exists 'SRR7237374_2' || true)"
gzs="$(_compress_if_exists 'SRR7237374' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_209560_294_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_209560_294_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237375"
gz1="$(_compress_if_exists 'SRR7237375_1' || true)"
gz2="$(_compress_if_exists 'SRR7237375_2' || true)"
gzs="$(_compress_if_exists 'SRR7237375' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_209561_294_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_209561_294_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237376"
gz1="$(_compress_if_exists 'SRR7237376_1' || true)"
gz2="$(_compress_if_exists 'SRR7237376_2' || true)"
gzs="$(_compress_if_exists 'SRR7237376' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_204724_295_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_204724_295_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237377"
gz1="$(_compress_if_exists 'SRR7237377_1' || true)"
gz2="$(_compress_if_exists 'SRR7237377_2' || true)"
gzs="$(_compress_if_exists 'SRR7237377' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_205391_295_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_205391_295_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237378"
gz1="$(_compress_if_exists 'SRR7237378_1' || true)"
gz2="$(_compress_if_exists 'SRR7237378_2' || true)"
gzs="$(_compress_if_exists 'SRR7237378' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_209558_295_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_209558_295_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237379"
gz1="$(_compress_if_exists 'SRR7237379_1' || true)"
gz2="$(_compress_if_exists 'SRR7237379_2' || true)"
gzs="$(_compress_if_exists 'SRR7237379' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_209559_295_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_209559_295_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237380"
gz1="$(_compress_if_exists 'SRR7237380_1' || true)"
gz2="$(_compress_if_exists 'SRR7237380_2' || true)"
gzs="$(_compress_if_exists 'SRR7237380' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_209560_295_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_209560_295_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237381"
gz1="$(_compress_if_exists 'SRR7237381_1' || true)"
gz2="$(_compress_if_exists 'SRR7237381_2' || true)"
gzs="$(_compress_if_exists 'SRR7237381' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_209561_295_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_209561_295_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237382"
gz1="$(_compress_if_exists 'SRR7237382_1' || true)"
gz2="$(_compress_if_exists 'SRR7237382_2' || true)"
gzs="$(_compress_if_exists 'SRR7237382' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_204724_296_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_204724_296_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237383"
gz1="$(_compress_if_exists 'SRR7237383_1' || true)"
gz2="$(_compress_if_exists 'SRR7237383_2' || true)"
gzs="$(_compress_if_exists 'SRR7237383' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_205391_296_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_205391_296_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237384"
gz1="$(_compress_if_exists 'SRR7237384_1' || true)"
gz2="$(_compress_if_exists 'SRR7237384_2' || true)"
gzs="$(_compress_if_exists 'SRR7237384' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_209558_296_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_209558_296_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237385"
gz1="$(_compress_if_exists 'SRR7237385_1' || true)"
gz2="$(_compress_if_exists 'SRR7237385_2' || true)"
gzs="$(_compress_if_exists 'SRR7237385' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_209559_296_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_209559_296_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237386"
gz1="$(_compress_if_exists 'SRR7237386_1' || true)"
gz2="$(_compress_if_exists 'SRR7237386_2' || true)"
gzs="$(_compress_if_exists 'SRR7237386' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_209560_296_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_209560_296_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237387"
gz1="$(_compress_if_exists 'SRR7237387_1' || true)"
gz2="$(_compress_if_exists 'SRR7237387_2' || true)"
gzs="$(_compress_if_exists 'SRR7237387' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_209561_296_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_209561_296_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237388"
gz1="$(_compress_if_exists 'SRR7237388_1' || true)"
gz2="$(_compress_if_exists 'SRR7237388_2' || true)"
gzs="$(_compress_if_exists 'SRR7237388' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_204724_249_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_204724_249_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237389"
gz1="$(_compress_if_exists 'SRR7237389_1' || true)"
gz2="$(_compress_if_exists 'SRR7237389_2' || true)"
gzs="$(_compress_if_exists 'SRR7237389' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_205391_249_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_205391_249_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237390"
gz1="$(_compress_if_exists 'SRR7237390_1' || true)"
gz2="$(_compress_if_exists 'SRR7237390_2' || true)"
gzs="$(_compress_if_exists 'SRR7237390' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_209558_249_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_209558_249_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237391"
gz1="$(_compress_if_exists 'SRR7237391_1' || true)"
gz2="$(_compress_if_exists 'SRR7237391_2' || true)"
gzs="$(_compress_if_exists 'SRR7237391' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_209559_249_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_209559_249_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237392"
gz1="$(_compress_if_exists 'SRR7237392_1' || true)"
gz2="$(_compress_if_exists 'SRR7237392_2' || true)"
gzs="$(_compress_if_exists 'SRR7237392' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_209560_249_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_209560_249_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237393"
gz1="$(_compress_if_exists 'SRR7237393_1' || true)"
gz2="$(_compress_if_exists 'SRR7237393_2' || true)"
gzs="$(_compress_if_exists 'SRR7237393' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_209561_249_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_209561_249_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237394"
gz1="$(_compress_if_exists 'SRR7237394_1' || true)"
gz2="$(_compress_if_exists 'SRR7237394_2' || true)"
gzs="$(_compress_if_exists 'SRR7237394' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_204724_250_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_204724_250_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237395"
gz1="$(_compress_if_exists 'SRR7237395_1' || true)"
gz2="$(_compress_if_exists 'SRR7237395_2' || true)"
gzs="$(_compress_if_exists 'SRR7237395' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_205391_250_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_205391_250_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237396"
gz1="$(_compress_if_exists 'SRR7237396_1' || true)"
gz2="$(_compress_if_exists 'SRR7237396_2' || true)"
gzs="$(_compress_if_exists 'SRR7237396' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_209558_250_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_209558_250_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237397"
gz1="$(_compress_if_exists 'SRR7237397_1' || true)"
gz2="$(_compress_if_exists 'SRR7237397_2' || true)"
gzs="$(_compress_if_exists 'SRR7237397' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_209559_250_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_209559_250_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237398"
gz1="$(_compress_if_exists 'SRR7237398_1' || true)"
gz2="$(_compress_if_exists 'SRR7237398_2' || true)"
gzs="$(_compress_if_exists 'SRR7237398' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_209560_250_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_209560_250_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237399"
gz1="$(_compress_if_exists 'SRR7237399_1' || true)"
gz2="$(_compress_if_exists 'SRR7237399_2' || true)"
gzs="$(_compress_if_exists 'SRR7237399' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_209561_250_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_209561_250_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237400"
gz1="$(_compress_if_exists 'SRR7237400_1' || true)"
gz2="$(_compress_if_exists 'SRR7237400_2' || true)"
gzs="$(_compress_if_exists 'SRR7237400' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_204724_251_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_204724_251_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237401"
gz1="$(_compress_if_exists 'SRR7237401_1' || true)"
gz2="$(_compress_if_exists 'SRR7237401_2' || true)"
gzs="$(_compress_if_exists 'SRR7237401' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_205391_251_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_205391_251_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237402"
gz1="$(_compress_if_exists 'SRR7237402_1' || true)"
gz2="$(_compress_if_exists 'SRR7237402_2' || true)"
gzs="$(_compress_if_exists 'SRR7237402' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_209558_251_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_209558_251_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237403"
gz1="$(_compress_if_exists 'SRR7237403_1' || true)"
gz2="$(_compress_if_exists 'SRR7237403_2' || true)"
gzs="$(_compress_if_exists 'SRR7237403' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_209559_251_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_209559_251_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237404"
gz1="$(_compress_if_exists 'SRR7237404_1' || true)"
gz2="$(_compress_if_exists 'SRR7237404_2' || true)"
gzs="$(_compress_if_exists 'SRR7237404' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_209560_251_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_209560_251_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237405"
gz1="$(_compress_if_exists 'SRR7237405_1' || true)"
gz2="$(_compress_if_exists 'SRR7237405_2' || true)"
gzs="$(_compress_if_exists 'SRR7237405' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_209561_251_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_209561_251_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237406"
gz1="$(_compress_if_exists 'SRR7237406_1' || true)"
gz2="$(_compress_if_exists 'SRR7237406_2' || true)"
gzs="$(_compress_if_exists 'SRR7237406' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_204724_252_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_204724_252_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237407"
gz1="$(_compress_if_exists 'SRR7237407_1' || true)"
gz2="$(_compress_if_exists 'SRR7237407_2' || true)"
gzs="$(_compress_if_exists 'SRR7237407' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_205391_252_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_205391_252_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237408"
gz1="$(_compress_if_exists 'SRR7237408_1' || true)"
gz2="$(_compress_if_exists 'SRR7237408_2' || true)"
gzs="$(_compress_if_exists 'SRR7237408' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_209558_252_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_209558_252_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237409"
gz1="$(_compress_if_exists 'SRR7237409_1' || true)"
gz2="$(_compress_if_exists 'SRR7237409_2' || true)"
gzs="$(_compress_if_exists 'SRR7237409' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_209559_252_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_209559_252_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237410"
gz1="$(_compress_if_exists 'SRR7237410_1' || true)"
gz2="$(_compress_if_exists 'SRR7237410_2' || true)"
gzs="$(_compress_if_exists 'SRR7237410' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_209560_252_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_209560_252_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7237411"
gz1="$(_compress_if_exists 'SRR7237411_1' || true)"
gz2="$(_compress_if_exists 'SRR7237411_2' || true)"
gzs="$(_compress_if_exists 'SRR7237411' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_209561_252_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_209561_252_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340414"
gz1="$(_compress_if_exists 'SRR7340414_1' || true)"
gz2="$(_compress_if_exists 'SRR7340414_2' || true)"
gzs="$(_compress_if_exists 'SRR7340414' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_260412_210_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_260412_210_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340415"
gz1="$(_compress_if_exists 'SRR7340415_1' || true)"
gz2="$(_compress_if_exists 'SRR7340415_2' || true)"
gzs="$(_compress_if_exists 'SRR7340415' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_260413_210_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_260413_210_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340416"
gz1="$(_compress_if_exists 'SRR7340416_1' || true)"
gz2="$(_compress_if_exists 'SRR7340416_2' || true)"
gzs="$(_compress_if_exists 'SRR7340416' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_260414_210_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_260414_210_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340417"
gz1="$(_compress_if_exists 'SRR7340417_1' || true)"
gz2="$(_compress_if_exists 'SRR7340417_2' || true)"
gzs="$(_compress_if_exists 'SRR7340417' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_259735_210_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_259735_210_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340418"
gz1="$(_compress_if_exists 'SRR7340418_1' || true)"
gz2="$(_compress_if_exists 'SRR7340418_2' || true)"
gzs="$(_compress_if_exists 'SRR7340418' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_261335_210_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_261335_210_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340419"
gz1="$(_compress_if_exists 'SRR7340419_1' || true)"
gz2="$(_compress_if_exists 'SRR7340419_2' || true)"
gzs="$(_compress_if_exists 'SRR7340419' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_261336_210_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_261336_210_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340420"
gz1="$(_compress_if_exists 'SRR7340420_1' || true)"
gz2="$(_compress_if_exists 'SRR7340420_2' || true)"
gzs="$(_compress_if_exists 'SRR7340420' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_260412_211_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_260412_211_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340421"
gz1="$(_compress_if_exists 'SRR7340421_1' || true)"
gz2="$(_compress_if_exists 'SRR7340421_2' || true)"
gzs="$(_compress_if_exists 'SRR7340421' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_260413_211_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_260413_211_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340422"
gz1="$(_compress_if_exists 'SRR7340422_1' || true)"
gz2="$(_compress_if_exists 'SRR7340422_2' || true)"
gzs="$(_compress_if_exists 'SRR7340422' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_260414_211_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_260414_211_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340423"
gz1="$(_compress_if_exists 'SRR7340423_1' || true)"
gz2="$(_compress_if_exists 'SRR7340423_2' || true)"
gzs="$(_compress_if_exists 'SRR7340423' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_259735_211_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_259735_211_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340424"
gz1="$(_compress_if_exists 'SRR7340424_1' || true)"
gz2="$(_compress_if_exists 'SRR7340424_2' || true)"
gzs="$(_compress_if_exists 'SRR7340424' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_261335_211_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_261335_211_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340425"
gz1="$(_compress_if_exists 'SRR7340425_1' || true)"
gz2="$(_compress_if_exists 'SRR7340425_2' || true)"
gzs="$(_compress_if_exists 'SRR7340425' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_261336_211_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_261336_211_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340426"
gz1="$(_compress_if_exists 'SRR7340426_1' || true)"
gz2="$(_compress_if_exists 'SRR7340426_2' || true)"
gzs="$(_compress_if_exists 'SRR7340426' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_260412_213_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_260412_213_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340427"
gz1="$(_compress_if_exists 'SRR7340427_1' || true)"
gz2="$(_compress_if_exists 'SRR7340427_2' || true)"
gzs="$(_compress_if_exists 'SRR7340427' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_260413_213_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_260413_213_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340428"
gz1="$(_compress_if_exists 'SRR7340428_1' || true)"
gz2="$(_compress_if_exists 'SRR7340428_2' || true)"
gzs="$(_compress_if_exists 'SRR7340428' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_260414_213_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_260414_213_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340429"
gz1="$(_compress_if_exists 'SRR7340429_1' || true)"
gz2="$(_compress_if_exists 'SRR7340429_2' || true)"
gzs="$(_compress_if_exists 'SRR7340429' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_259735_213_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_259735_213_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340430"
gz1="$(_compress_if_exists 'SRR7340430_1' || true)"
gz2="$(_compress_if_exists 'SRR7340430_2' || true)"
gzs="$(_compress_if_exists 'SRR7340430' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_261335_213_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_261335_213_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340431"
gz1="$(_compress_if_exists 'SRR7340431_1' || true)"
gz2="$(_compress_if_exists 'SRR7340431_2' || true)"
gzs="$(_compress_if_exists 'SRR7340431' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_261336_213_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_261336_213_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340432"
gz1="$(_compress_if_exists 'SRR7340432_1' || true)"
gz2="$(_compress_if_exists 'SRR7340432_2' || true)"
gzs="$(_compress_if_exists 'SRR7340432' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_260412_214_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_260412_214_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340433"
gz1="$(_compress_if_exists 'SRR7340433_1' || true)"
gz2="$(_compress_if_exists 'SRR7340433_2' || true)"
gzs="$(_compress_if_exists 'SRR7340433' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_260413_214_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_260413_214_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340434"
gz1="$(_compress_if_exists 'SRR7340434_1' || true)"
gz2="$(_compress_if_exists 'SRR7340434_2' || true)"
gzs="$(_compress_if_exists 'SRR7340434' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_260414_214_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_260414_214_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340435"
gz1="$(_compress_if_exists 'SRR7340435_1' || true)"
gz2="$(_compress_if_exists 'SRR7340435_2' || true)"
gzs="$(_compress_if_exists 'SRR7340435' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_259735_214_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_259735_214_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340436"
gz1="$(_compress_if_exists 'SRR7340436_1' || true)"
gz2="$(_compress_if_exists 'SRR7340436_2' || true)"
gzs="$(_compress_if_exists 'SRR7340436' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_261335_214_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_261335_214_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340437"
gz1="$(_compress_if_exists 'SRR7340437_1' || true)"
gz2="$(_compress_if_exists 'SRR7340437_2' || true)"
gzs="$(_compress_if_exists 'SRR7340437' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_261336_214_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_261336_214_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340438"
gz1="$(_compress_if_exists 'SRR7340438_1' || true)"
gz2="$(_compress_if_exists 'SRR7340438_2' || true)"
gzs="$(_compress_if_exists 'SRR7340438' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_260412_215_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_260412_215_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340439"
gz1="$(_compress_if_exists 'SRR7340439_1' || true)"
gz2="$(_compress_if_exists 'SRR7340439_2' || true)"
gzs="$(_compress_if_exists 'SRR7340439' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_260413_215_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_260413_215_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340440"
gz1="$(_compress_if_exists 'SRR7340440_1' || true)"
gz2="$(_compress_if_exists 'SRR7340440_2' || true)"
gzs="$(_compress_if_exists 'SRR7340440' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_260414_215_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_260414_215_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340441"
gz1="$(_compress_if_exists 'SRR7340441_1' || true)"
gz2="$(_compress_if_exists 'SRR7340441_2' || true)"
gzs="$(_compress_if_exists 'SRR7340441' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_259735_215_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_259735_215_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340442"
gz1="$(_compress_if_exists 'SRR7340442_1' || true)"
gz2="$(_compress_if_exists 'SRR7340442_2' || true)"
gzs="$(_compress_if_exists 'SRR7340442' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_261335_215_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_261335_215_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340443"
gz1="$(_compress_if_exists 'SRR7340443_1' || true)"
gz2="$(_compress_if_exists 'SRR7340443_2' || true)"
gzs="$(_compress_if_exists 'SRR7340443' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_261336_215_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_261336_215_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340444"
gz1="$(_compress_if_exists 'SRR7340444_1' || true)"
gz2="$(_compress_if_exists 'SRR7340444_2' || true)"
gzs="$(_compress_if_exists 'SRR7340444' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_260412_216_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_260412_216_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340445"
gz1="$(_compress_if_exists 'SRR7340445_1' || true)"
gz2="$(_compress_if_exists 'SRR7340445_2' || true)"
gzs="$(_compress_if_exists 'SRR7340445' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_260413_216_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_260413_216_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340446"
gz1="$(_compress_if_exists 'SRR7340446_1' || true)"
gz2="$(_compress_if_exists 'SRR7340446_2' || true)"
gzs="$(_compress_if_exists 'SRR7340446' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_260414_216_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_260414_216_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340447"
gz1="$(_compress_if_exists 'SRR7340447_1' || true)"
gz2="$(_compress_if_exists 'SRR7340447_2' || true)"
gzs="$(_compress_if_exists 'SRR7340447' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_259735_216_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_259735_216_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340448"
gz1="$(_compress_if_exists 'SRR7340448_1' || true)"
gz2="$(_compress_if_exists 'SRR7340448_2' || true)"
gzs="$(_compress_if_exists 'SRR7340448' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_261335_216_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_261335_216_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340449"
gz1="$(_compress_if_exists 'SRR7340449_1' || true)"
gz2="$(_compress_if_exists 'SRR7340449_2' || true)"
gzs="$(_compress_if_exists 'SRR7340449' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_261336_216_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_261336_216_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340450"
gz1="$(_compress_if_exists 'SRR7340450_1' || true)"
gz2="$(_compress_if_exists 'SRR7340450_2' || true)"
gzs="$(_compress_if_exists 'SRR7340450' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_260412_218_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_260412_218_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340451"
gz1="$(_compress_if_exists 'SRR7340451_1' || true)"
gz2="$(_compress_if_exists 'SRR7340451_2' || true)"
gzs="$(_compress_if_exists 'SRR7340451' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_260413_218_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_260413_218_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340452"
gz1="$(_compress_if_exists 'SRR7340452_1' || true)"
gz2="$(_compress_if_exists 'SRR7340452_2' || true)"
gzs="$(_compress_if_exists 'SRR7340452' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_260414_218_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_260414_218_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340453"
gz1="$(_compress_if_exists 'SRR7340453_1' || true)"
gz2="$(_compress_if_exists 'SRR7340453_2' || true)"
gzs="$(_compress_if_exists 'SRR7340453' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_259735_218_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_259735_218_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340454"
gz1="$(_compress_if_exists 'SRR7340454_1' || true)"
gz2="$(_compress_if_exists 'SRR7340454_2' || true)"
gzs="$(_compress_if_exists 'SRR7340454' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_261335_218_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_261335_218_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340455"
gz1="$(_compress_if_exists 'SRR7340455_1' || true)"
gz2="$(_compress_if_exists 'SRR7340455_2' || true)"
gzs="$(_compress_if_exists 'SRR7340455' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_261336_218_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_261336_218_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340456"
gz1="$(_compress_if_exists 'SRR7340456_1' || true)"
gz2="$(_compress_if_exists 'SRR7340456_2' || true)"
gzs="$(_compress_if_exists 'SRR7340456' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_260412_219_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_260412_219_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340457"
gz1="$(_compress_if_exists 'SRR7340457_1' || true)"
gz2="$(_compress_if_exists 'SRR7340457_2' || true)"
gzs="$(_compress_if_exists 'SRR7340457' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_260413_219_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_260413_219_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340458"
gz1="$(_compress_if_exists 'SRR7340458_1' || true)"
gz2="$(_compress_if_exists 'SRR7340458_2' || true)"
gzs="$(_compress_if_exists 'SRR7340458' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_260414_219_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_260414_219_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340459"
gz1="$(_compress_if_exists 'SRR7340459_1' || true)"
gz2="$(_compress_if_exists 'SRR7340459_2' || true)"
gzs="$(_compress_if_exists 'SRR7340459' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_259735_219_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_259735_219_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340460"
gz1="$(_compress_if_exists 'SRR7340460_1' || true)"
gz2="$(_compress_if_exists 'SRR7340460_2' || true)"
gzs="$(_compress_if_exists 'SRR7340460' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_261335_219_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_261335_219_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340461"
gz1="$(_compress_if_exists 'SRR7340461_1' || true)"
gz2="$(_compress_if_exists 'SRR7340461_2' || true)"
gzs="$(_compress_if_exists 'SRR7340461' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_261336_219_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_261336_219_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340462"
gz1="$(_compress_if_exists 'SRR7340462_1' || true)"
gz2="$(_compress_if_exists 'SRR7340462_2' || true)"
gzs="$(_compress_if_exists 'SRR7340462' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_260412_202_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_260412_202_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340463"
gz1="$(_compress_if_exists 'SRR7340463_1' || true)"
gz2="$(_compress_if_exists 'SRR7340463_2' || true)"
gzs="$(_compress_if_exists 'SRR7340463' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_260413_202_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_260413_202_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340464"
gz1="$(_compress_if_exists 'SRR7340464_1' || true)"
gz2="$(_compress_if_exists 'SRR7340464_2' || true)"
gzs="$(_compress_if_exists 'SRR7340464' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_260414_202_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_260414_202_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340465"
gz1="$(_compress_if_exists 'SRR7340465_1' || true)"
gz2="$(_compress_if_exists 'SRR7340465_2' || true)"
gzs="$(_compress_if_exists 'SRR7340465' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_259735_202_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_259735_202_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340466"
gz1="$(_compress_if_exists 'SRR7340466_1' || true)"
gz2="$(_compress_if_exists 'SRR7340466_2' || true)"
gzs="$(_compress_if_exists 'SRR7340466' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_261335_202_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_261335_202_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340467"
gz1="$(_compress_if_exists 'SRR7340467_1' || true)"
gz2="$(_compress_if_exists 'SRR7340467_2' || true)"
gzs="$(_compress_if_exists 'SRR7340467' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_261336_202_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_261336_202_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340468"
gz1="$(_compress_if_exists 'SRR7340468_1' || true)"
gz2="$(_compress_if_exists 'SRR7340468_2' || true)"
gzs="$(_compress_if_exists 'SRR7340468' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_260412_221_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_260412_221_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340469"
gz1="$(_compress_if_exists 'SRR7340469_1' || true)"
gz2="$(_compress_if_exists 'SRR7340469_2' || true)"
gzs="$(_compress_if_exists 'SRR7340469' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_260413_221_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_260413_221_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340470"
gz1="$(_compress_if_exists 'SRR7340470_1' || true)"
gz2="$(_compress_if_exists 'SRR7340470_2' || true)"
gzs="$(_compress_if_exists 'SRR7340470' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_260414_221_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_260414_221_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340471"
gz1="$(_compress_if_exists 'SRR7340471_1' || true)"
gz2="$(_compress_if_exists 'SRR7340471_2' || true)"
gzs="$(_compress_if_exists 'SRR7340471' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_259735_221_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_259735_221_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340472"
gz1="$(_compress_if_exists 'SRR7340472_1' || true)"
gz2="$(_compress_if_exists 'SRR7340472_2' || true)"
gzs="$(_compress_if_exists 'SRR7340472' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_261335_221_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_261335_221_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340473"
gz1="$(_compress_if_exists 'SRR7340473_1' || true)"
gz2="$(_compress_if_exists 'SRR7340473_2' || true)"
gzs="$(_compress_if_exists 'SRR7340473' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_261336_221_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_261336_221_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340474"
gz1="$(_compress_if_exists 'SRR7340474_1' || true)"
gz2="$(_compress_if_exists 'SRR7340474_2' || true)"
gzs="$(_compress_if_exists 'SRR7340474' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_260412_222_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_260412_222_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340475"
gz1="$(_compress_if_exists 'SRR7340475_1' || true)"
gz2="$(_compress_if_exists 'SRR7340475_2' || true)"
gzs="$(_compress_if_exists 'SRR7340475' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_260413_222_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_260413_222_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340476"
gz1="$(_compress_if_exists 'SRR7340476_1' || true)"
gz2="$(_compress_if_exists 'SRR7340476_2' || true)"
gzs="$(_compress_if_exists 'SRR7340476' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_260414_222_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_260414_222_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340477"
gz1="$(_compress_if_exists 'SRR7340477_1' || true)"
gz2="$(_compress_if_exists 'SRR7340477_2' || true)"
gzs="$(_compress_if_exists 'SRR7340477' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_259735_222_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_259735_222_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340478"
gz1="$(_compress_if_exists 'SRR7340478_1' || true)"
gz2="$(_compress_if_exists 'SRR7340478_2' || true)"
gzs="$(_compress_if_exists 'SRR7340478' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_261335_222_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_261335_222_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340479"
gz1="$(_compress_if_exists 'SRR7340479_1' || true)"
gz2="$(_compress_if_exists 'SRR7340479_2' || true)"
gzs="$(_compress_if_exists 'SRR7340479' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_261336_222_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_261336_222_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340480"
gz1="$(_compress_if_exists 'SRR7340480_1' || true)"
gz2="$(_compress_if_exists 'SRR7340480_2' || true)"
gzs="$(_compress_if_exists 'SRR7340480' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_260412_223_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_260412_223_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340481"
gz1="$(_compress_if_exists 'SRR7340481_1' || true)"
gz2="$(_compress_if_exists 'SRR7340481_2' || true)"
gzs="$(_compress_if_exists 'SRR7340481' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_260413_223_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_260413_223_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340482"
gz1="$(_compress_if_exists 'SRR7340482_1' || true)"
gz2="$(_compress_if_exists 'SRR7340482_2' || true)"
gzs="$(_compress_if_exists 'SRR7340482' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_260414_223_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_260414_223_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340483"
gz1="$(_compress_if_exists 'SRR7340483_1' || true)"
gz2="$(_compress_if_exists 'SRR7340483_2' || true)"
gzs="$(_compress_if_exists 'SRR7340483' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_259735_223_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_259735_223_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340484"
gz1="$(_compress_if_exists 'SRR7340484_1' || true)"
gz2="$(_compress_if_exists 'SRR7340484_2' || true)"
gzs="$(_compress_if_exists 'SRR7340484' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_261335_223_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_261335_223_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340485"
gz1="$(_compress_if_exists 'SRR7340485_1' || true)"
gz2="$(_compress_if_exists 'SRR7340485_2' || true)"
gzs="$(_compress_if_exists 'SRR7340485' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_261336_223_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_261336_223_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340486"
gz1="$(_compress_if_exists 'SRR7340486_1' || true)"
gz2="$(_compress_if_exists 'SRR7340486_2' || true)"
gzs="$(_compress_if_exists 'SRR7340486' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_260412_224_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_260412_224_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340487"
gz1="$(_compress_if_exists 'SRR7340487_1' || true)"
gz2="$(_compress_if_exists 'SRR7340487_2' || true)"
gzs="$(_compress_if_exists 'SRR7340487' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_260413_224_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_260413_224_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340488"
gz1="$(_compress_if_exists 'SRR7340488_1' || true)"
gz2="$(_compress_if_exists 'SRR7340488_2' || true)"
gzs="$(_compress_if_exists 'SRR7340488' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_260414_224_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_260414_224_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340489"
gz1="$(_compress_if_exists 'SRR7340489_1' || true)"
gz2="$(_compress_if_exists 'SRR7340489_2' || true)"
gzs="$(_compress_if_exists 'SRR7340489' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_259735_224_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_259735_224_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340490"
gz1="$(_compress_if_exists 'SRR7340490_1' || true)"
gz2="$(_compress_if_exists 'SRR7340490_2' || true)"
gzs="$(_compress_if_exists 'SRR7340490' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_261335_224_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_261335_224_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340491"
gz1="$(_compress_if_exists 'SRR7340491_1' || true)"
gz2="$(_compress_if_exists 'SRR7340491_2' || true)"
gzs="$(_compress_if_exists 'SRR7340491' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_261336_224_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_261336_224_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340492"
gz1="$(_compress_if_exists 'SRR7340492_1' || true)"
gz2="$(_compress_if_exists 'SRR7340492_2' || true)"
gzs="$(_compress_if_exists 'SRR7340492' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_260412_225_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_260412_225_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340493"
gz1="$(_compress_if_exists 'SRR7340493_1' || true)"
gz2="$(_compress_if_exists 'SRR7340493_2' || true)"
gzs="$(_compress_if_exists 'SRR7340493' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_260413_225_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_260413_225_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340494"
gz1="$(_compress_if_exists 'SRR7340494_1' || true)"
gz2="$(_compress_if_exists 'SRR7340494_2' || true)"
gzs="$(_compress_if_exists 'SRR7340494' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_260414_225_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_260414_225_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340495"
gz1="$(_compress_if_exists 'SRR7340495_1' || true)"
gz2="$(_compress_if_exists 'SRR7340495_2' || true)"
gzs="$(_compress_if_exists 'SRR7340495' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_259735_225_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_259735_225_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340496"
gz1="$(_compress_if_exists 'SRR7340496_1' || true)"
gz2="$(_compress_if_exists 'SRR7340496_2' || true)"
gzs="$(_compress_if_exists 'SRR7340496' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_261335_225_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_261335_225_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340497"
gz1="$(_compress_if_exists 'SRR7340497_1' || true)"
gz2="$(_compress_if_exists 'SRR7340497_2' || true)"
gzs="$(_compress_if_exists 'SRR7340497' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_261336_225_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_261336_225_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340498"
gz1="$(_compress_if_exists 'SRR7340498_1' || true)"
gz2="$(_compress_if_exists 'SRR7340498_2' || true)"
gzs="$(_compress_if_exists 'SRR7340498' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_260412_227_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_260412_227_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340499"
gz1="$(_compress_if_exists 'SRR7340499_1' || true)"
gz2="$(_compress_if_exists 'SRR7340499_2' || true)"
gzs="$(_compress_if_exists 'SRR7340499' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_260413_227_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_260413_227_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340500"
gz1="$(_compress_if_exists 'SRR7340500_1' || true)"
gz2="$(_compress_if_exists 'SRR7340500_2' || true)"
gzs="$(_compress_if_exists 'SRR7340500' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_260414_227_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_260414_227_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340501"
gz1="$(_compress_if_exists 'SRR7340501_1' || true)"
gz2="$(_compress_if_exists 'SRR7340501_2' || true)"
gzs="$(_compress_if_exists 'SRR7340501' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_259735_227_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_259735_227_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340502"
gz1="$(_compress_if_exists 'SRR7340502_1' || true)"
gz2="$(_compress_if_exists 'SRR7340502_2' || true)"
gzs="$(_compress_if_exists 'SRR7340502' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_261335_227_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_261335_227_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340503"
gz1="$(_compress_if_exists 'SRR7340503_1' || true)"
gz2="$(_compress_if_exists 'SRR7340503_2' || true)"
gzs="$(_compress_if_exists 'SRR7340503' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_261336_227_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_261336_227_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340504"
gz1="$(_compress_if_exists 'SRR7340504_1' || true)"
gz2="$(_compress_if_exists 'SRR7340504_2' || true)"
gzs="$(_compress_if_exists 'SRR7340504' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_260412_229_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_260412_229_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340505"
gz1="$(_compress_if_exists 'SRR7340505_1' || true)"
gz2="$(_compress_if_exists 'SRR7340505_2' || true)"
gzs="$(_compress_if_exists 'SRR7340505' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_260413_229_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_260413_229_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340506"
gz1="$(_compress_if_exists 'SRR7340506_1' || true)"
gz2="$(_compress_if_exists 'SRR7340506_2' || true)"
gzs="$(_compress_if_exists 'SRR7340506' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_260414_229_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_260414_229_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340507"
gz1="$(_compress_if_exists 'SRR7340507_1' || true)"
gz2="$(_compress_if_exists 'SRR7340507_2' || true)"
gzs="$(_compress_if_exists 'SRR7340507' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_259735_229_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_259735_229_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340508"
gz1="$(_compress_if_exists 'SRR7340508_1' || true)"
gz2="$(_compress_if_exists 'SRR7340508_2' || true)"
gzs="$(_compress_if_exists 'SRR7340508' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_261335_229_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_261335_229_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340509"
gz1="$(_compress_if_exists 'SRR7340509_1' || true)"
gz2="$(_compress_if_exists 'SRR7340509_2' || true)"
gzs="$(_compress_if_exists 'SRR7340509' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_261336_229_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_261336_229_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340510"
gz1="$(_compress_if_exists 'SRR7340510_1' || true)"
gz2="$(_compress_if_exists 'SRR7340510_2' || true)"
gzs="$(_compress_if_exists 'SRR7340510' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_260412_203_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_260412_203_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340511"
gz1="$(_compress_if_exists 'SRR7340511_1' || true)"
gz2="$(_compress_if_exists 'SRR7340511_2' || true)"
gzs="$(_compress_if_exists 'SRR7340511' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_260413_203_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_260413_203_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340512"
gz1="$(_compress_if_exists 'SRR7340512_1' || true)"
gz2="$(_compress_if_exists 'SRR7340512_2' || true)"
gzs="$(_compress_if_exists 'SRR7340512' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_260414_203_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_260414_203_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340513"
gz1="$(_compress_if_exists 'SRR7340513_1' || true)"
gz2="$(_compress_if_exists 'SRR7340513_2' || true)"
gzs="$(_compress_if_exists 'SRR7340513' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_259735_203_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_259735_203_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340514"
gz1="$(_compress_if_exists 'SRR7340514_1' || true)"
gz2="$(_compress_if_exists 'SRR7340514_2' || true)"
gzs="$(_compress_if_exists 'SRR7340514' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_261335_203_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_261335_203_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340515"
gz1="$(_compress_if_exists 'SRR7340515_1' || true)"
gz2="$(_compress_if_exists 'SRR7340515_2' || true)"
gzs="$(_compress_if_exists 'SRR7340515' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_261336_203_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_261336_203_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340516"
gz1="$(_compress_if_exists 'SRR7340516_1' || true)"
gz2="$(_compress_if_exists 'SRR7340516_2' || true)"
gzs="$(_compress_if_exists 'SRR7340516' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_260415_230_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_260415_230_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340517"
gz1="$(_compress_if_exists 'SRR7340517_1' || true)"
gz2="$(_compress_if_exists 'SRR7340517_2' || true)"
gzs="$(_compress_if_exists 'SRR7340517' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_260416_230_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_260416_230_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340518"
gz1="$(_compress_if_exists 'SRR7340518_1' || true)"
gz2="$(_compress_if_exists 'SRR7340518_2' || true)"
gzs="$(_compress_if_exists 'SRR7340518' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_260417_230_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_260417_230_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340519"
gz1="$(_compress_if_exists 'SRR7340519_1' || true)"
gz2="$(_compress_if_exists 'SRR7340519_2' || true)"
gzs="$(_compress_if_exists 'SRR7340519' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_259736_230_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_259736_230_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340520"
gz1="$(_compress_if_exists 'SRR7340520_1' || true)"
gz2="$(_compress_if_exists 'SRR7340520_2' || true)"
gzs="$(_compress_if_exists 'SRR7340520' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_261337_230_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_261337_230_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340521"
gz1="$(_compress_if_exists 'SRR7340521_1' || true)"
gz2="$(_compress_if_exists 'SRR7340521_2' || true)"
gzs="$(_compress_if_exists 'SRR7340521' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_261338_230_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_261338_230_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340522"
gz1="$(_compress_if_exists 'SRR7340522_1' || true)"
gz2="$(_compress_if_exists 'SRR7340522_2' || true)"
gzs="$(_compress_if_exists 'SRR7340522' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_260415_232_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_260415_232_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340523"
gz1="$(_compress_if_exists 'SRR7340523_1' || true)"
gz2="$(_compress_if_exists 'SRR7340523_2' || true)"
gzs="$(_compress_if_exists 'SRR7340523' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_260416_232_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_260416_232_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340524"
gz1="$(_compress_if_exists 'SRR7340524_1' || true)"
gz2="$(_compress_if_exists 'SRR7340524_2' || true)"
gzs="$(_compress_if_exists 'SRR7340524' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_260417_232_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_260417_232_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340525"
gz1="$(_compress_if_exists 'SRR7340525_1' || true)"
gz2="$(_compress_if_exists 'SRR7340525_2' || true)"
gzs="$(_compress_if_exists 'SRR7340525' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_259736_232_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_259736_232_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340526"
gz1="$(_compress_if_exists 'SRR7340526_1' || true)"
gz2="$(_compress_if_exists 'SRR7340526_2' || true)"
gzs="$(_compress_if_exists 'SRR7340526' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_261337_232_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_261337_232_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340527"
gz1="$(_compress_if_exists 'SRR7340527_1' || true)"
gz2="$(_compress_if_exists 'SRR7340527_2' || true)"
gzs="$(_compress_if_exists 'SRR7340527' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_261338_232_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_261338_232_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340528"
gz1="$(_compress_if_exists 'SRR7340528_1' || true)"
gz2="$(_compress_if_exists 'SRR7340528_2' || true)"
gzs="$(_compress_if_exists 'SRR7340528' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_260415_234_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_260415_234_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340529"
gz1="$(_compress_if_exists 'SRR7340529_1' || true)"
gz2="$(_compress_if_exists 'SRR7340529_2' || true)"
gzs="$(_compress_if_exists 'SRR7340529' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_260416_234_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_260416_234_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340530"
gz1="$(_compress_if_exists 'SRR7340530_1' || true)"
gz2="$(_compress_if_exists 'SRR7340530_2' || true)"
gzs="$(_compress_if_exists 'SRR7340530' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_260417_234_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_260417_234_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340531"
gz1="$(_compress_if_exists 'SRR7340531_1' || true)"
gz2="$(_compress_if_exists 'SRR7340531_2' || true)"
gzs="$(_compress_if_exists 'SRR7340531' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_259736_234_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_259736_234_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340532"
gz1="$(_compress_if_exists 'SRR7340532_1' || true)"
gz2="$(_compress_if_exists 'SRR7340532_2' || true)"
gzs="$(_compress_if_exists 'SRR7340532' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_261337_234_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_261337_234_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340533"
gz1="$(_compress_if_exists 'SRR7340533_1' || true)"
gz2="$(_compress_if_exists 'SRR7340533_2' || true)"
gzs="$(_compress_if_exists 'SRR7340533' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_261338_234_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_261338_234_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340534"
gz1="$(_compress_if_exists 'SRR7340534_1' || true)"
gz2="$(_compress_if_exists 'SRR7340534_2' || true)"
gzs="$(_compress_if_exists 'SRR7340534' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_260415_236_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_260415_236_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340535"
gz1="$(_compress_if_exists 'SRR7340535_1' || true)"
gz2="$(_compress_if_exists 'SRR7340535_2' || true)"
gzs="$(_compress_if_exists 'SRR7340535' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_260416_236_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_260416_236_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340536"
gz1="$(_compress_if_exists 'SRR7340536_1' || true)"
gz2="$(_compress_if_exists 'SRR7340536_2' || true)"
gzs="$(_compress_if_exists 'SRR7340536' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_260417_236_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_260417_236_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340537"
gz1="$(_compress_if_exists 'SRR7340537_1' || true)"
gz2="$(_compress_if_exists 'SRR7340537_2' || true)"
gzs="$(_compress_if_exists 'SRR7340537' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_259736_236_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_259736_236_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340538"
gz1="$(_compress_if_exists 'SRR7340538_1' || true)"
gz2="$(_compress_if_exists 'SRR7340538_2' || true)"
gzs="$(_compress_if_exists 'SRR7340538' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_261337_236_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_261337_236_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340539"
gz1="$(_compress_if_exists 'SRR7340539_1' || true)"
gz2="$(_compress_if_exists 'SRR7340539_2' || true)"
gzs="$(_compress_if_exists 'SRR7340539' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_261338_236_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_261338_236_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340540"
gz1="$(_compress_if_exists 'SRR7340540_1' || true)"
gz2="$(_compress_if_exists 'SRR7340540_2' || true)"
gzs="$(_compress_if_exists 'SRR7340540' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_260415_238_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_260415_238_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340541"
gz1="$(_compress_if_exists 'SRR7340541_1' || true)"
gz2="$(_compress_if_exists 'SRR7340541_2' || true)"
gzs="$(_compress_if_exists 'SRR7340541' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_260416_238_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_260416_238_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340542"
gz1="$(_compress_if_exists 'SRR7340542_1' || true)"
gz2="$(_compress_if_exists 'SRR7340542_2' || true)"
gzs="$(_compress_if_exists 'SRR7340542' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_260417_238_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_260417_238_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340543"
gz1="$(_compress_if_exists 'SRR7340543_1' || true)"
gz2="$(_compress_if_exists 'SRR7340543_2' || true)"
gzs="$(_compress_if_exists 'SRR7340543' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_259736_238_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_259736_238_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340544"
gz1="$(_compress_if_exists 'SRR7340544_1' || true)"
gz2="$(_compress_if_exists 'SRR7340544_2' || true)"
gzs="$(_compress_if_exists 'SRR7340544' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_261337_238_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_261337_238_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340545"
gz1="$(_compress_if_exists 'SRR7340545_1' || true)"
gz2="$(_compress_if_exists 'SRR7340545_2' || true)"
gzs="$(_compress_if_exists 'SRR7340545' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_261338_238_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_261338_238_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340546"
gz1="$(_compress_if_exists 'SRR7340546_1' || true)"
gz2="$(_compress_if_exists 'SRR7340546_2' || true)"
gzs="$(_compress_if_exists 'SRR7340546' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_260415_240_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_260415_240_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340547"
gz1="$(_compress_if_exists 'SRR7340547_1' || true)"
gz2="$(_compress_if_exists 'SRR7340547_2' || true)"
gzs="$(_compress_if_exists 'SRR7340547' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_260416_240_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_260416_240_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340548"
gz1="$(_compress_if_exists 'SRR7340548_1' || true)"
gz2="$(_compress_if_exists 'SRR7340548_2' || true)"
gzs="$(_compress_if_exists 'SRR7340548' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_260417_240_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_260417_240_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340549"
gz1="$(_compress_if_exists 'SRR7340549_1' || true)"
gz2="$(_compress_if_exists 'SRR7340549_2' || true)"
gzs="$(_compress_if_exists 'SRR7340549' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_259736_240_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_259736_240_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340550"
gz1="$(_compress_if_exists 'SRR7340550_1' || true)"
gz2="$(_compress_if_exists 'SRR7340550_2' || true)"
gzs="$(_compress_if_exists 'SRR7340550' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_261337_240_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_261337_240_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340551"
gz1="$(_compress_if_exists 'SRR7340551_1' || true)"
gz2="$(_compress_if_exists 'SRR7340551_2' || true)"
gzs="$(_compress_if_exists 'SRR7340551' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_261338_240_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_261338_240_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340552"
gz1="$(_compress_if_exists 'SRR7340552_1' || true)"
gz2="$(_compress_if_exists 'SRR7340552_2' || true)"
gzs="$(_compress_if_exists 'SRR7340552' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_260415_243_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_260415_243_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340553"
gz1="$(_compress_if_exists 'SRR7340553_1' || true)"
gz2="$(_compress_if_exists 'SRR7340553_2' || true)"
gzs="$(_compress_if_exists 'SRR7340553' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_260416_243_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_260416_243_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340554"
gz1="$(_compress_if_exists 'SRR7340554_1' || true)"
gz2="$(_compress_if_exists 'SRR7340554_2' || true)"
gzs="$(_compress_if_exists 'SRR7340554' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_260417_243_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_260417_243_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340555"
gz1="$(_compress_if_exists 'SRR7340555_1' || true)"
gz2="$(_compress_if_exists 'SRR7340555_2' || true)"
gzs="$(_compress_if_exists 'SRR7340555' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_259736_243_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_259736_243_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340556"
gz1="$(_compress_if_exists 'SRR7340556_1' || true)"
gz2="$(_compress_if_exists 'SRR7340556_2' || true)"
gzs="$(_compress_if_exists 'SRR7340556' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_261337_243_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_261337_243_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340557"
gz1="$(_compress_if_exists 'SRR7340557_1' || true)"
gz2="$(_compress_if_exists 'SRR7340557_2' || true)"
gzs="$(_compress_if_exists 'SRR7340557' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_261338_243_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_261338_243_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340558"
gz1="$(_compress_if_exists 'SRR7340558_1' || true)"
gz2="$(_compress_if_exists 'SRR7340558_2' || true)"
gzs="$(_compress_if_exists 'SRR7340558' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_260415_244_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_260415_244_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340559"
gz1="$(_compress_if_exists 'SRR7340559_1' || true)"
gz2="$(_compress_if_exists 'SRR7340559_2' || true)"
gzs="$(_compress_if_exists 'SRR7340559' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_260416_244_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_260416_244_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340560"
gz1="$(_compress_if_exists 'SRR7340560_1' || true)"
gz2="$(_compress_if_exists 'SRR7340560_2' || true)"
gzs="$(_compress_if_exists 'SRR7340560' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_260417_244_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_260417_244_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340561"
gz1="$(_compress_if_exists 'SRR7340561_1' || true)"
gz2="$(_compress_if_exists 'SRR7340561_2' || true)"
gzs="$(_compress_if_exists 'SRR7340561' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_259736_244_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_259736_244_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340562"
gz1="$(_compress_if_exists 'SRR7340562_1' || true)"
gz2="$(_compress_if_exists 'SRR7340562_2' || true)"
gzs="$(_compress_if_exists 'SRR7340562' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_261337_244_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_261337_244_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340563"
gz1="$(_compress_if_exists 'SRR7340563_1' || true)"
gz2="$(_compress_if_exists 'SRR7340563_2' || true)"
gzs="$(_compress_if_exists 'SRR7340563' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_261338_244_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_261338_244_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340564"
gz1="$(_compress_if_exists 'SRR7340564_1' || true)"
gz2="$(_compress_if_exists 'SRR7340564_2' || true)"
gzs="$(_compress_if_exists 'SRR7340564' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_260415_245_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_260415_245_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340565"
gz1="$(_compress_if_exists 'SRR7340565_1' || true)"
gz2="$(_compress_if_exists 'SRR7340565_2' || true)"
gzs="$(_compress_if_exists 'SRR7340565' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_260416_245_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_260416_245_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340566"
gz1="$(_compress_if_exists 'SRR7340566_1' || true)"
gz2="$(_compress_if_exists 'SRR7340566_2' || true)"
gzs="$(_compress_if_exists 'SRR7340566' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_260417_245_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_260417_245_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340567"
gz1="$(_compress_if_exists 'SRR7340567_1' || true)"
gz2="$(_compress_if_exists 'SRR7340567_2' || true)"
gzs="$(_compress_if_exists 'SRR7340567' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_259736_245_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_259736_245_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340568"
gz1="$(_compress_if_exists 'SRR7340568_1' || true)"
gz2="$(_compress_if_exists 'SRR7340568_2' || true)"
gzs="$(_compress_if_exists 'SRR7340568' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_261337_245_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_261337_245_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340569"
gz1="$(_compress_if_exists 'SRR7340569_1' || true)"
gz2="$(_compress_if_exists 'SRR7340569_2' || true)"
gzs="$(_compress_if_exists 'SRR7340569' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_261338_245_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_261338_245_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340570"
gz1="$(_compress_if_exists 'SRR7340570_1' || true)"
gz2="$(_compress_if_exists 'SRR7340570_2' || true)"
gzs="$(_compress_if_exists 'SRR7340570' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_260415_247_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_260415_247_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340571"
gz1="$(_compress_if_exists 'SRR7340571_1' || true)"
gz2="$(_compress_if_exists 'SRR7340571_2' || true)"
gzs="$(_compress_if_exists 'SRR7340571' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_260416_247_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_260416_247_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340572"
gz1="$(_compress_if_exists 'SRR7340572_1' || true)"
gz2="$(_compress_if_exists 'SRR7340572_2' || true)"
gzs="$(_compress_if_exists 'SRR7340572' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_260417_247_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_260417_247_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340573"
gz1="$(_compress_if_exists 'SRR7340573_1' || true)"
gz2="$(_compress_if_exists 'SRR7340573_2' || true)"
gzs="$(_compress_if_exists 'SRR7340573' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_259736_247_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_259736_247_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340574"
gz1="$(_compress_if_exists 'SRR7340574_1' || true)"
gz2="$(_compress_if_exists 'SRR7340574_2' || true)"
gzs="$(_compress_if_exists 'SRR7340574' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_261337_247_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_261337_247_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340575"
gz1="$(_compress_if_exists 'SRR7340575_1' || true)"
gz2="$(_compress_if_exists 'SRR7340575_2' || true)"
gzs="$(_compress_if_exists 'SRR7340575' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_261338_247_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_261338_247_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340576"
gz1="$(_compress_if_exists 'SRR7340576_1' || true)"
gz2="$(_compress_if_exists 'SRR7340576_2' || true)"
gzs="$(_compress_if_exists 'SRR7340576' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_260415_249_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_260415_249_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340577"
gz1="$(_compress_if_exists 'SRR7340577_1' || true)"
gz2="$(_compress_if_exists 'SRR7340577_2' || true)"
gzs="$(_compress_if_exists 'SRR7340577' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_260416_249_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_260416_249_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340578"
gz1="$(_compress_if_exists 'SRR7340578_1' || true)"
gz2="$(_compress_if_exists 'SRR7340578_2' || true)"
gzs="$(_compress_if_exists 'SRR7340578' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_260417_249_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_260417_249_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340579"
gz1="$(_compress_if_exists 'SRR7340579_1' || true)"
gz2="$(_compress_if_exists 'SRR7340579_2' || true)"
gzs="$(_compress_if_exists 'SRR7340579' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_259736_249_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_259736_249_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340580"
gz1="$(_compress_if_exists 'SRR7340580_1' || true)"
gz2="$(_compress_if_exists 'SRR7340580_2' || true)"
gzs="$(_compress_if_exists 'SRR7340580' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_261337_249_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_261337_249_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340581"
gz1="$(_compress_if_exists 'SRR7340581_1' || true)"
gz2="$(_compress_if_exists 'SRR7340581_2' || true)"
gzs="$(_compress_if_exists 'SRR7340581' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_261338_249_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_261338_249_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340582"
gz1="$(_compress_if_exists 'SRR7340582_1' || true)"
gz2="$(_compress_if_exists 'SRR7340582_2' || true)"
gzs="$(_compress_if_exists 'SRR7340582' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_260415_250_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_260415_250_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340583"
gz1="$(_compress_if_exists 'SRR7340583_1' || true)"
gz2="$(_compress_if_exists 'SRR7340583_2' || true)"
gzs="$(_compress_if_exists 'SRR7340583' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_260416_250_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_260416_250_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340584"
gz1="$(_compress_if_exists 'SRR7340584_1' || true)"
gz2="$(_compress_if_exists 'SRR7340584_2' || true)"
gzs="$(_compress_if_exists 'SRR7340584' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_260417_250_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_260417_250_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340585"
gz1="$(_compress_if_exists 'SRR7340585_1' || true)"
gz2="$(_compress_if_exists 'SRR7340585_2' || true)"
gzs="$(_compress_if_exists 'SRR7340585' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_259736_250_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_259736_250_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340586"
gz1="$(_compress_if_exists 'SRR7340586_1' || true)"
gz2="$(_compress_if_exists 'SRR7340586_2' || true)"
gzs="$(_compress_if_exists 'SRR7340586' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_261337_250_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_261337_250_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340587"
gz1="$(_compress_if_exists 'SRR7340587_1' || true)"
gz2="$(_compress_if_exists 'SRR7340587_2' || true)"
gzs="$(_compress_if_exists 'SRR7340587' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_261338_250_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_261338_250_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340588"
gz1="$(_compress_if_exists 'SRR7340588_1' || true)"
gz2="$(_compress_if_exists 'SRR7340588_2' || true)"
gzs="$(_compress_if_exists 'SRR7340588' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_260415_253_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_260415_253_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340589"
gz1="$(_compress_if_exists 'SRR7340589_1' || true)"
gz2="$(_compress_if_exists 'SRR7340589_2' || true)"
gzs="$(_compress_if_exists 'SRR7340589' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_260416_253_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_260416_253_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340590"
gz1="$(_compress_if_exists 'SRR7340590_1' || true)"
gz2="$(_compress_if_exists 'SRR7340590_2' || true)"
gzs="$(_compress_if_exists 'SRR7340590' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_260417_253_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_260417_253_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340591"
gz1="$(_compress_if_exists 'SRR7340591_1' || true)"
gz2="$(_compress_if_exists 'SRR7340591_2' || true)"
gzs="$(_compress_if_exists 'SRR7340591' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_259736_253_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_259736_253_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340592"
gz1="$(_compress_if_exists 'SRR7340592_1' || true)"
gz2="$(_compress_if_exists 'SRR7340592_2' || true)"
gzs="$(_compress_if_exists 'SRR7340592' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_261337_253_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_261337_253_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340593"
gz1="$(_compress_if_exists 'SRR7340593_1' || true)"
gz2="$(_compress_if_exists 'SRR7340593_2' || true)"
gzs="$(_compress_if_exists 'SRR7340593' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_261338_253_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_261338_253_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340594"
gz1="$(_compress_if_exists 'SRR7340594_1' || true)"
gz2="$(_compress_if_exists 'SRR7340594_2' || true)"
gzs="$(_compress_if_exists 'SRR7340594' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_260415_254_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_260415_254_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340595"
gz1="$(_compress_if_exists 'SRR7340595_1' || true)"
gz2="$(_compress_if_exists 'SRR7340595_2' || true)"
gzs="$(_compress_if_exists 'SRR7340595' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_260416_254_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_260416_254_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340596"
gz1="$(_compress_if_exists 'SRR7340596_1' || true)"
gz2="$(_compress_if_exists 'SRR7340596_2' || true)"
gzs="$(_compress_if_exists 'SRR7340596' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_260417_254_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_260417_254_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340597"
gz1="$(_compress_if_exists 'SRR7340597_1' || true)"
gz2="$(_compress_if_exists 'SRR7340597_2' || true)"
gzs="$(_compress_if_exists 'SRR7340597' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_259736_254_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_259736_254_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340598"
gz1="$(_compress_if_exists 'SRR7340598_1' || true)"
gz2="$(_compress_if_exists 'SRR7340598_2' || true)"
gzs="$(_compress_if_exists 'SRR7340598' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_261337_254_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_261337_254_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340599"
gz1="$(_compress_if_exists 'SRR7340599_1' || true)"
gz2="$(_compress_if_exists 'SRR7340599_2' || true)"
gzs="$(_compress_if_exists 'SRR7340599' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_261338_254_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_261338_254_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340600"
gz1="$(_compress_if_exists 'SRR7340600_1' || true)"
gz2="$(_compress_if_exists 'SRR7340600_2' || true)"
gzs="$(_compress_if_exists 'SRR7340600' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_260415_256_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_260415_256_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340601"
gz1="$(_compress_if_exists 'SRR7340601_1' || true)"
gz2="$(_compress_if_exists 'SRR7340601_2' || true)"
gzs="$(_compress_if_exists 'SRR7340601' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_260416_256_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_260416_256_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340602"
gz1="$(_compress_if_exists 'SRR7340602_1' || true)"
gz2="$(_compress_if_exists 'SRR7340602_2' || true)"
gzs="$(_compress_if_exists 'SRR7340602' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_260417_256_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_260417_256_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340603"
gz1="$(_compress_if_exists 'SRR7340603_1' || true)"
gz2="$(_compress_if_exists 'SRR7340603_2' || true)"
gzs="$(_compress_if_exists 'SRR7340603' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_259736_256_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_259736_256_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340604"
gz1="$(_compress_if_exists 'SRR7340604_1' || true)"
gz2="$(_compress_if_exists 'SRR7340604_2' || true)"
gzs="$(_compress_if_exists 'SRR7340604' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_261337_256_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_261337_256_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340605"
gz1="$(_compress_if_exists 'SRR7340605_1' || true)"
gz2="$(_compress_if_exists 'SRR7340605_2' || true)"
gzs="$(_compress_if_exists 'SRR7340605' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_261338_256_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_261338_256_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340606"
gz1="$(_compress_if_exists 'SRR7340606_1' || true)"
gz2="$(_compress_if_exists 'SRR7340606_2' || true)"
gzs="$(_compress_if_exists 'SRR7340606' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_260418_261_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_260418_261_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340607"
gz1="$(_compress_if_exists 'SRR7340607_1' || true)"
gz2="$(_compress_if_exists 'SRR7340607_2' || true)"
gzs="$(_compress_if_exists 'SRR7340607' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_260419_261_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_260419_261_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340608"
gz1="$(_compress_if_exists 'SRR7340608_1' || true)"
gz2="$(_compress_if_exists 'SRR7340608_2' || true)"
gzs="$(_compress_if_exists 'SRR7340608' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_261339_261_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_261339_261_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340609"
gz1="$(_compress_if_exists 'SRR7340609_1' || true)"
gz2="$(_compress_if_exists 'SRR7340609_2' || true)"
gzs="$(_compress_if_exists 'SRR7340609' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_261340_261_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_261340_261_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340610"
gz1="$(_compress_if_exists 'SRR7340610_1' || true)"
gz2="$(_compress_if_exists 'SRR7340610_2' || true)"
gzs="$(_compress_if_exists 'SRR7340610' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_261341_261_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_261341_261_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340611"
gz1="$(_compress_if_exists 'SRR7340611_1' || true)"
gz2="$(_compress_if_exists 'SRR7340611_2' || true)"
gzs="$(_compress_if_exists 'SRR7340611' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_261342_261_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_261342_261_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340612"
gz1="$(_compress_if_exists 'SRR7340612_1' || true)"
gz2="$(_compress_if_exists 'SRR7340612_2' || true)"
gzs="$(_compress_if_exists 'SRR7340612' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_260418_262_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_260418_262_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340613"
gz1="$(_compress_if_exists 'SRR7340613_1' || true)"
gz2="$(_compress_if_exists 'SRR7340613_2' || true)"
gzs="$(_compress_if_exists 'SRR7340613' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_260419_262_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_260419_262_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340614"
gz1="$(_compress_if_exists 'SRR7340614_1' || true)"
gz2="$(_compress_if_exists 'SRR7340614_2' || true)"
gzs="$(_compress_if_exists 'SRR7340614' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_261339_262_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_261339_262_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340615"
gz1="$(_compress_if_exists 'SRR7340615_1' || true)"
gz2="$(_compress_if_exists 'SRR7340615_2' || true)"
gzs="$(_compress_if_exists 'SRR7340615' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_261340_262_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_261340_262_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340616"
gz1="$(_compress_if_exists 'SRR7340616_1' || true)"
gz2="$(_compress_if_exists 'SRR7340616_2' || true)"
gzs="$(_compress_if_exists 'SRR7340616' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_261341_262_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_261341_262_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340617"
gz1="$(_compress_if_exists 'SRR7340617_1' || true)"
gz2="$(_compress_if_exists 'SRR7340617_2' || true)"
gzs="$(_compress_if_exists 'SRR7340617' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_261342_262_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_261342_262_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340618"
gz1="$(_compress_if_exists 'SRR7340618_1' || true)"
gz2="$(_compress_if_exists 'SRR7340618_2' || true)"
gzs="$(_compress_if_exists 'SRR7340618' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_260418_263_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_260418_263_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340619"
gz1="$(_compress_if_exists 'SRR7340619_1' || true)"
gz2="$(_compress_if_exists 'SRR7340619_2' || true)"
gzs="$(_compress_if_exists 'SRR7340619' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_260419_263_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_260419_263_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340620"
gz1="$(_compress_if_exists 'SRR7340620_1' || true)"
gz2="$(_compress_if_exists 'SRR7340620_2' || true)"
gzs="$(_compress_if_exists 'SRR7340620' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_261339_263_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_261339_263_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340621"
gz1="$(_compress_if_exists 'SRR7340621_1' || true)"
gz2="$(_compress_if_exists 'SRR7340621_2' || true)"
gzs="$(_compress_if_exists 'SRR7340621' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_261340_263_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_261340_263_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340622"
gz1="$(_compress_if_exists 'SRR7340622_1' || true)"
gz2="$(_compress_if_exists 'SRR7340622_2' || true)"
gzs="$(_compress_if_exists 'SRR7340622' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_261341_263_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_261341_263_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340623"
gz1="$(_compress_if_exists 'SRR7340623_1' || true)"
gz2="$(_compress_if_exists 'SRR7340623_2' || true)"
gzs="$(_compress_if_exists 'SRR7340623' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_261342_263_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_261342_263_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340624"
gz1="$(_compress_if_exists 'SRR7340624_1' || true)"
gz2="$(_compress_if_exists 'SRR7340624_2' || true)"
gzs="$(_compress_if_exists 'SRR7340624' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_260418_265_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_260418_265_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340625"
gz1="$(_compress_if_exists 'SRR7340625_1' || true)"
gz2="$(_compress_if_exists 'SRR7340625_2' || true)"
gzs="$(_compress_if_exists 'SRR7340625' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_260419_265_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_260419_265_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340626"
gz1="$(_compress_if_exists 'SRR7340626_1' || true)"
gz2="$(_compress_if_exists 'SRR7340626_2' || true)"
gzs="$(_compress_if_exists 'SRR7340626' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_261339_265_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_261339_265_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340627"
gz1="$(_compress_if_exists 'SRR7340627_1' || true)"
gz2="$(_compress_if_exists 'SRR7340627_2' || true)"
gzs="$(_compress_if_exists 'SRR7340627' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_261340_265_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_261340_265_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340628"
gz1="$(_compress_if_exists 'SRR7340628_1' || true)"
gz2="$(_compress_if_exists 'SRR7340628_2' || true)"
gzs="$(_compress_if_exists 'SRR7340628' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_261341_265_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_261341_265_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340629"
gz1="$(_compress_if_exists 'SRR7340629_1' || true)"
gz2="$(_compress_if_exists 'SRR7340629_2' || true)"
gzs="$(_compress_if_exists 'SRR7340629' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_261342_265_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_261342_265_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340630"
gz1="$(_compress_if_exists 'SRR7340630_1' || true)"
gz2="$(_compress_if_exists 'SRR7340630_2' || true)"
gzs="$(_compress_if_exists 'SRR7340630' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_260418_267_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_260418_267_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340631"
gz1="$(_compress_if_exists 'SRR7340631_1' || true)"
gz2="$(_compress_if_exists 'SRR7340631_2' || true)"
gzs="$(_compress_if_exists 'SRR7340631' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_260419_267_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_260419_267_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340632"
gz1="$(_compress_if_exists 'SRR7340632_1' || true)"
gz2="$(_compress_if_exists 'SRR7340632_2' || true)"
gzs="$(_compress_if_exists 'SRR7340632' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_261339_267_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_261339_267_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340633"
gz1="$(_compress_if_exists 'SRR7340633_1' || true)"
gz2="$(_compress_if_exists 'SRR7340633_2' || true)"
gzs="$(_compress_if_exists 'SRR7340633' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_261340_267_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_261340_267_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340634"
gz1="$(_compress_if_exists 'SRR7340634_1' || true)"
gz2="$(_compress_if_exists 'SRR7340634_2' || true)"
gzs="$(_compress_if_exists 'SRR7340634' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_261341_267_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_261341_267_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340635"
gz1="$(_compress_if_exists 'SRR7340635_1' || true)"
gz2="$(_compress_if_exists 'SRR7340635_2' || true)"
gzs="$(_compress_if_exists 'SRR7340635' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_261342_267_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_261342_267_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340636"
gz1="$(_compress_if_exists 'SRR7340636_1' || true)"
gz2="$(_compress_if_exists 'SRR7340636_2' || true)"
gzs="$(_compress_if_exists 'SRR7340636' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_260418_270_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_260418_270_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340637"
gz1="$(_compress_if_exists 'SRR7340637_1' || true)"
gz2="$(_compress_if_exists 'SRR7340637_2' || true)"
gzs="$(_compress_if_exists 'SRR7340637' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_260419_270_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_260419_270_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340638"
gz1="$(_compress_if_exists 'SRR7340638_1' || true)"
gz2="$(_compress_if_exists 'SRR7340638_2' || true)"
gzs="$(_compress_if_exists 'SRR7340638' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_261339_270_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_261339_270_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340639"
gz1="$(_compress_if_exists 'SRR7340639_1' || true)"
gz2="$(_compress_if_exists 'SRR7340639_2' || true)"
gzs="$(_compress_if_exists 'SRR7340639' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_261340_270_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_261340_270_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340640"
gz1="$(_compress_if_exists 'SRR7340640_1' || true)"
gz2="$(_compress_if_exists 'SRR7340640_2' || true)"
gzs="$(_compress_if_exists 'SRR7340640' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_261341_270_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_261341_270_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340641"
gz1="$(_compress_if_exists 'SRR7340641_1' || true)"
gz2="$(_compress_if_exists 'SRR7340641_2' || true)"
gzs="$(_compress_if_exists 'SRR7340641' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_261342_270_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_261342_270_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340642"
gz1="$(_compress_if_exists 'SRR7340642_1' || true)"
gz2="$(_compress_if_exists 'SRR7340642_2' || true)"
gzs="$(_compress_if_exists 'SRR7340642' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_260418_272_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_260418_272_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340643"
gz1="$(_compress_if_exists 'SRR7340643_1' || true)"
gz2="$(_compress_if_exists 'SRR7340643_2' || true)"
gzs="$(_compress_if_exists 'SRR7340643' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_260419_272_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_260419_272_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340644"
gz1="$(_compress_if_exists 'SRR7340644_1' || true)"
gz2="$(_compress_if_exists 'SRR7340644_2' || true)"
gzs="$(_compress_if_exists 'SRR7340644' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_261339_272_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_261339_272_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340645"
gz1="$(_compress_if_exists 'SRR7340645_1' || true)"
gz2="$(_compress_if_exists 'SRR7340645_2' || true)"
gzs="$(_compress_if_exists 'SRR7340645' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_261340_272_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_261340_272_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340646"
gz1="$(_compress_if_exists 'SRR7340646_1' || true)"
gz2="$(_compress_if_exists 'SRR7340646_2' || true)"
gzs="$(_compress_if_exists 'SRR7340646' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_261341_272_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_261341_272_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340647"
gz1="$(_compress_if_exists 'SRR7340647_1' || true)"
gz2="$(_compress_if_exists 'SRR7340647_2' || true)"
gzs="$(_compress_if_exists 'SRR7340647' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_261342_272_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_261342_272_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340648"
gz1="$(_compress_if_exists 'SRR7340648_1' || true)"
gz2="$(_compress_if_exists 'SRR7340648_2' || true)"
gzs="$(_compress_if_exists 'SRR7340648' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_260418_278_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_260418_278_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340649"
gz1="$(_compress_if_exists 'SRR7340649_1' || true)"
gz2="$(_compress_if_exists 'SRR7340649_2' || true)"
gzs="$(_compress_if_exists 'SRR7340649' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_260419_278_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_260419_278_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340650"
gz1="$(_compress_if_exists 'SRR7340650_1' || true)"
gz2="$(_compress_if_exists 'SRR7340650_2' || true)"
gzs="$(_compress_if_exists 'SRR7340650' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_261339_278_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_261339_278_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340651"
gz1="$(_compress_if_exists 'SRR7340651_1' || true)"
gz2="$(_compress_if_exists 'SRR7340651_2' || true)"
gzs="$(_compress_if_exists 'SRR7340651' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_261340_278_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_261340_278_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340652"
gz1="$(_compress_if_exists 'SRR7340652_1' || true)"
gz2="$(_compress_if_exists 'SRR7340652_2' || true)"
gzs="$(_compress_if_exists 'SRR7340652' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_261341_278_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_261341_278_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340653"
gz1="$(_compress_if_exists 'SRR7340653_1' || true)"
gz2="$(_compress_if_exists 'SRR7340653_2' || true)"
gzs="$(_compress_if_exists 'SRR7340653' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_261342_278_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_261342_278_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340654"
gz1="$(_compress_if_exists 'SRR7340654_1' || true)"
gz2="$(_compress_if_exists 'SRR7340654_2' || true)"
gzs="$(_compress_if_exists 'SRR7340654' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_260418_280_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_260418_280_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340655"
gz1="$(_compress_if_exists 'SRR7340655_1' || true)"
gz2="$(_compress_if_exists 'SRR7340655_2' || true)"
gzs="$(_compress_if_exists 'SRR7340655' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_260419_280_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_260419_280_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340656"
gz1="$(_compress_if_exists 'SRR7340656_1' || true)"
gz2="$(_compress_if_exists 'SRR7340656_2' || true)"
gzs="$(_compress_if_exists 'SRR7340656' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_261339_280_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_261339_280_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340657"
gz1="$(_compress_if_exists 'SRR7340657_1' || true)"
gz2="$(_compress_if_exists 'SRR7340657_2' || true)"
gzs="$(_compress_if_exists 'SRR7340657' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_261340_280_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_261340_280_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340658"
gz1="$(_compress_if_exists 'SRR7340658_1' || true)"
gz2="$(_compress_if_exists 'SRR7340658_2' || true)"
gzs="$(_compress_if_exists 'SRR7340658' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_261341_280_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_261341_280_2.fastq.gz"
fi

fasterq-dump --split-files "SRR7340659"
gz1="$(_compress_if_exists 'SRR7340659_1' || true)"
gz2="$(_compress_if_exists 'SRR7340659_2' || true)"
gzs="$(_compress_if_exists 'SRR7340659' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "WTCHG_261342_280_1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "WTCHG_261342_280_2.fastq.gz"
fi

fasterq-dump --split-files "SRR8096846"
gz1="$(_compress_if_exists 'SRR8096846_1' || true)"
gz2="$(_compress_if_exists 'SRR8096846_2' || true)"
gzs="$(_compress_if_exists 'SRR8096846' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "BR14-111SAB10-7DG-_S52_L004_R1_001.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "BR14-111SAB10-7DG-_S52_L002_R2_001.fastq.gz"
fi


# Option B: Direct download (larger .sra files)
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236860/SRR7236860"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236861/SRR7236861"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236862/SRR7236862"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236863/SRR7236863"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236864/SRR7236864"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236865/SRR7236865"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236866/SRR7236866"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236867/SRR7236867"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236868/SRR7236868"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236869/SRR7236869"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236870/SRR7236870"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236871/SRR7236871"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236872/SRR7236872"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236873/SRR7236873"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236874/SRR7236874"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236875/SRR7236875"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236876/SRR7236876"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236877/SRR7236877"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236878/SRR7236878"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236879/SRR7236879"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236880/SRR7236880"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236881/SRR7236881"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236882/SRR7236882"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236883/SRR7236883"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236884/SRR7236884"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236885/SRR7236885"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236886/SRR7236886"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236887/SRR7236887"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236888/SRR7236888"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236889/SRR7236889"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236890/SRR7236890"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236891/SRR7236891"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236892/SRR7236892"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236893/SRR7236893"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236894/SRR7236894"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236895/SRR7236895"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236896/SRR7236896"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236897/SRR7236897"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236898/SRR7236898"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236899/SRR7236899"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236900/SRR7236900"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236901/SRR7236901"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236902/SRR7236902"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236903/SRR7236903"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236904/SRR7236904"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236905/SRR7236905"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236906/SRR7236906"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236907/SRR7236907"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236908/SRR7236908"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236909/SRR7236909"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236910/SRR7236910"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236911/SRR7236911"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236912/SRR7236912"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236913/SRR7236913"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236914/SRR7236914"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236915/SRR7236915"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236916/SRR7236916"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236917/SRR7236917"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236918/SRR7236918"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236919/SRR7236919"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236920/SRR7236920"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236921/SRR7236921"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236922/SRR7236922"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236923/SRR7236923"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236924/SRR7236924"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236925/SRR7236925"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236926/SRR7236926"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236927/SRR7236927"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236928/SRR7236928"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236929/SRR7236929"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236930/SRR7236930"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236931/SRR7236931"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236932/SRR7236932"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236933/SRR7236933"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236934/SRR7236934"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236935/SRR7236935"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236936/SRR7236936"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236937/SRR7236937"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236938/SRR7236938"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236939/SRR7236939"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236940/SRR7236940"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236941/SRR7236941"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236942/SRR7236942"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236943/SRR7236943"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236944/SRR7236944"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236945/SRR7236945"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236946/SRR7236946"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236947/SRR7236947"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236948/SRR7236948"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236949/SRR7236949"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236950/SRR7236950"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236951/SRR7236951"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236952/SRR7236952"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236953/SRR7236953"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236954/SRR7236954"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236955/SRR7236955"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236956/SRR7236956"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236957/SRR7236957"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236958/SRR7236958"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236959/SRR7236959"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236960/SRR7236960"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236961/SRR7236961"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236962/SRR7236962"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236963/SRR7236963"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236964/SRR7236964"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236965/SRR7236965"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236966/SRR7236966"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236967/SRR7236967"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236968/SRR7236968"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236969/SRR7236969"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236970/SRR7236970"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236971/SRR7236971"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236972/SRR7236972"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236973/SRR7236973"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236974/SRR7236974"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236975/SRR7236975"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236976/SRR7236976"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236977/SRR7236977"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236978/SRR7236978"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236979/SRR7236979"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236980/SRR7236980"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236981/SRR7236981"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236982/SRR7236982"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236983/SRR7236983"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236984/SRR7236984"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236985/SRR7236985"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236986/SRR7236986"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236987/SRR7236987"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236988/SRR7236988"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236989/SRR7236989"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236990/SRR7236990"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236991/SRR7236991"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236992/SRR7236992"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236993/SRR7236993"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236994/SRR7236994"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236995/SRR7236995"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236996/SRR7236996"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236997/SRR7236997"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236998/SRR7236998"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236999/SRR7236999"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237000/SRR7237000"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237001/SRR7237001"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237002/SRR7237002"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237003/SRR7237003"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237004/SRR7237004"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237005/SRR7237005"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237006/SRR7237006"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237007/SRR7237007"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237008/SRR7237008"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237009/SRR7237009"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237010/SRR7237010"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237011/SRR7237011"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237012/SRR7237012"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237013/SRR7237013"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237014/SRR7237014"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237015/SRR7237015"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237016/SRR7237016"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237017/SRR7237017"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237018/SRR7237018"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237019/SRR7237019"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237020/SRR7237020"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237021/SRR7237021"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237022/SRR7237022"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237023/SRR7237023"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237024/SRR7237024"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237025/SRR7237025"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237026/SRR7237026"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237027/SRR7237027"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237028/SRR7237028"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237029/SRR7237029"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237030/SRR7237030"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237031/SRR7237031"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237032/SRR7237032"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237033/SRR7237033"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237034/SRR7237034"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237035/SRR7237035"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237036/SRR7237036"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237037/SRR7237037"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237038/SRR7237038"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237039/SRR7237039"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237040/SRR7237040"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237041/SRR7237041"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237042/SRR7237042"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237043/SRR7237043"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237044/SRR7237044"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237045/SRR7237045"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237046/SRR7237046"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237047/SRR7237047"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237048/SRR7237048"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237049/SRR7237049"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237050/SRR7237050"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237051/SRR7237051"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237052/SRR7237052"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237053/SRR7237053"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237054/SRR7237054"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237055/SRR7237055"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237056/SRR7237056"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237057/SRR7237057"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237058/SRR7237058"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237059/SRR7237059"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237060/SRR7237060"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237061/SRR7237061"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237062/SRR7237062"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237063/SRR7237063"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237064/SRR7237064"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237065/SRR7237065"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237066/SRR7237066"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237067/SRR7237067"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237068/SRR7237068"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237069/SRR7237069"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237070/SRR7237070"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237071/SRR7237071"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237072/SRR7237072"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237073/SRR7237073"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237074/SRR7237074"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237075/SRR7237075"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237076/SRR7237076"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237077/SRR7237077"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237078/SRR7237078"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237079/SRR7237079"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237080/SRR7237080"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237081/SRR7237081"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237082/SRR7237082"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237083/SRR7237083"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237084/SRR7237084"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237085/SRR7237085"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237086/SRR7237086"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237087/SRR7237087"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237088/SRR7237088"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237089/SRR7237089"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237090/SRR7237090"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237091/SRR7237091"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237092/SRR7237092"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237093/SRR7237093"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237094/SRR7237094"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237095/SRR7237095"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237096/SRR7237096"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237097/SRR7237097"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237098/SRR7237098"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237099/SRR7237099"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237100/SRR7237100"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237101/SRR7237101"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237102/SRR7237102"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237103/SRR7237103"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237104/SRR7237104"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237105/SRR7237105"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237106/SRR7237106"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237107/SRR7237107"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237108/SRR7237108"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237109/SRR7237109"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237110/SRR7237110"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237111/SRR7237111"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237112/SRR7237112"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237113/SRR7237113"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237114/SRR7237114"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237115/SRR7237115"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237116/SRR7237116"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237117/SRR7237117"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237118/SRR7237118"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237119/SRR7237119"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237120/SRR7237120"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237121/SRR7237121"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237122/SRR7237122"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237123/SRR7237123"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237130/SRR7237130"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237131/SRR7237131"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237132/SRR7237132"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237133/SRR7237133"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237134/SRR7237134"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237135/SRR7237135"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237136/SRR7237136"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237137/SRR7237137"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237138/SRR7237138"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237139/SRR7237139"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237140/SRR7237140"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237141/SRR7237141"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237142/SRR7237142"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237143/SRR7237143"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237144/SRR7237144"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237145/SRR7237145"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237146/SRR7237146"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237147/SRR7237147"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237148/SRR7237148"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237149/SRR7237149"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237150/SRR7237150"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237151/SRR7237151"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237152/SRR7237152"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237153/SRR7237153"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237154/SRR7237154"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237155/SRR7237155"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237156/SRR7237156"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237157/SRR7237157"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237158/SRR7237158"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237159/SRR7237159"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237160/SRR7237160"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237161/SRR7237161"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237162/SRR7237162"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237163/SRR7237163"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237164/SRR7237164"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237165/SRR7237165"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237166/SRR7237166"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237167/SRR7237167"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237168/SRR7237168"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237169/SRR7237169"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237170/SRR7237170"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237171/SRR7237171"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237172/SRR7237172"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237173/SRR7237173"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237174/SRR7237174"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237175/SRR7237175"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237176/SRR7237176"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237177/SRR7237177"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237178/SRR7237178"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237179/SRR7237179"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237180/SRR7237180"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237181/SRR7237181"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237182/SRR7237182"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237183/SRR7237183"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237184/SRR7237184"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237185/SRR7237185"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237186/SRR7237186"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237187/SRR7237187"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237188/SRR7237188"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237189/SRR7237189"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237190/SRR7237190"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237191/SRR7237191"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237192/SRR7237192"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237193/SRR7237193"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237194/SRR7237194"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237195/SRR7237195"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237196/SRR7237196"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237197/SRR7237197"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237198/SRR7237198"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237199/SRR7237199"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237200/SRR7237200"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237201/SRR7237201"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237202/SRR7237202"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237203/SRR7237203"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237204/SRR7237204"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237205/SRR7237205"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237206/SRR7237206"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237207/SRR7237207"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237214/SRR7237214"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237215/SRR7237215"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237216/SRR7237216"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237217/SRR7237217"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237218/SRR7237218"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237219/SRR7237219"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237220/SRR7237220"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237221/SRR7237221"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237222/SRR7237222"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237223/SRR7237223"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237224/SRR7237224"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237225/SRR7237225"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237226/SRR7237226"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237227/SRR7237227"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237228/SRR7237228"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237229/SRR7237229"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237230/SRR7237230"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237231/SRR7237231"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237232/SRR7237232"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237233/SRR7237233"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237234/SRR7237234"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237235/SRR7237235"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237236/SRR7237236"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237237/SRR7237237"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237238/SRR7237238"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237239/SRR7237239"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237240/SRR7237240"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237241/SRR7237241"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237242/SRR7237242"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237243/SRR7237243"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237244/SRR7237244"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237245/SRR7237245"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237246/SRR7237246"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237247/SRR7237247"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237248/SRR7237248"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237249/SRR7237249"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237250/SRR7237250"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237251/SRR7237251"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237252/SRR7237252"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237253/SRR7237253"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237254/SRR7237254"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237255/SRR7237255"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237256/SRR7237256"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237257/SRR7237257"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237258/SRR7237258"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237259/SRR7237259"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237260/SRR7237260"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237261/SRR7237261"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237262/SRR7237262"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237263/SRR7237263"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237264/SRR7237264"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237265/SRR7237265"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237266/SRR7237266"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237267/SRR7237267"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237268/SRR7237268"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237269/SRR7237269"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237270/SRR7237270"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237271/SRR7237271"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237272/SRR7237272"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237273/SRR7237273"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237274/SRR7237274"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237275/SRR7237275"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237276/SRR7237276"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237277/SRR7237277"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237278/SRR7237278"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237279/SRR7237279"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237280/SRR7237280"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237281/SRR7237281"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237282/SRR7237282"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237283/SRR7237283"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237284/SRR7237284"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237285/SRR7237285"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237286/SRR7237286"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237287/SRR7237287"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237288/SRR7237288"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237289/SRR7237289"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237290/SRR7237290"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237291/SRR7237291"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237292/SRR7237292"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237293/SRR7237293"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237294/SRR7237294"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237295/SRR7237295"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237296/SRR7237296"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237297/SRR7237297"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237298/SRR7237298"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237299/SRR7237299"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237300/SRR7237300"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237301/SRR7237301"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237302/SRR7237302"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237303/SRR7237303"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237304/SRR7237304"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237305/SRR7237305"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237306/SRR7237306"
curl -L -O -C - "https://sra-downloadb.be-md.ncbi.nlm.nih.gov/sos5/sra-pub-zq-14/SRR007/237/SRR7237307.sralite.1"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237308/SRR7237308"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237309/SRR7237309"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237310/SRR7237310"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237311/SRR7237311"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237312/SRR7237312"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237313/SRR7237313"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237314/SRR7237314"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237315/SRR7237315"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237316/SRR7237316"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237317/SRR7237317"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237318/SRR7237318"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237319/SRR7237319"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237320/SRR7237320"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237321/SRR7237321"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237322/SRR7237322"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237323/SRR7237323"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237324/SRR7237324"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237325/SRR7237325"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237326/SRR7237326"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237327/SRR7237327"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237328/SRR7237328"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237329/SRR7237329"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237330/SRR7237330"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237331/SRR7237331"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237332/SRR7237332"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237333/SRR7237333"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237334/SRR7237334"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237335/SRR7237335"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237336/SRR7237336"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237337/SRR7237337"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237338/SRR7237338"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237339/SRR7237339"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237340/SRR7237340"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237341/SRR7237341"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237342/SRR7237342"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237343/SRR7237343"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237344/SRR7237344"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237345/SRR7237345"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237346/SRR7237346"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237347/SRR7237347"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237348/SRR7237348"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237349/SRR7237349"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237350/SRR7237350"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237351/SRR7237351"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237352/SRR7237352"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237353/SRR7237353"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237354/SRR7237354"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237355/SRR7237355"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237356/SRR7237356"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237357/SRR7237357"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237358/SRR7237358"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237359/SRR7237359"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237360/SRR7237360"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237361/SRR7237361"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237362/SRR7237362"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237363/SRR7237363"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237364/SRR7237364"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237365/SRR7237365"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237366/SRR7237366"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237367/SRR7237367"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237368/SRR7237368"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237369/SRR7237369"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237370/SRR7237370"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237371/SRR7237371"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237372/SRR7237372"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237373/SRR7237373"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237374/SRR7237374"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237375/SRR7237375"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237376/SRR7237376"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237377/SRR7237377"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237378/SRR7237378"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237379/SRR7237379"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237380/SRR7237380"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237381/SRR7237381"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237382/SRR7237382"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237383/SRR7237383"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237384/SRR7237384"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237385/SRR7237385"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237386/SRR7237386"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237387/SRR7237387"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237388/SRR7237388"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237389/SRR7237389"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237390/SRR7237390"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237391/SRR7237391"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237392/SRR7237392"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237393/SRR7237393"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237394/SRR7237394"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237395/SRR7237395"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237396/SRR7237396"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237397/SRR7237397"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237398/SRR7237398"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237399/SRR7237399"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237400/SRR7237400"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237401/SRR7237401"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237402/SRR7237402"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237403/SRR7237403"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237404/SRR7237404"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237405/SRR7237405"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237406/SRR7237406"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237407/SRR7237407"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237408/SRR7237408"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237409/SRR7237409"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237410/SRR7237410"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237411/SRR7237411"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340414/SRR7340414"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340415/SRR7340415"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340416/SRR7340416"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340417/SRR7340417"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340418/SRR7340418"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340419/SRR7340419"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340420/SRR7340420"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340421/SRR7340421"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340422/SRR7340422"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340423/SRR7340423"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340424/SRR7340424"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340425/SRR7340425"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340426/SRR7340426"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340427/SRR7340427"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340428/SRR7340428"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340429/SRR7340429"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340430/SRR7340430"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340431/SRR7340431"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340432/SRR7340432"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340433/SRR7340433"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340434/SRR7340434"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340435/SRR7340435"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340436/SRR7340436"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340437/SRR7340437"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340438/SRR7340438"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340439/SRR7340439"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340440/SRR7340440"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340441/SRR7340441"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340442/SRR7340442"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340443/SRR7340443"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340444/SRR7340444"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340445/SRR7340445"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340446/SRR7340446"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340447/SRR7340447"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340448/SRR7340448"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340449/SRR7340449"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340450/SRR7340450"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340451/SRR7340451"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340452/SRR7340452"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340453/SRR7340453"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340454/SRR7340454"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340455/SRR7340455"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340456/SRR7340456"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340457/SRR7340457"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340458/SRR7340458"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340459/SRR7340459"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340460/SRR7340460"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340461/SRR7340461"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340462/SRR7340462"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340463/SRR7340463"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340464/SRR7340464"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340465/SRR7340465"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340466/SRR7340466"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340467/SRR7340467"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340468/SRR7340468"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340469/SRR7340469"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340470/SRR7340470"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340471/SRR7340471"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340472/SRR7340472"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340473/SRR7340473"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340474/SRR7340474"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340475/SRR7340475"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340476/SRR7340476"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340477/SRR7340477"
curl -L -O -C - "https://sra-downloadb.be-md.ncbi.nlm.nih.gov/sos5/sra-pub-zq-16/SRR007/340/SRR7340478.sralite.1"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340479/SRR7340479"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340480/SRR7340480"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340481/SRR7340481"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340482/SRR7340482"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340483/SRR7340483"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340484/SRR7340484"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340485/SRR7340485"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340486/SRR7340486"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340487/SRR7340487"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340488/SRR7340488"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340489/SRR7340489"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340490/SRR7340490"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340491/SRR7340491"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340492/SRR7340492"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340493/SRR7340493"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340494/SRR7340494"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340495/SRR7340495"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340496/SRR7340496"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340497/SRR7340497"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340498/SRR7340498"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340499/SRR7340499"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340500/SRR7340500"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340501/SRR7340501"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340502/SRR7340502"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340503/SRR7340503"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340504/SRR7340504"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340505/SRR7340505"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340506/SRR7340506"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340507/SRR7340507"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340508/SRR7340508"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340509/SRR7340509"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340510/SRR7340510"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340511/SRR7340511"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340512/SRR7340512"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340513/SRR7340513"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340514/SRR7340514"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340515/SRR7340515"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340516/SRR7340516"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340517/SRR7340517"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340518/SRR7340518"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340519/SRR7340519"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340520/SRR7340520"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340521/SRR7340521"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340522/SRR7340522"
curl -L -O -C - "https://sra-downloadb.be-md.ncbi.nlm.nih.gov/sos5/sra-pub-zq-16/SRR007/340/SRR7340523.sralite.1"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340524/SRR7340524"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340525/SRR7340525"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340526/SRR7340526"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340527/SRR7340527"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340528/SRR7340528"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340529/SRR7340529"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340530/SRR7340530"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340531/SRR7340531"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340532/SRR7340532"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340533/SRR7340533"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340534/SRR7340534"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340535/SRR7340535"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340536/SRR7340536"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340537/SRR7340537"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340538/SRR7340538"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340539/SRR7340539"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340540/SRR7340540"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340541/SRR7340541"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340542/SRR7340542"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340543/SRR7340543"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340544/SRR7340544"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340545/SRR7340545"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340546/SRR7340546"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340547/SRR7340547"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340548/SRR7340548"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340549/SRR7340549"
curl -L -O -C - "https://sra-downloadb.be-md.ncbi.nlm.nih.gov/sos5/sra-pub-zq-16/SRR007/340/SRR7340550.sralite.1"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340551/SRR7340551"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340552/SRR7340552"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340553/SRR7340553"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340554/SRR7340554"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340555/SRR7340555"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340556/SRR7340556"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340557/SRR7340557"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340558/SRR7340558"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340559/SRR7340559"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340560/SRR7340560"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340561/SRR7340561"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340562/SRR7340562"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340563/SRR7340563"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340564/SRR7340564"
curl -L -O -C - "https://sra-downloadb.be-md.ncbi.nlm.nih.gov/sos5/sra-pub-zq-14/SRR007/340/SRR7340565.sralite.1"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340566/SRR7340566"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340567/SRR7340567"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340568/SRR7340568"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340569/SRR7340569"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340570/SRR7340570"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340571/SRR7340571"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340572/SRR7340572"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340573/SRR7340573"
curl -L -O -C - "https://sra-downloadb.be-md.ncbi.nlm.nih.gov/sos5/sra-pub-zq-14/SRR007/340/SRR7340574.sralite.1"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340575/SRR7340575"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340576/SRR7340576"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340577/SRR7340577"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340578/SRR7340578"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340579/SRR7340579"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340580/SRR7340580"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340581/SRR7340581"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340582/SRR7340582"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340583/SRR7340583"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340584/SRR7340584"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340585/SRR7340585"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340586/SRR7340586"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340587/SRR7340587"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340588/SRR7340588"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340589/SRR7340589"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340590/SRR7340590"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340591/SRR7340591"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340592/SRR7340592"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340593/SRR7340593"
curl -L -O -C - "https://sra-downloadb.be-md.ncbi.nlm.nih.gov/sos5/sra-pub-zq-14/SRR007/340/SRR7340594.sralite.1"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340595/SRR7340595"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340596/SRR7340596"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340597/SRR7340597"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340598/SRR7340598"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340599/SRR7340599"
curl -L -O -C - "https://sra-downloadb.be-md.ncbi.nlm.nih.gov/sos5/sra-pub-zq-14/SRR007/340/SRR7340600.sralite.1"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340601/SRR7340601"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340602/SRR7340602"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340603/SRR7340603"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340604/SRR7340604"
curl -L -O -C - "https://sra-downloadb.be-md.ncbi.nlm.nih.gov/sos5/sra-pub-zq-16/SRR007/340/SRR7340605.sralite.1"
curl -L -O -C - "https://sra-downloadb.be-md.ncbi.nlm.nih.gov/sos5/sra-pub-zq-14/SRR007/340/SRR7340606.sralite.1"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340607/SRR7340607"
curl -L -O -C - "https://sra-downloadb.be-md.ncbi.nlm.nih.gov/sos5/sra-pub-zq-16/SRR007/340/SRR7340608.sralite.1"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340609/SRR7340609"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340610/SRR7340610"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340611/SRR7340611"
curl -L -O -C - "https://sra-downloadb.be-md.ncbi.nlm.nih.gov/sos9/sra-pub-zq-922/SRR007/340/SRR7340612.sralite.1"
curl -L -O -C - "https://sra-downloadb.be-md.ncbi.nlm.nih.gov/sos9/sra-pub-zq-922/SRR007/340/SRR7340613.sralite.1"
curl -L -O -C - "https://sra-downloadb.be-md.ncbi.nlm.nih.gov/sos5/sra-pub-zq-16/SRR007/340/SRR7340614.sralite.1"
curl -L -O -C - "https://sra-downloadb.be-md.ncbi.nlm.nih.gov/sos5/sra-pub-zq-16/SRR007/340/SRR7340615.sralite.1"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340616/SRR7340616"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340617/SRR7340617"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340618/SRR7340618"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340619/SRR7340619"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340620/SRR7340620"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340621/SRR7340621"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340622/SRR7340622"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340623/SRR7340623"
curl -L -O -C - "https://sra-downloadb.be-md.ncbi.nlm.nih.gov/sos9/sra-pub-zq-922/SRR007/340/SRR7340624.sralite.1"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340625/SRR7340625"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340626/SRR7340626"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340627/SRR7340627"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340628/SRR7340628"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340629/SRR7340629"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340630/SRR7340630"
curl -L -O -C - "https://sra-downloadb.be-md.ncbi.nlm.nih.gov/sos5/sra-pub-zq-14/SRR007/340/SRR7340631.sralite.1"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340632/SRR7340632"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340633/SRR7340633"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340634/SRR7340634"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340635/SRR7340635"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340636/SRR7340636"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340637/SRR7340637"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340638/SRR7340638"
curl -L -O -C - "https://sra-downloadb.be-md.ncbi.nlm.nih.gov/sos5/sra-pub-zq-14/SRR007/340/SRR7340639.sralite.1"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340640/SRR7340640"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340641/SRR7340641"
curl -L -O -C - "https://sra-downloadb.be-md.ncbi.nlm.nih.gov/sos9/sra-pub-zq-922/SRR007/340/SRR7340642.sralite.1"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340643/SRR7340643"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340644/SRR7340644"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340645/SRR7340645"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340646/SRR7340646"
curl -L -O -C - "https://sra-downloadb.be-md.ncbi.nlm.nih.gov/sos9/sra-pub-zq-922/SRR007/340/SRR7340647.sralite.1"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340648/SRR7340648"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340649/SRR7340649"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340650/SRR7340650"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340651/SRR7340651"
curl -L -O -C - "https://sra-downloadb.be-md.ncbi.nlm.nih.gov/sos9/sra-pub-zq-922/SRR007/340/SRR7340652.sralite.1"
curl -L -O -C - "https://sra-downloadb.be-md.ncbi.nlm.nih.gov/sos9/sra-pub-zq-922/SRR007/340/SRR7340653.sralite.1"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340654/SRR7340654"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340655/SRR7340655"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340656/SRR7340656"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340657/SRR7340657"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340658/SRR7340658"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340659/SRR7340659"
curl -L -O -C - "https://sra-downloadb.be-md.ncbi.nlm.nih.gov/sos9/sra-pub-zq-922/SRR008/096/SRR8096846.sralite.1"

# --- Additional data files ---
curl -L -O -C - "https://sra-downloadb.be-md.ncbi.nlm.nih.gov/sos9/sra-pub-zq-922/SRR008/096/SRR8096846.sralite.1"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237299/SRR7237299"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237308/SRR7237308"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237363/SRR7237363"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237396/SRR7237396"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340451/SRR7340451"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340454/SRR7340454"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340466/SRR7340466"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340468/SRR7340468"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340474/SRR7340474"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340482/SRR7340482"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340505/SRR7340505"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340507/SRR7340507"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340520/SRR7340520"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340529/SRR7340529"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340530/SRR7340530"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340532/SRR7340532"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340534/SRR7340534"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340539/SRR7340539"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340544/SRR7340544"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340569/SRR7340569"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340578/SRR7340578"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340581/SRR7340581"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340597/SRR7340597"
curl -L -O -C - "https://sra-downloadb.be-md.ncbi.nlm.nih.gov/sos5/sra-pub-zq-14/SRR007/340/SRR7340600.sralite.1"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340601/SRR7340601"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340603/SRR7340603"
curl -L -O -C - "https://sra-downloadb.be-md.ncbi.nlm.nih.gov/sos5/sra-pub-zq-16/SRR007/340/SRR7340605.sralite.1"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340607/SRR7340607"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340609/SRR7340609"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340618/SRR7340618"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340619/SRR7340619"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340621/SRR7340621"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340625/SRR7340625"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340626/SRR7340626"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340628/SRR7340628"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340629/SRR7340629"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340630/SRR7340630"
curl -L -O -C - "https://sra-downloadb.be-md.ncbi.nlm.nih.gov/sos5/sra-pub-zq-14/SRR007/340/SRR7340631.sralite.1"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340645/SRR7340645"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340646/SRR7340646"
curl -L -O -C - "https://sra-downloadb.be-md.ncbi.nlm.nih.gov/sos9/sra-pub-zq-922/SRR007/340/SRR7340647.sralite.1"
curl -L -O -C - "https://sra-downloadb.be-md.ncbi.nlm.nih.gov/sos9/sra-pub-zq-922/SRR007/340/SRR7340652.sralite.1"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236860/SRR7236860"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236866/SRR7236866"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236872/SRR7236872"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236878/SRR7236878"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236884/SRR7236884"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236890/SRR7236890"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236896/SRR7236896"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236902/SRR7236902"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236908/SRR7236908"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236914/SRR7236914"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236920/SRR7236920"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236926/SRR7236926"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236932/SRR7236932"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236938/SRR7236938"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236944/SRR7236944"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236950/SRR7236950"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236956/SRR7236956"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236962/SRR7236962"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236968/SRR7236968"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236974/SRR7236974"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236980/SRR7236980"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236986/SRR7236986"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236992/SRR7236992"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236998/SRR7236998"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237004/SRR7237004"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237010/SRR7237010"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237016/SRR7237016"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237022/SRR7237022"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237028/SRR7237028"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237034/SRR7237034"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237040/SRR7237040"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237046/SRR7237046"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237052/SRR7237052"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237058/SRR7237058"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237064/SRR7237064"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237070/SRR7237070"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237076/SRR7237076"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237082/SRR7237082"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237088/SRR7237088"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237094/SRR7237094"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237100/SRR7237100"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237106/SRR7237106"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237112/SRR7237112"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237118/SRR7237118"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237130/SRR7237130"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237136/SRR7237136"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237142/SRR7237142"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237148/SRR7237148"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237154/SRR7237154"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237160/SRR7237160"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237166/SRR7237166"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237172/SRR7237172"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237178/SRR7237178"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237184/SRR7237184"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237190/SRR7237190"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237196/SRR7237196"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237202/SRR7237202"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237214/SRR7237214"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237388/SRR7237388"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237394/SRR7237394"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237400/SRR7237400"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237406/SRR7237406"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237220/SRR7237220"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237226/SRR7237226"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237232/SRR7237232"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237238/SRR7237238"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237244/SRR7237244"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237250/SRR7237250"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237256/SRR7237256"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237262/SRR7237262"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237268/SRR7237268"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237274/SRR7237274"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237280/SRR7237280"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237286/SRR7237286"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237292/SRR7237292"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237298/SRR7237298"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237304/SRR7237304"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237310/SRR7237310"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237316/SRR7237316"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237322/SRR7237322"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237328/SRR7237328"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237334/SRR7237334"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237340/SRR7237340"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237346/SRR7237346"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237352/SRR7237352"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237358/SRR7237358"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237364/SRR7237364"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237370/SRR7237370"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237376/SRR7237376"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237382/SRR7237382"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236861/SRR7236861"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236867/SRR7236867"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236873/SRR7236873"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236879/SRR7236879"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236885/SRR7236885"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236891/SRR7236891"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236897/SRR7236897"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236903/SRR7236903"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236909/SRR7236909"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236915/SRR7236915"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236921/SRR7236921"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236927/SRR7236927"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236933/SRR7236933"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236939/SRR7236939"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236945/SRR7236945"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236951/SRR7236951"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236957/SRR7236957"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236963/SRR7236963"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236969/SRR7236969"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236975/SRR7236975"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236981/SRR7236981"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236987/SRR7236987"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236993/SRR7236993"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236999/SRR7236999"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237005/SRR7237005"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237011/SRR7237011"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237017/SRR7237017"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237023/SRR7237023"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237029/SRR7237029"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237035/SRR7237035"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237041/SRR7237041"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237047/SRR7237047"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237053/SRR7237053"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237059/SRR7237059"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237065/SRR7237065"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237071/SRR7237071"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237077/SRR7237077"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237083/SRR7237083"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237089/SRR7237089"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237095/SRR7237095"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237101/SRR7237101"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237107/SRR7237107"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237113/SRR7237113"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237119/SRR7237119"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237131/SRR7237131"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237137/SRR7237137"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237143/SRR7237143"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237149/SRR7237149"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237155/SRR7237155"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237161/SRR7237161"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237167/SRR7237167"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237173/SRR7237173"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237179/SRR7237179"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237185/SRR7237185"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237191/SRR7237191"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237197/SRR7237197"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237203/SRR7237203"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237215/SRR7237215"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237389/SRR7237389"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237395/SRR7237395"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237401/SRR7237401"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237407/SRR7237407"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237221/SRR7237221"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237227/SRR7237227"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237233/SRR7237233"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237239/SRR7237239"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237245/SRR7237245"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237251/SRR7237251"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237257/SRR7237257"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237263/SRR7237263"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237269/SRR7237269"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237275/SRR7237275"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237281/SRR7237281"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237287/SRR7237287"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237293/SRR7237293"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237305/SRR7237305"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237311/SRR7237311"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237317/SRR7237317"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237323/SRR7237323"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237329/SRR7237329"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237335/SRR7237335"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237341/SRR7237341"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237347/SRR7237347"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237353/SRR7237353"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237359/SRR7237359"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237365/SRR7237365"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237371/SRR7237371"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237377/SRR7237377"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237383/SRR7237383"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236862/SRR7236862"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236868/SRR7236868"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236874/SRR7236874"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236880/SRR7236880"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236886/SRR7236886"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236892/SRR7236892"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236898/SRR7236898"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236904/SRR7236904"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236910/SRR7236910"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236916/SRR7236916"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236922/SRR7236922"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236928/SRR7236928"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236934/SRR7236934"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236940/SRR7236940"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236946/SRR7236946"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236952/SRR7236952"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236958/SRR7236958"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236964/SRR7236964"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236970/SRR7236970"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236976/SRR7236976"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236982/SRR7236982"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236988/SRR7236988"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236994/SRR7236994"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237000/SRR7237000"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237006/SRR7237006"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237012/SRR7237012"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237018/SRR7237018"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237024/SRR7237024"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237030/SRR7237030"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237036/SRR7237036"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236863/SRR7236863"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236869/SRR7236869"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236875/SRR7236875"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236881/SRR7236881"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236887/SRR7236887"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236893/SRR7236893"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236899/SRR7236899"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236905/SRR7236905"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236911/SRR7236911"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236917/SRR7236917"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236923/SRR7236923"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236929/SRR7236929"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236935/SRR7236935"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236941/SRR7236941"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236947/SRR7236947"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236953/SRR7236953"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236959/SRR7236959"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236965/SRR7236965"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236971/SRR7236971"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236977/SRR7236977"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236983/SRR7236983"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236989/SRR7236989"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236995/SRR7236995"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237001/SRR7237001"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237007/SRR7237007"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237013/SRR7237013"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237019/SRR7237019"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237025/SRR7237025"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237031/SRR7237031"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237037/SRR7237037"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236864/SRR7236864"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236870/SRR7236870"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236876/SRR7236876"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236882/SRR7236882"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236888/SRR7236888"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236894/SRR7236894"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236900/SRR7236900"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236906/SRR7236906"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236912/SRR7236912"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236918/SRR7236918"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236924/SRR7236924"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236930/SRR7236930"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236936/SRR7236936"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236942/SRR7236942"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236948/SRR7236948"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236954/SRR7236954"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236960/SRR7236960"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236966/SRR7236966"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236972/SRR7236972"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236978/SRR7236978"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236984/SRR7236984"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236990/SRR7236990"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236996/SRR7236996"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237002/SRR7237002"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237008/SRR7237008"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237014/SRR7237014"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237020/SRR7237020"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237026/SRR7237026"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237032/SRR7237032"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237038/SRR7237038"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237042/SRR7237042"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237048/SRR7237048"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237054/SRR7237054"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237060/SRR7237060"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237066/SRR7237066"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237072/SRR7237072"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237078/SRR7237078"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237084/SRR7237084"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237090/SRR7237090"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237096/SRR7237096"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237102/SRR7237102"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237108/SRR7237108"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237114/SRR7237114"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237120/SRR7237120"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237132/SRR7237132"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237138/SRR7237138"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237144/SRR7237144"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237150/SRR7237150"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237156/SRR7237156"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237162/SRR7237162"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237168/SRR7237168"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237174/SRR7237174"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237180/SRR7237180"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237186/SRR7237186"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237192/SRR7237192"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237198/SRR7237198"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237204/SRR7237204"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237216/SRR7237216"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237043/SRR7237043"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237049/SRR7237049"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237055/SRR7237055"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237061/SRR7237061"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237067/SRR7237067"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237073/SRR7237073"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237079/SRR7237079"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237085/SRR7237085"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237091/SRR7237091"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237097/SRR7237097"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237103/SRR7237103"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237109/SRR7237109"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237115/SRR7237115"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237121/SRR7237121"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237133/SRR7237133"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237139/SRR7237139"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237145/SRR7237145"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237151/SRR7237151"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237157/SRR7237157"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237163/SRR7237163"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237169/SRR7237169"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237175/SRR7237175"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237181/SRR7237181"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237187/SRR7237187"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237193/SRR7237193"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237199/SRR7237199"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237205/SRR7237205"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237217/SRR7237217"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237044/SRR7237044"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237050/SRR7237050"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237056/SRR7237056"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237062/SRR7237062"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237068/SRR7237068"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237074/SRR7237074"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237080/SRR7237080"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237086/SRR7237086"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237092/SRR7237092"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237098/SRR7237098"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237104/SRR7237104"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237110/SRR7237110"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237116/SRR7237116"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237122/SRR7237122"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237134/SRR7237134"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237140/SRR7237140"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237146/SRR7237146"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237152/SRR7237152"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237158/SRR7237158"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237164/SRR7237164"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237170/SRR7237170"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237176/SRR7237176"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237182/SRR7237182"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237188/SRR7237188"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237194/SRR7237194"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237200/SRR7237200"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237206/SRR7237206"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237218/SRR7237218"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237390/SRR7237390"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237402/SRR7237402"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237408/SRR7237408"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237222/SRR7237222"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237228/SRR7237228"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237234/SRR7237234"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237240/SRR7237240"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237246/SRR7237246"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237252/SRR7237252"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237258/SRR7237258"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237264/SRR7237264"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237270/SRR7237270"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237276/SRR7237276"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237282/SRR7237282"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237288/SRR7237288"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237294/SRR7237294"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237300/SRR7237300"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237306/SRR7237306"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237312/SRR7237312"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237318/SRR7237318"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237324/SRR7237324"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237330/SRR7237330"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237336/SRR7237336"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237342/SRR7237342"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237348/SRR7237348"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237354/SRR7237354"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237360/SRR7237360"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237366/SRR7237366"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237372/SRR7237372"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237378/SRR7237378"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237384/SRR7237384"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237391/SRR7237391"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237397/SRR7237397"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237403/SRR7237403"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237409/SRR7237409"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237223/SRR7237223"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237229/SRR7237229"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237235/SRR7237235"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237241/SRR7237241"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237247/SRR7237247"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237253/SRR7237253"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237259/SRR7237259"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237265/SRR7237265"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237271/SRR7237271"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237277/SRR7237277"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237283/SRR7237283"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237289/SRR7237289"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237295/SRR7237295"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237301/SRR7237301"
curl -L -O -C - "https://sra-downloadb.be-md.ncbi.nlm.nih.gov/sos5/sra-pub-zq-14/SRR007/237/SRR7237307.sralite.1"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237313/SRR7237313"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237319/SRR7237319"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237325/SRR7237325"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237331/SRR7237331"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237337/SRR7237337"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237343/SRR7237343"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237349/SRR7237349"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237355/SRR7237355"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237361/SRR7237361"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237367/SRR7237367"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237373/SRR7237373"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237379/SRR7237379"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237385/SRR7237385"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237392/SRR7237392"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237398/SRR7237398"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237404/SRR7237404"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237410/SRR7237410"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237224/SRR7237224"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237230/SRR7237230"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237236/SRR7237236"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237242/SRR7237242"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237248/SRR7237248"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237254/SRR7237254"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237260/SRR7237260"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237266/SRR7237266"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237272/SRR7237272"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237278/SRR7237278"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237284/SRR7237284"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237290/SRR7237290"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237296/SRR7237296"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237302/SRR7237302"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237314/SRR7237314"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237320/SRR7237320"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237326/SRR7237326"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237332/SRR7237332"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237338/SRR7237338"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237344/SRR7237344"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237350/SRR7237350"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237356/SRR7237356"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237362/SRR7237362"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237368/SRR7237368"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237374/SRR7237374"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237380/SRR7237380"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237386/SRR7237386"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237393/SRR7237393"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237399/SRR7237399"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237405/SRR7237405"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237411/SRR7237411"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237225/SRR7237225"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237231/SRR7237231"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237237/SRR7237237"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237243/SRR7237243"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237249/SRR7237249"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237255/SRR7237255"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237261/SRR7237261"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237267/SRR7237267"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237273/SRR7237273"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237279/SRR7237279"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237285/SRR7237285"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237291/SRR7237291"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237297/SRR7237297"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237303/SRR7237303"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237309/SRR7237309"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237315/SRR7237315"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237321/SRR7237321"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237327/SRR7237327"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237333/SRR7237333"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237339/SRR7237339"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237345/SRR7237345"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237351/SRR7237351"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237357/SRR7237357"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237369/SRR7237369"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237375/SRR7237375"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237381/SRR7237381"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237387/SRR7237387"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236865/SRR7236865"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236871/SRR7236871"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236877/SRR7236877"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236883/SRR7236883"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236889/SRR7236889"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236895/SRR7236895"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236901/SRR7236901"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236907/SRR7236907"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236913/SRR7236913"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236919/SRR7236919"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236925/SRR7236925"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236931/SRR7236931"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236937/SRR7236937"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236943/SRR7236943"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236949/SRR7236949"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236955/SRR7236955"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236961/SRR7236961"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236967/SRR7236967"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236973/SRR7236973"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236979/SRR7236979"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236985/SRR7236985"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236991/SRR7236991"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7236997/SRR7236997"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237003/SRR7237003"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237009/SRR7237009"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237015/SRR7237015"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237021/SRR7237021"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237027/SRR7237027"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237033/SRR7237033"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237039/SRR7237039"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237045/SRR7237045"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237051/SRR7237051"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237057/SRR7237057"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237063/SRR7237063"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237069/SRR7237069"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237075/SRR7237075"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237081/SRR7237081"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237087/SRR7237087"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237093/SRR7237093"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237099/SRR7237099"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237105/SRR7237105"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237111/SRR7237111"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237117/SRR7237117"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237123/SRR7237123"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237135/SRR7237135"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237141/SRR7237141"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237147/SRR7237147"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237153/SRR7237153"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237159/SRR7237159"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237165/SRR7237165"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237171/SRR7237171"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237177/SRR7237177"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237183/SRR7237183"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237189/SRR7237189"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237195/SRR7237195"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237201/SRR7237201"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237207/SRR7237207"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7237219/SRR7237219"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340465/SRR7340465"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340513/SRR7340513"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340417/SRR7340417"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340423/SRR7340423"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340429/SRR7340429"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340435/SRR7340435"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340441/SRR7340441"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340447/SRR7340447"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340453/SRR7340453"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340459/SRR7340459"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340471/SRR7340471"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340477/SRR7340477"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340483/SRR7340483"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340489/SRR7340489"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340495/SRR7340495"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340501/SRR7340501"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340519/SRR7340519"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340525/SRR7340525"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340531/SRR7340531"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340537/SRR7340537"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340543/SRR7340543"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340549/SRR7340549"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340555/SRR7340555"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340561/SRR7340561"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340567/SRR7340567"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340573/SRR7340573"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340579/SRR7340579"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340585/SRR7340585"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340591/SRR7340591"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340462/SRR7340462"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340510/SRR7340510"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340414/SRR7340414"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340420/SRR7340420"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340426/SRR7340426"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340432/SRR7340432"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340438/SRR7340438"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340444/SRR7340444"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340450/SRR7340450"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340456/SRR7340456"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340480/SRR7340480"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340486/SRR7340486"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340492/SRR7340492"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340498/SRR7340498"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340504/SRR7340504"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340463/SRR7340463"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340511/SRR7340511"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340415/SRR7340415"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340421/SRR7340421"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340427/SRR7340427"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340433/SRR7340433"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340439/SRR7340439"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340445/SRR7340445"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340457/SRR7340457"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340469/SRR7340469"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340475/SRR7340475"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340481/SRR7340481"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340487/SRR7340487"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340493/SRR7340493"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340499/SRR7340499"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340464/SRR7340464"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340512/SRR7340512"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340416/SRR7340416"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340422/SRR7340422"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340428/SRR7340428"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340434/SRR7340434"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340440/SRR7340440"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340446/SRR7340446"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340452/SRR7340452"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340458/SRR7340458"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340470/SRR7340470"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340476/SRR7340476"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340488/SRR7340488"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340494/SRR7340494"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340500/SRR7340500"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340506/SRR7340506"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340516/SRR7340516"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340522/SRR7340522"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340528/SRR7340528"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340540/SRR7340540"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340546/SRR7340546"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340552/SRR7340552"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340558/SRR7340558"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340564/SRR7340564"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340570/SRR7340570"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340576/SRR7340576"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340582/SRR7340582"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340588/SRR7340588"
curl -L -O -C - "https://sra-downloadb.be-md.ncbi.nlm.nih.gov/sos5/sra-pub-zq-14/SRR007/340/SRR7340594.sralite.1"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340517/SRR7340517"
curl -L -O -C - "https://sra-downloadb.be-md.ncbi.nlm.nih.gov/sos5/sra-pub-zq-16/SRR007/340/SRR7340523.sralite.1"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340535/SRR7340535"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340541/SRR7340541"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340547/SRR7340547"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340553/SRR7340553"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340559/SRR7340559"
curl -L -O -C - "https://sra-downloadb.be-md.ncbi.nlm.nih.gov/sos5/sra-pub-zq-14/SRR007/340/SRR7340565.sralite.1"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340571/SRR7340571"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340577/SRR7340577"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340583/SRR7340583"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340589/SRR7340589"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340595/SRR7340595"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340518/SRR7340518"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340524/SRR7340524"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340536/SRR7340536"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340542/SRR7340542"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340548/SRR7340548"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340554/SRR7340554"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340560/SRR7340560"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340566/SRR7340566"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340572/SRR7340572"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340584/SRR7340584"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340590/SRR7340590"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340596/SRR7340596"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340602/SRR7340602"
curl -L -O -C - "https://sra-downloadb.be-md.ncbi.nlm.nih.gov/sos5/sra-pub-zq-14/SRR007/340/SRR7340606.sralite.1"
curl -L -O -C - "https://sra-downloadb.be-md.ncbi.nlm.nih.gov/sos9/sra-pub-zq-922/SRR007/340/SRR7340612.sralite.1"
curl -L -O -C - "https://sra-downloadb.be-md.ncbi.nlm.nih.gov/sos9/sra-pub-zq-922/SRR007/340/SRR7340624.sralite.1"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340636/SRR7340636"
curl -L -O -C - "https://sra-downloadb.be-md.ncbi.nlm.nih.gov/sos9/sra-pub-zq-922/SRR007/340/SRR7340642.sralite.1"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340648/SRR7340648"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340654/SRR7340654"
curl -L -O -C - "https://sra-downloadb.be-md.ncbi.nlm.nih.gov/sos9/sra-pub-zq-922/SRR007/340/SRR7340613.sralite.1"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340637/SRR7340637"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340643/SRR7340643"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340649/SRR7340649"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340655/SRR7340655"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340514/SRR7340514"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340418/SRR7340418"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340424/SRR7340424"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340430/SRR7340430"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340436/SRR7340436"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340442/SRR7340442"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340448/SRR7340448"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340460/SRR7340460"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340472/SRR7340472"
curl -L -O -C - "https://sra-downloadb.be-md.ncbi.nlm.nih.gov/sos5/sra-pub-zq-16/SRR007/340/SRR7340478.sralite.1"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340484/SRR7340484"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340490/SRR7340490"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340496/SRR7340496"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340502/SRR7340502"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340508/SRR7340508"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340467/SRR7340467"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340515/SRR7340515"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340419/SRR7340419"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340425/SRR7340425"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340431/SRR7340431"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340437/SRR7340437"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340443/SRR7340443"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340449/SRR7340449"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340455/SRR7340455"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340461/SRR7340461"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340473/SRR7340473"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340479/SRR7340479"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340485/SRR7340485"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340491/SRR7340491"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340497/SRR7340497"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340503/SRR7340503"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340509/SRR7340509"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340526/SRR7340526"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340538/SRR7340538"
curl -L -O -C - "https://sra-downloadb.be-md.ncbi.nlm.nih.gov/sos5/sra-pub-zq-16/SRR007/340/SRR7340550.sralite.1"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340556/SRR7340556"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340562/SRR7340562"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340568/SRR7340568"
curl -L -O -C - "https://sra-downloadb.be-md.ncbi.nlm.nih.gov/sos5/sra-pub-zq-14/SRR007/340/SRR7340574.sralite.1"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340580/SRR7340580"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340586/SRR7340586"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340592/SRR7340592"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340598/SRR7340598"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340604/SRR7340604"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340521/SRR7340521"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340527/SRR7340527"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340533/SRR7340533"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340545/SRR7340545"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340551/SRR7340551"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340557/SRR7340557"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340563/SRR7340563"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340575/SRR7340575"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340587/SRR7340587"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340593/SRR7340593"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340599/SRR7340599"
curl -L -O -C - "https://sra-downloadb.be-md.ncbi.nlm.nih.gov/sos5/sra-pub-zq-16/SRR007/340/SRR7340608.sralite.1"
curl -L -O -C - "https://sra-downloadb.be-md.ncbi.nlm.nih.gov/sos5/sra-pub-zq-16/SRR007/340/SRR7340614.sralite.1"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340620/SRR7340620"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340632/SRR7340632"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340638/SRR7340638"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340644/SRR7340644"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340650/SRR7340650"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340656/SRR7340656"
curl -L -O -C - "https://sra-downloadb.be-md.ncbi.nlm.nih.gov/sos5/sra-pub-zq-16/SRR007/340/SRR7340615.sralite.1"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340627/SRR7340627"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340633/SRR7340633"
curl -L -O -C - "https://sra-downloadb.be-md.ncbi.nlm.nih.gov/sos5/sra-pub-zq-14/SRR007/340/SRR7340639.sralite.1"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340651/SRR7340651"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340657/SRR7340657"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340610/SRR7340610"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340616/SRR7340616"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340622/SRR7340622"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340634/SRR7340634"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340640/SRR7340640"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340658/SRR7340658"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340611/SRR7340611"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340617/SRR7340617"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340623/SRR7340623"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340635/SRR7340635"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340641/SRR7340641"
curl -L -O -C - "https://sra-downloadb.be-md.ncbi.nlm.nih.gov/sos9/sra-pub-zq-922/SRR007/340/SRR7340653.sralite.1"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR7340659/SRR7340659"

echo "Download complete. Files saved to $OUTDIR"