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

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

# --- GEO supplementary files ---
wget -nc ftp://ftp.ncbi.nlm.nih.gov/geo/series/GSE92nnn/GSE92332/suppl/GSE92332_AtlasFullLength_TPM.txt.gz -O GSE92332_AtlasFullLength_TPM.txt.gz
wget -nc ftp://ftp.ncbi.nlm.nih.gov/geo/series/GSE92nnn/GSE92332/suppl/GSE92332_EEC_UMIcounts.txt.gz -O GSE92332_EEC_UMIcounts.txt.gz
wget -nc ftp://ftp.ncbi.nlm.nih.gov/geo/series/GSE92nnn/GSE92332/suppl/GSE92332_FAE_UMIcounts.txt.gz -O GSE92332_FAE_UMIcounts.txt.gz
wget -nc ftp://ftp.ncbi.nlm.nih.gov/geo/series/GSE92nnn/GSE92332/suppl/GSE92332_LargeCellSort_UMIcounts.txt.gz -O GSE92332_LargeCellSort_UMIcounts.txt.gz
wget -nc ftp://ftp.ncbi.nlm.nih.gov/geo/series/GSE92nnn/GSE92332/suppl/GSE92332_Org_RANKL_UMIcounts.txt.gz -O GSE92332_Org_RANKL_UMIcounts.txt.gz
wget -nc ftp://ftp.ncbi.nlm.nih.gov/geo/series/GSE92nnn/GSE92332/suppl/GSE92332_RAW.tar -O GSE92332_RAW.tar
wget -nc ftp://ftp.ncbi.nlm.nih.gov/geo/series/GSE92nnn/GSE92332/suppl/GSE92332_Regional_UMIcounts.txt.gz -O GSE92332_Regional_UMIcounts.txt.gz
wget -nc ftp://ftp.ncbi.nlm.nih.gov/geo/series/GSE92nnn/GSE92332/suppl/GSE92332_SalmHelmFullLength_TPM.txt.gz -O GSE92332_SalmHelmFullLength_TPM.txt.gz
wget -nc ftp://ftp.ncbi.nlm.nih.gov/geo/series/GSE92nnn/GSE92332/suppl/GSE92332_SalmHelm_UMIcounts.txt.gz -O GSE92332_SalmHelm_UMIcounts.txt.gz
wget -nc ftp://ftp.ncbi.nlm.nih.gov/geo/series/GSE92nnn/GSE92332/suppl/GSE92332_SalmonellaInfect_UMIcounts.txt.gz -O GSE92332_SalmonellaInfect_UMIcounts.txt.gz
wget -nc ftp://ftp.ncbi.nlm.nih.gov/geo/series/GSE92nnn/GSE92332/suppl/GSE92332_Supplementary_files_format_and_content_readme.txt.gz -O GSE92332_Supplementary_files_format_and_content_readme.txt.gz
wget -nc ftp://ftp.ncbi.nlm.nih.gov/geo/series/GSE92nnn/GSE92332/suppl/GSE92332_atlas_UMIcounts.txt.gz -O GSE92332_atlas_UMIcounts.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 SRR11728967
gz1="$(_compress_if_exists SRR11728967_1 || true)"
gz2="$(_compress_if_exists SRR11728967_2 || true)"
gzs="$(_compress_if_exists SRR11728967 || true)"

fasterq-dump --split-files SRR11728968
gz1="$(_compress_if_exists SRR11728968_1 || true)"
gz2="$(_compress_if_exists SRR11728968_2 || true)"
gzs="$(_compress_if_exists SRR11728968 || true)"

fasterq-dump --split-files SRR5101952
gz1="$(_compress_if_exists SRR5101952_1 || true)"
gz2="$(_compress_if_exists SRR5101952_2 || true)"
gzs="$(_compress_if_exists SRR5101952 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S100_m1.controlday3.epi2_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S100_m1.controlday3.epi2_R2.fastq.gz
fi

fasterq-dump --split-files SRR5101953
gz1="$(_compress_if_exists SRR5101953_1 || true)"
gz2="$(_compress_if_exists SRR5101953_2 || true)"
gzs="$(_compress_if_exists SRR5101953 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S100_m5.helminthday3.epi.p1_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S100_m5.helminthday3.epi.p1_R2.fastq.gz
fi

fasterq-dump --split-files SRR5101954
gz1="$(_compress_if_exists SRR5101954_1 || true)"
gz2="$(_compress_if_exists SRR5101954_2 || true)"
gzs="$(_compress_if_exists SRR5101954 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S101_m5.helminthday3.epi.p1_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S101_m5.helminthday3.epi.p1_R2.fastq.gz
fi

fasterq-dump --split-files SRR5101955
gz1="$(_compress_if_exists SRR5101955_1 || true)"
gz2="$(_compress_if_exists SRR5101955_2 || true)"
gzs="$(_compress_if_exists SRR5101955 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S102_m1.controlday3.epi2_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S102_m1.controlday3.epi2_R2.fastq.gz
fi

fasterq-dump --split-files SRR5101956
gz1="$(_compress_if_exists SRR5101956_1 || true)"
gz2="$(_compress_if_exists SRR5101956_2 || true)"
gzs="$(_compress_if_exists SRR5101956 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S103_m1.controlday3.epi2_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S103_m1.controlday3.epi2_R2.fastq.gz
fi

fasterq-dump --split-files SRR5101957
gz1="$(_compress_if_exists SRR5101957_1 || true)"
gz2="$(_compress_if_exists SRR5101957_2 || true)"
gzs="$(_compress_if_exists SRR5101957 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S105_m5.helminthday3.epi.p1_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S105_m5.helminthday3.epi.p1_R2.fastq.gz
fi

fasterq-dump --split-files SRR5101958
gz1="$(_compress_if_exists SRR5101958_1 || true)"
gz2="$(_compress_if_exists SRR5101958_2 || true)"
gzs="$(_compress_if_exists SRR5101958 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S106_m1.controlday3.epi2_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S106_m1.controlday3.epi2_R2.fastq.gz
fi

fasterq-dump --split-files SRR5101959
gz1="$(_compress_if_exists SRR5101959_1 || true)"
gz2="$(_compress_if_exists SRR5101959_2 || true)"
gzs="$(_compress_if_exists SRR5101959 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S106_m5.helminthday3.epi.p1_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S106_m5.helminthday3.epi.p1_R2.fastq.gz
fi

fasterq-dump --split-files SRR5101960
gz1="$(_compress_if_exists SRR5101960_1 || true)"
gz2="$(_compress_if_exists SRR5101960_2 || true)"
gzs="$(_compress_if_exists SRR5101960 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S107_m1.controlday3.epi2_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S107_m1.controlday3.epi2_R2.fastq.gz
fi

fasterq-dump --split-files SRR5101961
gz1="$(_compress_if_exists SRR5101961_1 || true)"
gz2="$(_compress_if_exists SRR5101961_2 || true)"
gzs="$(_compress_if_exists SRR5101961 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S108_m5.helminthday3.epi.p1_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S108_m5.helminthday3.epi.p1_R2.fastq.gz
fi

fasterq-dump --split-files SRR5101962
gz1="$(_compress_if_exists SRR5101962_1 || true)"
gz2="$(_compress_if_exists SRR5101962_2 || true)"
gzs="$(_compress_if_exists SRR5101962 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S109_m5.helminthday3.epi.p1_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S109_m5.helminthday3.epi.p1_R2.fastq.gz
fi

fasterq-dump --split-files SRR5101963
gz1="$(_compress_if_exists SRR5101963_1 || true)"
gz2="$(_compress_if_exists SRR5101963_2 || true)"
gzs="$(_compress_if_exists SRR5101963 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S111_m5.helminthday3.epi.p1_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S111_m5.helminthday3.epi.p1_R2.fastq.gz
fi

fasterq-dump --split-files SRR5101964
gz1="$(_compress_if_exists SRR5101964_1 || true)"
gz2="$(_compress_if_exists SRR5101964_2 || true)"
gzs="$(_compress_if_exists SRR5101964 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S112_m5.helminthday3.epi.p1_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S112_m5.helminthday3.epi.p1_R2.fastq.gz
fi

fasterq-dump --split-files SRR5101965
gz1="$(_compress_if_exists SRR5101965_1 || true)"
gz2="$(_compress_if_exists SRR5101965_2 || true)"
gzs="$(_compress_if_exists SRR5101965 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S113_m1.controlday3.epi2_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S113_m1.controlday3.epi2_R2.fastq.gz
fi

fasterq-dump --split-files SRR5101966
gz1="$(_compress_if_exists SRR5101966_1 || true)"
gz2="$(_compress_if_exists SRR5101966_2 || true)"
gzs="$(_compress_if_exists SRR5101966 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S113_m5.helminthday3.epi.p1_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S113_m5.helminthday3.epi.p1_R2.fastq.gz
fi

fasterq-dump --split-files SRR5101967
gz1="$(_compress_if_exists SRR5101967_1 || true)"
gz2="$(_compress_if_exists SRR5101967_2 || true)"
gzs="$(_compress_if_exists SRR5101967 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S114_m5.helminthday3.epi.p1_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S114_m5.helminthday3.epi.p1_R2.fastq.gz
fi

fasterq-dump --split-files SRR5101968
gz1="$(_compress_if_exists SRR5101968_1 || true)"
gz2="$(_compress_if_exists SRR5101968_2 || true)"
gzs="$(_compress_if_exists SRR5101968 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S115_m1.controlday3.epi2_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S115_m1.controlday3.epi2_R2.fastq.gz
fi

fasterq-dump --split-files SRR5101969
gz1="$(_compress_if_exists SRR5101969_1 || true)"
gz2="$(_compress_if_exists SRR5101969_2 || true)"
gzs="$(_compress_if_exists SRR5101969 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S115_m5.helminthday3.epi.p1_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S115_m5.helminthday3.epi.p1_R2.fastq.gz
fi

fasterq-dump --split-files SRR5101970
gz1="$(_compress_if_exists SRR5101970_1 || true)"
gz2="$(_compress_if_exists SRR5101970_2 || true)"
gzs="$(_compress_if_exists SRR5101970 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S117_m1.controlday3.epi2_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S117_m1.controlday3.epi2_R2.fastq.gz
fi

fasterq-dump --split-files SRR5101971
gz1="$(_compress_if_exists SRR5101971_1 || true)"
gz2="$(_compress_if_exists SRR5101971_2 || true)"
gzs="$(_compress_if_exists SRR5101971 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S117_m5.helminthday3.epi.p1_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S117_m5.helminthday3.epi.p1_R2.fastq.gz
fi

fasterq-dump --split-files SRR5101972
gz1="$(_compress_if_exists SRR5101972_1 || true)"
gz2="$(_compress_if_exists SRR5101972_2 || true)"
gzs="$(_compress_if_exists SRR5101972 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S118_m5.helminthday3.epi.p1_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S118_m5.helminthday3.epi.p1_R2.fastq.gz
fi

fasterq-dump --split-files SRR5101973
gz1="$(_compress_if_exists SRR5101973_1 || true)"
gz2="$(_compress_if_exists SRR5101973_2 || true)"
gzs="$(_compress_if_exists SRR5101973 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S119_m1.controlday3.epi2_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S119_m1.controlday3.epi2_R2.fastq.gz
fi

fasterq-dump --split-files SRR5101974
gz1="$(_compress_if_exists SRR5101974_1 || true)"
gz2="$(_compress_if_exists SRR5101974_2 || true)"
gzs="$(_compress_if_exists SRR5101974 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S119_m5.helminthday3.epi.p1_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S119_m5.helminthday3.epi.p1_R2.fastq.gz
fi

fasterq-dump --split-files SRR5101975
gz1="$(_compress_if_exists SRR5101975_1 || true)"
gz2="$(_compress_if_exists SRR5101975_2 || true)"
gzs="$(_compress_if_exists SRR5101975 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S11_m3.salmonella.epi.p1_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S11_m3.salmonella.epi.p1_R2.fastq.gz
fi

fasterq-dump --split-files SRR5101976
gz1="$(_compress_if_exists SRR5101976_1 || true)"
gz2="$(_compress_if_exists SRR5101976_2 || true)"
gzs="$(_compress_if_exists SRR5101976 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S11_m5.helminthday3.epi2_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S11_m5.helminthday3.epi2_R2.fastq.gz
fi

fasterq-dump --split-files SRR5101977
gz1="$(_compress_if_exists SRR5101977_1 || true)"
gz2="$(_compress_if_exists SRR5101977_2 || true)"
gzs="$(_compress_if_exists SRR5101977 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S120_m5.helminthday3.epi.p1_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S120_m5.helminthday3.epi.p1_R2.fastq.gz
fi

fasterq-dump --split-files SRR5101978
gz1="$(_compress_if_exists SRR5101978_1 || true)"
gz2="$(_compress_if_exists SRR5101978_2 || true)"
gzs="$(_compress_if_exists SRR5101978 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S121_m5.helminthday3.epi.p1_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S121_m5.helminthday3.epi.p1_R2.fastq.gz
fi

fasterq-dump --split-files SRR5101979
gz1="$(_compress_if_exists SRR5101979_1 || true)"
gz2="$(_compress_if_exists SRR5101979_2 || true)"
gzs="$(_compress_if_exists SRR5101979 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S122_m1.controlday3.epi2_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S122_m1.controlday3.epi2_R2.fastq.gz
fi

fasterq-dump --split-files SRR5101980
gz1="$(_compress_if_exists SRR5101980_1 || true)"
gz2="$(_compress_if_exists SRR5101980_2 || true)"
gzs="$(_compress_if_exists SRR5101980 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S122_m5.helminthday3.epi.p1_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S122_m5.helminthday3.epi.p1_R2.fastq.gz
fi

fasterq-dump --split-files SRR5101981
gz1="$(_compress_if_exists SRR5101981_1 || true)"
gz2="$(_compress_if_exists SRR5101981_2 || true)"
gzs="$(_compress_if_exists SRR5101981 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S123_m5.helminthday3.epi.p1_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S123_m5.helminthday3.epi.p1_R2.fastq.gz
fi

fasterq-dump --split-files SRR5101982
gz1="$(_compress_if_exists SRR5101982_1 || true)"
gz2="$(_compress_if_exists SRR5101982_2 || true)"
gzs="$(_compress_if_exists SRR5101982 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S125_m1.controlday3.epi2_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S125_m1.controlday3.epi2_R2.fastq.gz
fi

fasterq-dump --split-files SRR5101983
gz1="$(_compress_if_exists SRR5101983_1 || true)"
gz2="$(_compress_if_exists SRR5101983_2 || true)"
gzs="$(_compress_if_exists SRR5101983 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S127_m1.controlday3.epi2_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S127_m1.controlday3.epi2_R2.fastq.gz
fi

fasterq-dump --split-files SRR5101984
gz1="$(_compress_if_exists SRR5101984_1 || true)"
gz2="$(_compress_if_exists SRR5101984_2 || true)"
gzs="$(_compress_if_exists SRR5101984 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S127_m5.helminthday3.epi.p1_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S127_m5.helminthday3.epi.p1_R2.fastq.gz
fi

fasterq-dump --split-files SRR5101985
gz1="$(_compress_if_exists SRR5101985_1 || true)"
gz2="$(_compress_if_exists SRR5101985_2 || true)"
gzs="$(_compress_if_exists SRR5101985 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S129_m5.helminthday3.epi.p1_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S129_m5.helminthday3.epi.p1_R2.fastq.gz
fi

fasterq-dump --split-files SRR5101986
gz1="$(_compress_if_exists SRR5101986_1 || true)"
gz2="$(_compress_if_exists SRR5101986_2 || true)"
gzs="$(_compress_if_exists SRR5101986 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S12_m3.salmonella.epi.p1_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S12_m3.salmonella.epi.p1_R2.fastq.gz
fi

fasterq-dump --split-files SRR5101987
gz1="$(_compress_if_exists SRR5101987_1 || true)"
gz2="$(_compress_if_exists SRR5101987_2 || true)"
gzs="$(_compress_if_exists SRR5101987 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S130_m5.helminthday3.epi.p1_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S130_m5.helminthday3.epi.p1_R2.fastq.gz
fi

fasterq-dump --split-files SRR5101988
gz1="$(_compress_if_exists SRR5101988_1 || true)"
gz2="$(_compress_if_exists SRR5101988_2 || true)"
gzs="$(_compress_if_exists SRR5101988 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S131_m5.helminthday3.epi.p1_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S131_m5.helminthday3.epi.p1_R2.fastq.gz
fi

fasterq-dump --split-files SRR5101989
gz1="$(_compress_if_exists SRR5101989_1 || true)"
gz2="$(_compress_if_exists SRR5101989_2 || true)"
gzs="$(_compress_if_exists SRR5101989 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S133_m5.helminthday3.epi.p1_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S133_m5.helminthday3.epi.p1_R2.fastq.gz
fi

fasterq-dump --split-files SRR5101990
gz1="$(_compress_if_exists SRR5101990_1 || true)"
gz2="$(_compress_if_exists SRR5101990_2 || true)"
gzs="$(_compress_if_exists SRR5101990 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S134_m5.helminthday3.epi.p1_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S134_m5.helminthday3.epi.p1_R2.fastq.gz
fi

fasterq-dump --split-files SRR5101991
gz1="$(_compress_if_exists SRR5101991_1 || true)"
gz2="$(_compress_if_exists SRR5101991_2 || true)"
gzs="$(_compress_if_exists SRR5101991 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S137_m1.controlday3.epi2_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S137_m1.controlday3.epi2_R2.fastq.gz
fi

fasterq-dump --split-files SRR5101992
gz1="$(_compress_if_exists SRR5101992_1 || true)"
gz2="$(_compress_if_exists SRR5101992_2 || true)"
gzs="$(_compress_if_exists SRR5101992 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S138_m5.helminthday3.epi.p1_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S138_m5.helminthday3.epi.p1_R2.fastq.gz
fi

fasterq-dump --split-files SRR5101993
gz1="$(_compress_if_exists SRR5101993_1 || true)"
gz2="$(_compress_if_exists SRR5101993_2 || true)"
gzs="$(_compress_if_exists SRR5101993 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S139_m1.controlday3.epi2_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S139_m1.controlday3.epi2_R2.fastq.gz
fi

fasterq-dump --split-files SRR5101994
gz1="$(_compress_if_exists SRR5101994_1 || true)"
gz2="$(_compress_if_exists SRR5101994_2 || true)"
gzs="$(_compress_if_exists SRR5101994 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S13_m3.salmonella.epi.p1_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S13_m3.salmonella.epi.p1_R2.fastq.gz
fi

fasterq-dump --split-files SRR5101995
gz1="$(_compress_if_exists SRR5101995_1 || true)"
gz2="$(_compress_if_exists SRR5101995_2 || true)"
gzs="$(_compress_if_exists SRR5101995 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S141_m5.helminthday3.epi.p1_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S141_m5.helminthday3.epi.p1_R2.fastq.gz
fi

fasterq-dump --split-files SRR5101996
gz1="$(_compress_if_exists SRR5101996_1 || true)"
gz2="$(_compress_if_exists SRR5101996_2 || true)"
gzs="$(_compress_if_exists SRR5101996 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S143_m5.helminthday3.epi.p1_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S143_m5.helminthday3.epi.p1_R2.fastq.gz
fi

fasterq-dump --split-files SRR5101997
gz1="$(_compress_if_exists SRR5101997_1 || true)"
gz2="$(_compress_if_exists SRR5101997_2 || true)"
gzs="$(_compress_if_exists SRR5101997 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S144_m1.controlday3.epi2_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S144_m1.controlday3.epi2_R2.fastq.gz
fi

fasterq-dump --split-files SRR5101998
gz1="$(_compress_if_exists SRR5101998_1 || true)"
gz2="$(_compress_if_exists SRR5101998_2 || true)"
gzs="$(_compress_if_exists SRR5101998 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S144_m5.helminthday3.epi.p1_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S144_m5.helminthday3.epi.p1_R2.fastq.gz
fi

fasterq-dump --split-files SRR5101999
gz1="$(_compress_if_exists SRR5101999_1 || true)"
gz2="$(_compress_if_exists SRR5101999_2 || true)"
gzs="$(_compress_if_exists SRR5101999 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S145_m5.helminthday3.epi.p1_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S145_m5.helminthday3.epi.p1_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102000
gz1="$(_compress_if_exists SRR5102000_1 || true)"
gz2="$(_compress_if_exists SRR5102000_2 || true)"
gzs="$(_compress_if_exists SRR5102000 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S147_m1.controlday3.epi2_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S147_m1.controlday3.epi2_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102001
gz1="$(_compress_if_exists SRR5102001_1 || true)"
gz2="$(_compress_if_exists SRR5102001_2 || true)"
gzs="$(_compress_if_exists SRR5102001 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S148_m5.helminthday3.epi.p1_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S148_m5.helminthday3.epi.p1_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102002
gz1="$(_compress_if_exists SRR5102002_1 || true)"
gz2="$(_compress_if_exists SRR5102002_2 || true)"
gzs="$(_compress_if_exists SRR5102002 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S149_m5.helminthday3.epi.p1_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S149_m5.helminthday3.epi.p1_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102003
gz1="$(_compress_if_exists SRR5102003_1 || true)"
gz2="$(_compress_if_exists SRR5102003_2 || true)"
gzs="$(_compress_if_exists SRR5102003 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S14_m3.salmonella.epi.p1_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S14_m3.salmonella.epi.p1_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102004
gz1="$(_compress_if_exists SRR5102004_1 || true)"
gz2="$(_compress_if_exists SRR5102004_2 || true)"
gzs="$(_compress_if_exists SRR5102004 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S150_m5.helminthday3.epi.p1_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S150_m5.helminthday3.epi.p1_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102005
gz1="$(_compress_if_exists SRR5102005_1 || true)"
gz2="$(_compress_if_exists SRR5102005_2 || true)"
gzs="$(_compress_if_exists SRR5102005 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S151_m1.controlday3.epi2_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S151_m1.controlday3.epi2_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102006
gz1="$(_compress_if_exists SRR5102006_1 || true)"
gz2="$(_compress_if_exists SRR5102006_2 || true)"
gzs="$(_compress_if_exists SRR5102006 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S151_m5.helminthday3.epi.p1_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S151_m5.helminthday3.epi.p1_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102007
gz1="$(_compress_if_exists SRR5102007_1 || true)"
gz2="$(_compress_if_exists SRR5102007_2 || true)"
gzs="$(_compress_if_exists SRR5102007 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S152_m5.helminthday3.epi.p1_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S152_m5.helminthday3.epi.p1_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102008
gz1="$(_compress_if_exists SRR5102008_1 || true)"
gz2="$(_compress_if_exists SRR5102008_2 || true)"
gzs="$(_compress_if_exists SRR5102008 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S153_m1.controlday3.epi2_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S153_m1.controlday3.epi2_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102009
gz1="$(_compress_if_exists SRR5102009_1 || true)"
gz2="$(_compress_if_exists SRR5102009_2 || true)"
gzs="$(_compress_if_exists SRR5102009 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S155_m1.controlday3.epi2_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S155_m1.controlday3.epi2_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102010
gz1="$(_compress_if_exists SRR5102010_1 || true)"
gz2="$(_compress_if_exists SRR5102010_2 || true)"
gzs="$(_compress_if_exists SRR5102010 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S156_m1.controlday3.epi2_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S156_m1.controlday3.epi2_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102011
gz1="$(_compress_if_exists SRR5102011_1 || true)"
gz2="$(_compress_if_exists SRR5102011_2 || true)"
gzs="$(_compress_if_exists SRR5102011 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S156_m5.helminthday3.epi.p1_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S156_m5.helminthday3.epi.p1_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102012
gz1="$(_compress_if_exists SRR5102012_1 || true)"
gz2="$(_compress_if_exists SRR5102012_2 || true)"
gzs="$(_compress_if_exists SRR5102012 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S157_m1.controlday3.epi2_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S157_m1.controlday3.epi2_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102013
gz1="$(_compress_if_exists SRR5102013_1 || true)"
gz2="$(_compress_if_exists SRR5102013_2 || true)"
gzs="$(_compress_if_exists SRR5102013 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S159_m1.controlday3.epi2_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S159_m1.controlday3.epi2_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102014
gz1="$(_compress_if_exists SRR5102014_1 || true)"
gz2="$(_compress_if_exists SRR5102014_2 || true)"
gzs="$(_compress_if_exists SRR5102014 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S15_m3.salmonella.epi.p1_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S15_m3.salmonella.epi.p1_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102015
gz1="$(_compress_if_exists SRR5102015_1 || true)"
gz2="$(_compress_if_exists SRR5102015_2 || true)"
gzs="$(_compress_if_exists SRR5102015 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S161_m5.helminthday3.epi.p1_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S161_m5.helminthday3.epi.p1_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102016
gz1="$(_compress_if_exists SRR5102016_1 || true)"
gz2="$(_compress_if_exists SRR5102016_2 || true)"
gzs="$(_compress_if_exists SRR5102016 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S164_m5.helminthday3.epi.p1_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S164_m5.helminthday3.epi.p1_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102017
gz1="$(_compress_if_exists SRR5102017_1 || true)"
gz2="$(_compress_if_exists SRR5102017_2 || true)"
gzs="$(_compress_if_exists SRR5102017 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S165_m5.helminthday3.epi.p1_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S165_m5.helminthday3.epi.p1_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102018
gz1="$(_compress_if_exists SRR5102018_1 || true)"
gz2="$(_compress_if_exists SRR5102018_2 || true)"
gzs="$(_compress_if_exists SRR5102018 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S166_m1.controlday3.epi2_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S166_m1.controlday3.epi2_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102019
gz1="$(_compress_if_exists SRR5102019_1 || true)"
gz2="$(_compress_if_exists SRR5102019_2 || true)"
gzs="$(_compress_if_exists SRR5102019 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S166_m5.helminthday3.epi.p1_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S166_m5.helminthday3.epi.p1_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102020
gz1="$(_compress_if_exists SRR5102020_1 || true)"
gz2="$(_compress_if_exists SRR5102020_2 || true)"
gzs="$(_compress_if_exists SRR5102020 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S167_m1.controlday3.epi2_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S167_m1.controlday3.epi2_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102021
gz1="$(_compress_if_exists SRR5102021_1 || true)"
gz2="$(_compress_if_exists SRR5102021_2 || true)"
gzs="$(_compress_if_exists SRR5102021 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S168_m1.controlday3.epi2_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S168_m1.controlday3.epi2_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102022
gz1="$(_compress_if_exists SRR5102022_1 || true)"
gz2="$(_compress_if_exists SRR5102022_2 || true)"
gzs="$(_compress_if_exists SRR5102022 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S169_m1.controlday3.epi2_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S169_m1.controlday3.epi2_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102023
gz1="$(_compress_if_exists SRR5102023_1 || true)"
gz2="$(_compress_if_exists SRR5102023_2 || true)"
gzs="$(_compress_if_exists SRR5102023 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S169_m5.helminthday3.epi.p1_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S169_m5.helminthday3.epi.p1_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102024
gz1="$(_compress_if_exists SRR5102024_1 || true)"
gz2="$(_compress_if_exists SRR5102024_2 || true)"
gzs="$(_compress_if_exists SRR5102024 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S16_m3.salmonella.epi.p1_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S16_m3.salmonella.epi.p1_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102025
gz1="$(_compress_if_exists SRR5102025_1 || true)"
gz2="$(_compress_if_exists SRR5102025_2 || true)"
gzs="$(_compress_if_exists SRR5102025 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S16_m5.helminthday3.epi2_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S16_m5.helminthday3.epi2_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102026
gz1="$(_compress_if_exists SRR5102026_1 || true)"
gz2="$(_compress_if_exists SRR5102026_2 || true)"
gzs="$(_compress_if_exists SRR5102026 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S171_m5.helminthday3.epi.p1_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S171_m5.helminthday3.epi.p1_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102027
gz1="$(_compress_if_exists SRR5102027_1 || true)"
gz2="$(_compress_if_exists SRR5102027_2 || true)"
gzs="$(_compress_if_exists SRR5102027 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S172_m1.controlday3.epi2_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S172_m1.controlday3.epi2_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102028
gz1="$(_compress_if_exists SRR5102028_1 || true)"
gz2="$(_compress_if_exists SRR5102028_2 || true)"
gzs="$(_compress_if_exists SRR5102028 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S172_m5.helminthday3.epi.p1_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S172_m5.helminthday3.epi.p1_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102029
gz1="$(_compress_if_exists SRR5102029_1 || true)"
gz2="$(_compress_if_exists SRR5102029_2 || true)"
gzs="$(_compress_if_exists SRR5102029 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S173_m5.helminthday3.epi.p1_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S173_m5.helminthday3.epi.p1_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102030
gz1="$(_compress_if_exists SRR5102030_1 || true)"
gz2="$(_compress_if_exists SRR5102030_2 || true)"
gzs="$(_compress_if_exists SRR5102030 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S174_m5.helminthday3.epi.p1_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S174_m5.helminthday3.epi.p1_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102031
gz1="$(_compress_if_exists SRR5102031_1 || true)"
gz2="$(_compress_if_exists SRR5102031_2 || true)"
gzs="$(_compress_if_exists SRR5102031 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S175_m5.helminthday3.epi.p1_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S175_m5.helminthday3.epi.p1_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102032
gz1="$(_compress_if_exists SRR5102032_1 || true)"
gz2="$(_compress_if_exists SRR5102032_2 || true)"
gzs="$(_compress_if_exists SRR5102032 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S176_m5.helminthday3.epi.p1_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S176_m5.helminthday3.epi.p1_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102033
gz1="$(_compress_if_exists SRR5102033_1 || true)"
gz2="$(_compress_if_exists SRR5102033_2 || true)"
gzs="$(_compress_if_exists SRR5102033 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S177_m5.helminthday3.epi.p1_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S177_m5.helminthday3.epi.p1_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102034
gz1="$(_compress_if_exists SRR5102034_1 || true)"
gz2="$(_compress_if_exists SRR5102034_2 || true)"
gzs="$(_compress_if_exists SRR5102034 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S178_m5.helminthday3.epi.p1_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S178_m5.helminthday3.epi.p1_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102035
gz1="$(_compress_if_exists SRR5102035_1 || true)"
gz2="$(_compress_if_exists SRR5102035_2 || true)"
gzs="$(_compress_if_exists SRR5102035 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S179_m5.helminthday3.epi.p1_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S179_m5.helminthday3.epi.p1_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102036
gz1="$(_compress_if_exists SRR5102036_1 || true)"
gz2="$(_compress_if_exists SRR5102036_2 || true)"
gzs="$(_compress_if_exists SRR5102036 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S180_m1.controlday3.epi2_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S180_m1.controlday3.epi2_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102037
gz1="$(_compress_if_exists SRR5102037_1 || true)"
gz2="$(_compress_if_exists SRR5102037_2 || true)"
gzs="$(_compress_if_exists SRR5102037 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S181_m5.helminthday3.epi.p1_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S181_m5.helminthday3.epi.p1_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102038
gz1="$(_compress_if_exists SRR5102038_1 || true)"
gz2="$(_compress_if_exists SRR5102038_2 || true)"
gzs="$(_compress_if_exists SRR5102038 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S182_m5.helminthday3.epi.p1_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S182_m5.helminthday3.epi.p1_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102039
gz1="$(_compress_if_exists SRR5102039_1 || true)"
gz2="$(_compress_if_exists SRR5102039_2 || true)"
gzs="$(_compress_if_exists SRR5102039 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S185_m5.helminthday3.epi.p1_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S185_m5.helminthday3.epi.p1_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102040
gz1="$(_compress_if_exists SRR5102040_1 || true)"
gz2="$(_compress_if_exists SRR5102040_2 || true)"
gzs="$(_compress_if_exists SRR5102040 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S189_m5.helminthday3.epi.p1_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S189_m5.helminthday3.epi.p1_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102041
gz1="$(_compress_if_exists SRR5102041_1 || true)"
gz2="$(_compress_if_exists SRR5102041_2 || true)"
gzs="$(_compress_if_exists SRR5102041 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S18_m3.salmonella.epi.p1_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S18_m3.salmonella.epi.p1_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102042
gz1="$(_compress_if_exists SRR5102042_1 || true)"
gz2="$(_compress_if_exists SRR5102042_2 || true)"
gzs="$(_compress_if_exists SRR5102042 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S18_m5.helminthday3.epi2_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S18_m5.helminthday3.epi2_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102043
gz1="$(_compress_if_exists SRR5102043_1 || true)"
gz2="$(_compress_if_exists SRR5102043_2 || true)"
gzs="$(_compress_if_exists SRR5102043 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S193_m7.controlday10.epi.p1_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S193_m7.controlday10.epi.p1_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102044
gz1="$(_compress_if_exists SRR5102044_1 || true)"
gz2="$(_compress_if_exists SRR5102044_2 || true)"
gzs="$(_compress_if_exists SRR5102044 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S193_m9.helminthday10.epi3_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S193_m9.helminthday10.epi3_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102045
gz1="$(_compress_if_exists SRR5102045_1 || true)"
gz2="$(_compress_if_exists SRR5102045_2 || true)"
gzs="$(_compress_if_exists SRR5102045 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S194_m7.controlday10.epi.p1_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S194_m7.controlday10.epi.p1_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102046
gz1="$(_compress_if_exists SRR5102046_1 || true)"
gz2="$(_compress_if_exists SRR5102046_2 || true)"
gzs="$(_compress_if_exists SRR5102046 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S194_m9.helminthday10.epi3_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S194_m9.helminthday10.epi3_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102047
gz1="$(_compress_if_exists SRR5102047_1 || true)"
gz2="$(_compress_if_exists SRR5102047_2 || true)"
gzs="$(_compress_if_exists SRR5102047 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S196_m7.controlday10.epi.p1_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S196_m7.controlday10.epi.p1_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102048
gz1="$(_compress_if_exists SRR5102048_1 || true)"
gz2="$(_compress_if_exists SRR5102048_2 || true)"
gzs="$(_compress_if_exists SRR5102048 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S197_m7.controlday10.epi.p1_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S197_m7.controlday10.epi.p1_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102049
gz1="$(_compress_if_exists SRR5102049_1 || true)"
gz2="$(_compress_if_exists SRR5102049_2 || true)"
gzs="$(_compress_if_exists SRR5102049 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S198_m7.controlday10.epi.p1_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S198_m7.controlday10.epi.p1_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102050
gz1="$(_compress_if_exists SRR5102050_1 || true)"
gz2="$(_compress_if_exists SRR5102050_2 || true)"
gzs="$(_compress_if_exists SRR5102050 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S199_m7.controlday10.epi.p1_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S199_m7.controlday10.epi.p1_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102051
gz1="$(_compress_if_exists SRR5102051_1 || true)"
gz2="$(_compress_if_exists SRR5102051_2 || true)"
gzs="$(_compress_if_exists SRR5102051 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S199_m9.helminthday10.epi3_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S199_m9.helminthday10.epi3_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102052
gz1="$(_compress_if_exists SRR5102052_1 || true)"
gz2="$(_compress_if_exists SRR5102052_2 || true)"
gzs="$(_compress_if_exists SRR5102052 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S19_m3.salmonella.epi.p1_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S19_m3.salmonella.epi.p1_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102053
gz1="$(_compress_if_exists SRR5102053_1 || true)"
gz2="$(_compress_if_exists SRR5102053_2 || true)"
gzs="$(_compress_if_exists SRR5102053 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S1_m3.salmonella.epi.p1_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S1_m3.salmonella.epi.p1_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102054
gz1="$(_compress_if_exists SRR5102054_1 || true)"
gz2="$(_compress_if_exists SRR5102054_2 || true)"
gzs="$(_compress_if_exists SRR5102054 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S1_m5.helminthday3.epi2_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S1_m5.helminthday3.epi2_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102055
gz1="$(_compress_if_exists SRR5102055_1 || true)"
gz2="$(_compress_if_exists SRR5102055_2 || true)"
gzs="$(_compress_if_exists SRR5102055 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S200_m7.controlday10.epi.p1_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S200_m7.controlday10.epi.p1_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102056
gz1="$(_compress_if_exists SRR5102056_1 || true)"
gz2="$(_compress_if_exists SRR5102056_2 || true)"
gzs="$(_compress_if_exists SRR5102056 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S200_m9.helminthday10.epi3_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S200_m9.helminthday10.epi3_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102057
gz1="$(_compress_if_exists SRR5102057_1 || true)"
gz2="$(_compress_if_exists SRR5102057_2 || true)"
gzs="$(_compress_if_exists SRR5102057 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S201_m7.controlday10.epi.p1_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S201_m7.controlday10.epi.p1_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102058
gz1="$(_compress_if_exists SRR5102058_1 || true)"
gz2="$(_compress_if_exists SRR5102058_2 || true)"
gzs="$(_compress_if_exists SRR5102058 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S201_m9.helminthday10.epi3_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S201_m9.helminthday10.epi3_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102059
gz1="$(_compress_if_exists SRR5102059_1 || true)"
gz2="$(_compress_if_exists SRR5102059_2 || true)"
gzs="$(_compress_if_exists SRR5102059 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S202_m9.helminthday10.epi3_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S202_m9.helminthday10.epi3_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102060
gz1="$(_compress_if_exists SRR5102060_1 || true)"
gz2="$(_compress_if_exists SRR5102060_2 || true)"
gzs="$(_compress_if_exists SRR5102060 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S203_m7.controlday10.epi.p1_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S203_m7.controlday10.epi.p1_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102061
gz1="$(_compress_if_exists SRR5102061_1 || true)"
gz2="$(_compress_if_exists SRR5102061_2 || true)"
gzs="$(_compress_if_exists SRR5102061 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S203_m9.helminthday10.epi3_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S203_m9.helminthday10.epi3_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102062
gz1="$(_compress_if_exists SRR5102062_1 || true)"
gz2="$(_compress_if_exists SRR5102062_2 || true)"
gzs="$(_compress_if_exists SRR5102062 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S204_m7.controlday10.epi.p1_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S204_m7.controlday10.epi.p1_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102063
gz1="$(_compress_if_exists SRR5102063_1 || true)"
gz2="$(_compress_if_exists SRR5102063_2 || true)"
gzs="$(_compress_if_exists SRR5102063 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S204_m9.helminthday10.epi3_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S204_m9.helminthday10.epi3_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102064
gz1="$(_compress_if_exists SRR5102064_1 || true)"
gz2="$(_compress_if_exists SRR5102064_2 || true)"
gzs="$(_compress_if_exists SRR5102064 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S206_m7.controlday10.epi.p1_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S206_m7.controlday10.epi.p1_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102065
gz1="$(_compress_if_exists SRR5102065_1 || true)"
gz2="$(_compress_if_exists SRR5102065_2 || true)"
gzs="$(_compress_if_exists SRR5102065 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S207_m7.controlday10.epi.p1_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S207_m7.controlday10.epi.p1_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102066
gz1="$(_compress_if_exists SRR5102066_1 || true)"
gz2="$(_compress_if_exists SRR5102066_2 || true)"
gzs="$(_compress_if_exists SRR5102066 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S207_m9.helminthday10.epi3_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S207_m9.helminthday10.epi3_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102067
gz1="$(_compress_if_exists SRR5102067_1 || true)"
gz2="$(_compress_if_exists SRR5102067_2 || true)"
gzs="$(_compress_if_exists SRR5102067 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S208_m7.controlday10.epi.p1_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S208_m7.controlday10.epi.p1_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102068
gz1="$(_compress_if_exists SRR5102068_1 || true)"
gz2="$(_compress_if_exists SRR5102068_2 || true)"
gzs="$(_compress_if_exists SRR5102068 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S209_m7.controlday10.epi.p1_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S209_m7.controlday10.epi.p1_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102069
gz1="$(_compress_if_exists SRR5102069_1 || true)"
gz2="$(_compress_if_exists SRR5102069_2 || true)"
gzs="$(_compress_if_exists SRR5102069 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S209_m9.helminthday10.epi3_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S209_m9.helminthday10.epi3_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102070
gz1="$(_compress_if_exists SRR5102070_1 || true)"
gz2="$(_compress_if_exists SRR5102070_2 || true)"
gzs="$(_compress_if_exists SRR5102070 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S210_m7.controlday10.epi.p1_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S210_m7.controlday10.epi.p1_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102071
gz1="$(_compress_if_exists SRR5102071_1 || true)"
gz2="$(_compress_if_exists SRR5102071_2 || true)"
gzs="$(_compress_if_exists SRR5102071 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S210_m9.helminthday10.epi3_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S210_m9.helminthday10.epi3_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102072
gz1="$(_compress_if_exists SRR5102072_1 || true)"
gz2="$(_compress_if_exists SRR5102072_2 || true)"
gzs="$(_compress_if_exists SRR5102072 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S211_m7.controlday10.epi.p1_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S211_m7.controlday10.epi.p1_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102073
gz1="$(_compress_if_exists SRR5102073_1 || true)"
gz2="$(_compress_if_exists SRR5102073_2 || true)"
gzs="$(_compress_if_exists SRR5102073 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S212_m7.controlday10.epi.p1_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S212_m7.controlday10.epi.p1_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102074
gz1="$(_compress_if_exists SRR5102074_1 || true)"
gz2="$(_compress_if_exists SRR5102074_2 || true)"
gzs="$(_compress_if_exists SRR5102074 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S212_m9.helminthday10.epi3_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S212_m9.helminthday10.epi3_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102075
gz1="$(_compress_if_exists SRR5102075_1 || true)"
gz2="$(_compress_if_exists SRR5102075_2 || true)"
gzs="$(_compress_if_exists SRR5102075 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S215_m7.controlday10.epi.p1_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S215_m7.controlday10.epi.p1_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102076
gz1="$(_compress_if_exists SRR5102076_1 || true)"
gz2="$(_compress_if_exists SRR5102076_2 || true)"
gzs="$(_compress_if_exists SRR5102076 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S216_m7.controlday10.epi.p1_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S216_m7.controlday10.epi.p1_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102077
gz1="$(_compress_if_exists SRR5102077_1 || true)"
gz2="$(_compress_if_exists SRR5102077_2 || true)"
gzs="$(_compress_if_exists SRR5102077 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S216_m9.helminthday10.epi3_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S216_m9.helminthday10.epi3_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102078
gz1="$(_compress_if_exists SRR5102078_1 || true)"
gz2="$(_compress_if_exists SRR5102078_2 || true)"
gzs="$(_compress_if_exists SRR5102078 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S218_m7.controlday10.epi.p1_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S218_m7.controlday10.epi.p1_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102079
gz1="$(_compress_if_exists SRR5102079_1 || true)"
gz2="$(_compress_if_exists SRR5102079_2 || true)"
gzs="$(_compress_if_exists SRR5102079 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S218_m9.helminthday10.epi3_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S218_m9.helminthday10.epi3_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102080
gz1="$(_compress_if_exists SRR5102080_1 || true)"
gz2="$(_compress_if_exists SRR5102080_2 || true)"
gzs="$(_compress_if_exists SRR5102080 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S21_m5.helminthday3.epi2_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S21_m5.helminthday3.epi2_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102081
gz1="$(_compress_if_exists SRR5102081_1 || true)"
gz2="$(_compress_if_exists SRR5102081_2 || true)"
gzs="$(_compress_if_exists SRR5102081 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S220_m7.controlday10.epi.p1_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S220_m7.controlday10.epi.p1_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102082
gz1="$(_compress_if_exists SRR5102082_1 || true)"
gz2="$(_compress_if_exists SRR5102082_2 || true)"
gzs="$(_compress_if_exists SRR5102082 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S221_m7.controlday10.epi.p1_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S221_m7.controlday10.epi.p1_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102083
gz1="$(_compress_if_exists SRR5102083_1 || true)"
gz2="$(_compress_if_exists SRR5102083_2 || true)"
gzs="$(_compress_if_exists SRR5102083 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S221_m9.helminthday10.epi3_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S221_m9.helminthday10.epi3_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102084
gz1="$(_compress_if_exists SRR5102084_1 || true)"
gz2="$(_compress_if_exists SRR5102084_2 || true)"
gzs="$(_compress_if_exists SRR5102084 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S222_m7.controlday10.epi.p1_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S222_m7.controlday10.epi.p1_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102085
gz1="$(_compress_if_exists SRR5102085_1 || true)"
gz2="$(_compress_if_exists SRR5102085_2 || true)"
gzs="$(_compress_if_exists SRR5102085 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S222_m9.helminthday10.epi3_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S222_m9.helminthday10.epi3_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102086
gz1="$(_compress_if_exists SRR5102086_1 || true)"
gz2="$(_compress_if_exists SRR5102086_2 || true)"
gzs="$(_compress_if_exists SRR5102086 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S223_m7.controlday10.epi.p1_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S223_m7.controlday10.epi.p1_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102087
gz1="$(_compress_if_exists SRR5102087_1 || true)"
gz2="$(_compress_if_exists SRR5102087_2 || true)"
gzs="$(_compress_if_exists SRR5102087 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S225_m7.controlday10.epi.p1_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S225_m7.controlday10.epi.p1_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102088
gz1="$(_compress_if_exists SRR5102088_1 || true)"
gz2="$(_compress_if_exists SRR5102088_2 || true)"
gzs="$(_compress_if_exists SRR5102088 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S225_m9.helminthday10.epi3_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S225_m9.helminthday10.epi3_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102089
gz1="$(_compress_if_exists SRR5102089_1 || true)"
gz2="$(_compress_if_exists SRR5102089_2 || true)"
gzs="$(_compress_if_exists SRR5102089 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S226_m9.helminthday10.epi3_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S226_m9.helminthday10.epi3_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102090
gz1="$(_compress_if_exists SRR5102090_1 || true)"
gz2="$(_compress_if_exists SRR5102090_2 || true)"
gzs="$(_compress_if_exists SRR5102090 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S228_m9.helminthday10.epi3_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S228_m9.helminthday10.epi3_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102091
gz1="$(_compress_if_exists SRR5102091_1 || true)"
gz2="$(_compress_if_exists SRR5102091_2 || true)"
gzs="$(_compress_if_exists SRR5102091 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S22_m3.salmonella.epi.p1_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S22_m3.salmonella.epi.p1_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102092
gz1="$(_compress_if_exists SRR5102092_1 || true)"
gz2="$(_compress_if_exists SRR5102092_2 || true)"
gzs="$(_compress_if_exists SRR5102092 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S230_m7.controlday10.epi.p1_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S230_m7.controlday10.epi.p1_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102093
gz1="$(_compress_if_exists SRR5102093_1 || true)"
gz2="$(_compress_if_exists SRR5102093_2 || true)"
gzs="$(_compress_if_exists SRR5102093 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S231_m9.helminthday10.epi3_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S231_m9.helminthday10.epi3_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102094
gz1="$(_compress_if_exists SRR5102094_1 || true)"
gz2="$(_compress_if_exists SRR5102094_2 || true)"
gzs="$(_compress_if_exists SRR5102094 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S232_m7.controlday10.epi.p1_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S232_m7.controlday10.epi.p1_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102095
gz1="$(_compress_if_exists SRR5102095_1 || true)"
gz2="$(_compress_if_exists SRR5102095_2 || true)"
gzs="$(_compress_if_exists SRR5102095 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S233_m7.controlday10.epi.p1_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S233_m7.controlday10.epi.p1_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102096
gz1="$(_compress_if_exists SRR5102096_1 || true)"
gz2="$(_compress_if_exists SRR5102096_2 || true)"
gzs="$(_compress_if_exists SRR5102096 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S234_m7.controlday10.epi.p1_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S234_m7.controlday10.epi.p1_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102097
gz1="$(_compress_if_exists SRR5102097_1 || true)"
gz2="$(_compress_if_exists SRR5102097_2 || true)"
gzs="$(_compress_if_exists SRR5102097 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S234_m9.helminthday10.epi3_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S234_m9.helminthday10.epi3_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102098
gz1="$(_compress_if_exists SRR5102098_1 || true)"
gz2="$(_compress_if_exists SRR5102098_2 || true)"
gzs="$(_compress_if_exists SRR5102098 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S235_m9.helminthday10.epi3_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S235_m9.helminthday10.epi3_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102099
gz1="$(_compress_if_exists SRR5102099_1 || true)"
gz2="$(_compress_if_exists SRR5102099_2 || true)"
gzs="$(_compress_if_exists SRR5102099 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S236_m7.controlday10.epi.p1_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S236_m7.controlday10.epi.p1_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102100
gz1="$(_compress_if_exists SRR5102100_1 || true)"
gz2="$(_compress_if_exists SRR5102100_2 || true)"
gzs="$(_compress_if_exists SRR5102100 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S238_m7.controlday10.epi.p1_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S238_m7.controlday10.epi.p1_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102101
gz1="$(_compress_if_exists SRR5102101_1 || true)"
gz2="$(_compress_if_exists SRR5102101_2 || true)"
gzs="$(_compress_if_exists SRR5102101 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S238_m9.helminthday10.epi3_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S238_m9.helminthday10.epi3_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102102
gz1="$(_compress_if_exists SRR5102102_1 || true)"
gz2="$(_compress_if_exists SRR5102102_2 || true)"
gzs="$(_compress_if_exists SRR5102102 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S239_m9.helminthday10.epi3_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S239_m9.helminthday10.epi3_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102103
gz1="$(_compress_if_exists SRR5102103_1 || true)"
gz2="$(_compress_if_exists SRR5102103_2 || true)"
gzs="$(_compress_if_exists SRR5102103 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S23_m3.salmonella.epi.p1_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S23_m3.salmonella.epi.p1_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102104
gz1="$(_compress_if_exists SRR5102104_1 || true)"
gz2="$(_compress_if_exists SRR5102104_2 || true)"
gzs="$(_compress_if_exists SRR5102104 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S23_m5.helminthday3.epi2_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S23_m5.helminthday3.epi2_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102105
gz1="$(_compress_if_exists SRR5102105_1 || true)"
gz2="$(_compress_if_exists SRR5102105_2 || true)"
gzs="$(_compress_if_exists SRR5102105 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S240_m9.helminthday10.epi3_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S240_m9.helminthday10.epi3_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102106
gz1="$(_compress_if_exists SRR5102106_1 || true)"
gz2="$(_compress_if_exists SRR5102106_2 || true)"
gzs="$(_compress_if_exists SRR5102106 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S241_m7.controlday10.epi.p1_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S241_m7.controlday10.epi.p1_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102107
gz1="$(_compress_if_exists SRR5102107_1 || true)"
gz2="$(_compress_if_exists SRR5102107_2 || true)"
gzs="$(_compress_if_exists SRR5102107 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S243_m7.controlday10.epi.p1_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S243_m7.controlday10.epi.p1_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102108
gz1="$(_compress_if_exists SRR5102108_1 || true)"
gz2="$(_compress_if_exists SRR5102108_2 || true)"
gzs="$(_compress_if_exists SRR5102108 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S243_m9.helminthday10.epi3_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S243_m9.helminthday10.epi3_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102109
gz1="$(_compress_if_exists SRR5102109_1 || true)"
gz2="$(_compress_if_exists SRR5102109_2 || true)"
gzs="$(_compress_if_exists SRR5102109 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S244_m7.controlday10.epi.p1_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S244_m7.controlday10.epi.p1_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102110
gz1="$(_compress_if_exists SRR5102110_1 || true)"
gz2="$(_compress_if_exists SRR5102110_2 || true)"
gzs="$(_compress_if_exists SRR5102110 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S245_m9.helminthday10.epi3_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S245_m9.helminthday10.epi3_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102111
gz1="$(_compress_if_exists SRR5102111_1 || true)"
gz2="$(_compress_if_exists SRR5102111_2 || true)"
gzs="$(_compress_if_exists SRR5102111 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S246_m9.helminthday10.epi3_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S246_m9.helminthday10.epi3_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102112
gz1="$(_compress_if_exists SRR5102112_1 || true)"
gz2="$(_compress_if_exists SRR5102112_2 || true)"
gzs="$(_compress_if_exists SRR5102112 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S247_m7.controlday10.epi.p1_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S247_m7.controlday10.epi.p1_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102113
gz1="$(_compress_if_exists SRR5102113_1 || true)"
gz2="$(_compress_if_exists SRR5102113_2 || true)"
gzs="$(_compress_if_exists SRR5102113 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S247_m9.helminthday10.epi3_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S247_m9.helminthday10.epi3_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102114
gz1="$(_compress_if_exists SRR5102114_1 || true)"
gz2="$(_compress_if_exists SRR5102114_2 || true)"
gzs="$(_compress_if_exists SRR5102114 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S248_m7.controlday10.epi.p1_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S248_m7.controlday10.epi.p1_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102115
gz1="$(_compress_if_exists SRR5102115_1 || true)"
gz2="$(_compress_if_exists SRR5102115_2 || true)"
gzs="$(_compress_if_exists SRR5102115 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S24_m3.salmonella.epi.p1_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S24_m3.salmonella.epi.p1_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102116
gz1="$(_compress_if_exists SRR5102116_1 || true)"
gz2="$(_compress_if_exists SRR5102116_2 || true)"
gzs="$(_compress_if_exists SRR5102116 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S250_m9.helminthday10.epi3_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S250_m9.helminthday10.epi3_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102117
gz1="$(_compress_if_exists SRR5102117_1 || true)"
gz2="$(_compress_if_exists SRR5102117_2 || true)"
gzs="$(_compress_if_exists SRR5102117 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S251_m7.controlday10.epi.p1_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S251_m7.controlday10.epi.p1_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102118
gz1="$(_compress_if_exists SRR5102118_1 || true)"
gz2="$(_compress_if_exists SRR5102118_2 || true)"
gzs="$(_compress_if_exists SRR5102118 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S251_m9.helminthday10.epi3_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S251_m9.helminthday10.epi3_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102119
gz1="$(_compress_if_exists SRR5102119_1 || true)"
gz2="$(_compress_if_exists SRR5102119_2 || true)"
gzs="$(_compress_if_exists SRR5102119 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S252_m7.controlday10.epi.p1_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S252_m7.controlday10.epi.p1_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102120
gz1="$(_compress_if_exists SRR5102120_1 || true)"
gz2="$(_compress_if_exists SRR5102120_2 || true)"
gzs="$(_compress_if_exists SRR5102120 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S252_m9.helminthday10.epi3_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S252_m9.helminthday10.epi3_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102121
gz1="$(_compress_if_exists SRR5102121_1 || true)"
gz2="$(_compress_if_exists SRR5102121_2 || true)"
gzs="$(_compress_if_exists SRR5102121 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S254_m7.controlday10.epi.p1_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S254_m7.controlday10.epi.p1_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102122
gz1="$(_compress_if_exists SRR5102122_1 || true)"
gz2="$(_compress_if_exists SRR5102122_2 || true)"
gzs="$(_compress_if_exists SRR5102122 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S254_m9.helminthday10.epi3_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S254_m9.helminthday10.epi3_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102123
gz1="$(_compress_if_exists SRR5102123_1 || true)"
gz2="$(_compress_if_exists SRR5102123_2 || true)"
gzs="$(_compress_if_exists SRR5102123 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S255_m7.controlday10.epi.p1_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S255_m7.controlday10.epi.p1_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102124
gz1="$(_compress_if_exists SRR5102124_1 || true)"
gz2="$(_compress_if_exists SRR5102124_2 || true)"
gzs="$(_compress_if_exists SRR5102124 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S256_m7.controlday10.epi.p1_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S256_m7.controlday10.epi.p1_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102125
gz1="$(_compress_if_exists SRR5102125_1 || true)"
gz2="$(_compress_if_exists SRR5102125_2 || true)"
gzs="$(_compress_if_exists SRR5102125 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S257_m7.controlday10.epi.p1_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S257_m7.controlday10.epi.p1_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102126
gz1="$(_compress_if_exists SRR5102126_1 || true)"
gz2="$(_compress_if_exists SRR5102126_2 || true)"
gzs="$(_compress_if_exists SRR5102126 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S257_m9.helminthday10.epi3_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S257_m9.helminthday10.epi3_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102127
gz1="$(_compress_if_exists SRR5102127_1 || true)"
gz2="$(_compress_if_exists SRR5102127_2 || true)"
gzs="$(_compress_if_exists SRR5102127 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S258_m9.helminthday10.epi3_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S258_m9.helminthday10.epi3_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102128
gz1="$(_compress_if_exists SRR5102128_1 || true)"
gz2="$(_compress_if_exists SRR5102128_2 || true)"
gzs="$(_compress_if_exists SRR5102128 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S259_m9.helminthday10.epi3_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S259_m9.helminthday10.epi3_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102129
gz1="$(_compress_if_exists SRR5102129_1 || true)"
gz2="$(_compress_if_exists SRR5102129_2 || true)"
gzs="$(_compress_if_exists SRR5102129 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S25_m3.salmonella.epi.p1_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S25_m3.salmonella.epi.p1_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102130
gz1="$(_compress_if_exists SRR5102130_1 || true)"
gz2="$(_compress_if_exists SRR5102130_2 || true)"
gzs="$(_compress_if_exists SRR5102130 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S25_m5.helminthday3.epi2_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S25_m5.helminthday3.epi2_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102131
gz1="$(_compress_if_exists SRR5102131_1 || true)"
gz2="$(_compress_if_exists SRR5102131_2 || true)"
gzs="$(_compress_if_exists SRR5102131 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S263_m7.controlday10.epi.p1_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S263_m7.controlday10.epi.p1_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102132
gz1="$(_compress_if_exists SRR5102132_1 || true)"
gz2="$(_compress_if_exists SRR5102132_2 || true)"
gzs="$(_compress_if_exists SRR5102132 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S263_m9.helminthday10.epi3_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S263_m9.helminthday10.epi3_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102133
gz1="$(_compress_if_exists SRR5102133_1 || true)"
gz2="$(_compress_if_exists SRR5102133_2 || true)"
gzs="$(_compress_if_exists SRR5102133 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S264_m9.helminthday10.epi3_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S264_m9.helminthday10.epi3_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102134
gz1="$(_compress_if_exists SRR5102134_1 || true)"
gz2="$(_compress_if_exists SRR5102134_2 || true)"
gzs="$(_compress_if_exists SRR5102134 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S265_m7.controlday10.epi.p1_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S265_m7.controlday10.epi.p1_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102135
gz1="$(_compress_if_exists SRR5102135_1 || true)"
gz2="$(_compress_if_exists SRR5102135_2 || true)"
gzs="$(_compress_if_exists SRR5102135 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S266_m7.controlday10.epi.p1_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S266_m7.controlday10.epi.p1_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102136
gz1="$(_compress_if_exists SRR5102136_1 || true)"
gz2="$(_compress_if_exists SRR5102136_2 || true)"
gzs="$(_compress_if_exists SRR5102136 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S267_m7.controlday10.epi.p1_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S267_m7.controlday10.epi.p1_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102137
gz1="$(_compress_if_exists SRR5102137_1 || true)"
gz2="$(_compress_if_exists SRR5102137_2 || true)"
gzs="$(_compress_if_exists SRR5102137 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S26_m3.salmonella.epi.p1_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S26_m3.salmonella.epi.p1_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102138
gz1="$(_compress_if_exists SRR5102138_1 || true)"
gz2="$(_compress_if_exists SRR5102138_2 || true)"
gzs="$(_compress_if_exists SRR5102138 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S26_m5.helminthday3.epi2_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S26_m5.helminthday3.epi2_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102139
gz1="$(_compress_if_exists SRR5102139_1 || true)"
gz2="$(_compress_if_exists SRR5102139_2 || true)"
gzs="$(_compress_if_exists SRR5102139 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S270_m7.controlday10.epi.p1_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S270_m7.controlday10.epi.p1_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102140
gz1="$(_compress_if_exists SRR5102140_1 || true)"
gz2="$(_compress_if_exists SRR5102140_2 || true)"
gzs="$(_compress_if_exists SRR5102140 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S271_m7.controlday10.epi.p1_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S271_m7.controlday10.epi.p1_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102141
gz1="$(_compress_if_exists SRR5102141_1 || true)"
gz2="$(_compress_if_exists SRR5102141_2 || true)"
gzs="$(_compress_if_exists SRR5102141 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S271_m9.helminthday10.epi3_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S271_m9.helminthday10.epi3_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102142
gz1="$(_compress_if_exists SRR5102142_1 || true)"
gz2="$(_compress_if_exists SRR5102142_2 || true)"
gzs="$(_compress_if_exists SRR5102142 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S272_m7.controlday10.epi.p1_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S272_m7.controlday10.epi.p1_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102143
gz1="$(_compress_if_exists SRR5102143_1 || true)"
gz2="$(_compress_if_exists SRR5102143_2 || true)"
gzs="$(_compress_if_exists SRR5102143 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S273_m7.controlday10.epi.p1_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S273_m7.controlday10.epi.p1_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102144
gz1="$(_compress_if_exists SRR5102144_1 || true)"
gz2="$(_compress_if_exists SRR5102144_2 || true)"
gzs="$(_compress_if_exists SRR5102144 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S274_m7.controlday10.epi.p1_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S274_m7.controlday10.epi.p1_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102145
gz1="$(_compress_if_exists SRR5102145_1 || true)"
gz2="$(_compress_if_exists SRR5102145_2 || true)"
gzs="$(_compress_if_exists SRR5102145 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S274_m9.helminthday10.epi3_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S274_m9.helminthday10.epi3_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102146
gz1="$(_compress_if_exists SRR5102146_1 || true)"
gz2="$(_compress_if_exists SRR5102146_2 || true)"
gzs="$(_compress_if_exists SRR5102146 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S275_m7.controlday10.epi.p1_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S275_m7.controlday10.epi.p1_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102147
gz1="$(_compress_if_exists SRR5102147_1 || true)"
gz2="$(_compress_if_exists SRR5102147_2 || true)"
gzs="$(_compress_if_exists SRR5102147 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S275_m9.helminthday10.epi3_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S275_m9.helminthday10.epi3_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102148
gz1="$(_compress_if_exists SRR5102148_1 || true)"
gz2="$(_compress_if_exists SRR5102148_2 || true)"
gzs="$(_compress_if_exists SRR5102148 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S276_m7.controlday10.epi.p1_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S276_m7.controlday10.epi.p1_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102149
gz1="$(_compress_if_exists SRR5102149_1 || true)"
gz2="$(_compress_if_exists SRR5102149_2 || true)"
gzs="$(_compress_if_exists SRR5102149 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S276_m9.helminthday10.epi3_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S276_m9.helminthday10.epi3_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102150
gz1="$(_compress_if_exists SRR5102150_1 || true)"
gz2="$(_compress_if_exists SRR5102150_2 || true)"
gzs="$(_compress_if_exists SRR5102150 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S277_m7.controlday10.epi.p1_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S277_m7.controlday10.epi.p1_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102151
gz1="$(_compress_if_exists SRR5102151_1 || true)"
gz2="$(_compress_if_exists SRR5102151_2 || true)"
gzs="$(_compress_if_exists SRR5102151 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S278_m7.controlday10.epi.p1_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S278_m7.controlday10.epi.p1_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102152
gz1="$(_compress_if_exists SRR5102152_1 || true)"
gz2="$(_compress_if_exists SRR5102152_2 || true)"
gzs="$(_compress_if_exists SRR5102152 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S279_m7.controlday10.epi.p1_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S279_m7.controlday10.epi.p1_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102153
gz1="$(_compress_if_exists SRR5102153_1 || true)"
gz2="$(_compress_if_exists SRR5102153_2 || true)"
gzs="$(_compress_if_exists SRR5102153 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S27_m3.salmonella.epi.p1_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S27_m3.salmonella.epi.p1_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102154
gz1="$(_compress_if_exists SRR5102154_1 || true)"
gz2="$(_compress_if_exists SRR5102154_2 || true)"
gzs="$(_compress_if_exists SRR5102154 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S27_m5.helminthday3.epi2_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S27_m5.helminthday3.epi2_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102155
gz1="$(_compress_if_exists SRR5102155_1 || true)"
gz2="$(_compress_if_exists SRR5102155_2 || true)"
gzs="$(_compress_if_exists SRR5102155 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S280_m7.controlday10.epi.p1_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S280_m7.controlday10.epi.p1_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102156
gz1="$(_compress_if_exists SRR5102156_1 || true)"
gz2="$(_compress_if_exists SRR5102156_2 || true)"
gzs="$(_compress_if_exists SRR5102156 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S280_m9.helminthday10.epi3_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S280_m9.helminthday10.epi3_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102157
gz1="$(_compress_if_exists SRR5102157_1 || true)"
gz2="$(_compress_if_exists SRR5102157_2 || true)"
gzs="$(_compress_if_exists SRR5102157 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S281_m7.controlday10.epi.p1_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S281_m7.controlday10.epi.p1_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102158
gz1="$(_compress_if_exists SRR5102158_1 || true)"
gz2="$(_compress_if_exists SRR5102158_2 || true)"
gzs="$(_compress_if_exists SRR5102158 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S282_m7.controlday10.epi.p1_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S282_m7.controlday10.epi.p1_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102159
gz1="$(_compress_if_exists SRR5102159_1 || true)"
gz2="$(_compress_if_exists SRR5102159_2 || true)"
gzs="$(_compress_if_exists SRR5102159 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S282_m9.helminthday10.epi3_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S282_m9.helminthday10.epi3_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102160
gz1="$(_compress_if_exists SRR5102160_1 || true)"
gz2="$(_compress_if_exists SRR5102160_2 || true)"
gzs="$(_compress_if_exists SRR5102160 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S283_m7.controlday10.epi.p1_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S283_m7.controlday10.epi.p1_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102161
gz1="$(_compress_if_exists SRR5102161_1 || true)"
gz2="$(_compress_if_exists SRR5102161_2 || true)"
gzs="$(_compress_if_exists SRR5102161 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S283_m9.helminthday10.epi3_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S283_m9.helminthday10.epi3_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102162
gz1="$(_compress_if_exists SRR5102162_1 || true)"
gz2="$(_compress_if_exists SRR5102162_2 || true)"
gzs="$(_compress_if_exists SRR5102162 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S284_m7.controlday10.epi.p1_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S284_m7.controlday10.epi.p1_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102163
gz1="$(_compress_if_exists SRR5102163_1 || true)"
gz2="$(_compress_if_exists SRR5102163_2 || true)"
gzs="$(_compress_if_exists SRR5102163 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S284_m9.helminthday10.epi3_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S284_m9.helminthday10.epi3_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102164
gz1="$(_compress_if_exists SRR5102164_1 || true)"
gz2="$(_compress_if_exists SRR5102164_2 || true)"
gzs="$(_compress_if_exists SRR5102164 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S285_m7.controlday10.epi.p1_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S285_m7.controlday10.epi.p1_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102165
gz1="$(_compress_if_exists SRR5102165_1 || true)"
gz2="$(_compress_if_exists SRR5102165_2 || true)"
gzs="$(_compress_if_exists SRR5102165 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S286_m7.controlday10.epi.p1_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S286_m7.controlday10.epi.p1_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102166
gz1="$(_compress_if_exists SRR5102166_1 || true)"
gz2="$(_compress_if_exists SRR5102166_2 || true)"
gzs="$(_compress_if_exists SRR5102166 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S28_m3.salmonella.epi.p1_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S28_m3.salmonella.epi.p1_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102167
gz1="$(_compress_if_exists SRR5102167_1 || true)"
gz2="$(_compress_if_exists SRR5102167_2 || true)"
gzs="$(_compress_if_exists SRR5102167 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S28_m5.helminthday3.epi2_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S28_m5.helminthday3.epi2_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102168
gz1="$(_compress_if_exists SRR5102168_1 || true)"
gz2="$(_compress_if_exists SRR5102168_2 || true)"
gzs="$(_compress_if_exists SRR5102168 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S290_m3.salmonella.epi3_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S290_m3.salmonella.epi3_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102169
gz1="$(_compress_if_exists SRR5102169_1 || true)"
gz2="$(_compress_if_exists SRR5102169_2 || true)"
gzs="$(_compress_if_exists SRR5102169 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S291_m3.salmonella.epi3_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S291_m3.salmonella.epi3_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102170
gz1="$(_compress_if_exists SRR5102170_1 || true)"
gz2="$(_compress_if_exists SRR5102170_2 || true)"
gzs="$(_compress_if_exists SRR5102170 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S295_m3.salmonella.epi3_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S295_m3.salmonella.epi3_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102171
gz1="$(_compress_if_exists SRR5102171_1 || true)"
gz2="$(_compress_if_exists SRR5102171_2 || true)"
gzs="$(_compress_if_exists SRR5102171 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S295_m9.helminthday10.epi.p3_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S295_m9.helminthday10.epi.p3_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102172
gz1="$(_compress_if_exists SRR5102172_1 || true)"
gz2="$(_compress_if_exists SRR5102172_2 || true)"
gzs="$(_compress_if_exists SRR5102172 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S296_m3.salmonella.epi3_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S296_m3.salmonella.epi3_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102173
gz1="$(_compress_if_exists SRR5102173_1 || true)"
gz2="$(_compress_if_exists SRR5102173_2 || true)"
gzs="$(_compress_if_exists SRR5102173 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S298_m3.salmonella.epi3_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S298_m3.salmonella.epi3_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102174
gz1="$(_compress_if_exists SRR5102174_1 || true)"
gz2="$(_compress_if_exists SRR5102174_2 || true)"
gzs="$(_compress_if_exists SRR5102174 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S298_m9.helminthday10.epi.p3_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S298_m9.helminthday10.epi.p3_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102175
gz1="$(_compress_if_exists SRR5102175_1 || true)"
gz2="$(_compress_if_exists SRR5102175_2 || true)"
gzs="$(_compress_if_exists SRR5102175 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S299_m3.salmonella.epi3_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S299_m3.salmonella.epi3_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102176
gz1="$(_compress_if_exists SRR5102176_1 || true)"
gz2="$(_compress_if_exists SRR5102176_2 || true)"
gzs="$(_compress_if_exists SRR5102176 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S29_m3.salmonella.epi.p1_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S29_m3.salmonella.epi.p1_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102177
gz1="$(_compress_if_exists SRR5102177_1 || true)"
gz2="$(_compress_if_exists SRR5102177_2 || true)"
gzs="$(_compress_if_exists SRR5102177 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S29_m5.helminthday3.epi2_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S29_m5.helminthday3.epi2_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102178
gz1="$(_compress_if_exists SRR5102178_1 || true)"
gz2="$(_compress_if_exists SRR5102178_2 || true)"
gzs="$(_compress_if_exists SRR5102178 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S2_m3.salmonella.epi.p1_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S2_m3.salmonella.epi.p1_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102179
gz1="$(_compress_if_exists SRR5102179_1 || true)"
gz2="$(_compress_if_exists SRR5102179_2 || true)"
gzs="$(_compress_if_exists SRR5102179 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S300_m3.salmonella.epi3_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S300_m3.salmonella.epi3_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102180
gz1="$(_compress_if_exists SRR5102180_1 || true)"
gz2="$(_compress_if_exists SRR5102180_2 || true)"
gzs="$(_compress_if_exists SRR5102180 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S300_m9.helminthday10.epi.p3_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S300_m9.helminthday10.epi.p3_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102181
gz1="$(_compress_if_exists SRR5102181_1 || true)"
gz2="$(_compress_if_exists SRR5102181_2 || true)"
gzs="$(_compress_if_exists SRR5102181 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S301_m3.salmonella.epi3_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S301_m3.salmonella.epi3_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102182
gz1="$(_compress_if_exists SRR5102182_1 || true)"
gz2="$(_compress_if_exists SRR5102182_2 || true)"
gzs="$(_compress_if_exists SRR5102182 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S301_m9.helminthday10.epi.p3_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S301_m9.helminthday10.epi.p3_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102183
gz1="$(_compress_if_exists SRR5102183_1 || true)"
gz2="$(_compress_if_exists SRR5102183_2 || true)"
gzs="$(_compress_if_exists SRR5102183 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S302_m3.salmonella.epi3_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S302_m3.salmonella.epi3_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102184
gz1="$(_compress_if_exists SRR5102184_1 || true)"
gz2="$(_compress_if_exists SRR5102184_2 || true)"
gzs="$(_compress_if_exists SRR5102184 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S304_m3.salmonella.epi3_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S304_m3.salmonella.epi3_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102185
gz1="$(_compress_if_exists SRR5102185_1 || true)"
gz2="$(_compress_if_exists SRR5102185_2 || true)"
gzs="$(_compress_if_exists SRR5102185 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S305_m9.helminthday10.epi.p3_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S305_m9.helminthday10.epi.p3_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102186
gz1="$(_compress_if_exists SRR5102186_1 || true)"
gz2="$(_compress_if_exists SRR5102186_2 || true)"
gzs="$(_compress_if_exists SRR5102186 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S306_m3.salmonella.epi3_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S306_m3.salmonella.epi3_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102187
gz1="$(_compress_if_exists SRR5102187_1 || true)"
gz2="$(_compress_if_exists SRR5102187_2 || true)"
gzs="$(_compress_if_exists SRR5102187 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S306_m9.helminthday10.epi.p3_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S306_m9.helminthday10.epi.p3_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102188
gz1="$(_compress_if_exists SRR5102188_1 || true)"
gz2="$(_compress_if_exists SRR5102188_2 || true)"
gzs="$(_compress_if_exists SRR5102188 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S307_m9.helminthday10.epi.p3_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S307_m9.helminthday10.epi.p3_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102189
gz1="$(_compress_if_exists SRR5102189_1 || true)"
gz2="$(_compress_if_exists SRR5102189_2 || true)"
gzs="$(_compress_if_exists SRR5102189 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S308_m9.helminthday10.epi.p3_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S308_m9.helminthday10.epi.p3_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102190
gz1="$(_compress_if_exists SRR5102190_1 || true)"
gz2="$(_compress_if_exists SRR5102190_2 || true)"
gzs="$(_compress_if_exists SRR5102190 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S309_m3.salmonella.epi3_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S309_m3.salmonella.epi3_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102191
gz1="$(_compress_if_exists SRR5102191_1 || true)"
gz2="$(_compress_if_exists SRR5102191_2 || true)"
gzs="$(_compress_if_exists SRR5102191 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S30_m5.helminthday3.epi2_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S30_m5.helminthday3.epi2_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102192
gz1="$(_compress_if_exists SRR5102192_1 || true)"
gz2="$(_compress_if_exists SRR5102192_2 || true)"
gzs="$(_compress_if_exists SRR5102192 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S310_m3.salmonella.epi3_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S310_m3.salmonella.epi3_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102193
gz1="$(_compress_if_exists SRR5102193_1 || true)"
gz2="$(_compress_if_exists SRR5102193_2 || true)"
gzs="$(_compress_if_exists SRR5102193 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S310_m9.helminthday10.epi.p3_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S310_m9.helminthday10.epi.p3_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102194
gz1="$(_compress_if_exists SRR5102194_1 || true)"
gz2="$(_compress_if_exists SRR5102194_2 || true)"
gzs="$(_compress_if_exists SRR5102194 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S315_m9.helminthday10.epi.p3_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S315_m9.helminthday10.epi.p3_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102195
gz1="$(_compress_if_exists SRR5102195_1 || true)"
gz2="$(_compress_if_exists SRR5102195_2 || true)"
gzs="$(_compress_if_exists SRR5102195 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S317_m3.salmonella.epi3_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S317_m3.salmonella.epi3_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102196
gz1="$(_compress_if_exists SRR5102196_1 || true)"
gz2="$(_compress_if_exists SRR5102196_2 || true)"
gzs="$(_compress_if_exists SRR5102196 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S318_m3.salmonella.epi3_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S318_m3.salmonella.epi3_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102197
gz1="$(_compress_if_exists SRR5102197_1 || true)"
gz2="$(_compress_if_exists SRR5102197_2 || true)"
gzs="$(_compress_if_exists SRR5102197 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S31_m3.salmonella.epi.p1_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S31_m3.salmonella.epi.p1_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102198
gz1="$(_compress_if_exists SRR5102198_1 || true)"
gz2="$(_compress_if_exists SRR5102198_2 || true)"
gzs="$(_compress_if_exists SRR5102198 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S31_m5.helminthday3.epi2_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S31_m5.helminthday3.epi2_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102199
gz1="$(_compress_if_exists SRR5102199_1 || true)"
gz2="$(_compress_if_exists SRR5102199_2 || true)"
gzs="$(_compress_if_exists SRR5102199 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S321_m3.salmonella.epi3_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S321_m3.salmonella.epi3_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102200
gz1="$(_compress_if_exists SRR5102200_1 || true)"
gz2="$(_compress_if_exists SRR5102200_2 || true)"
gzs="$(_compress_if_exists SRR5102200 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S322_m3.salmonella.epi3_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S322_m3.salmonella.epi3_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102201
gz1="$(_compress_if_exists SRR5102201_1 || true)"
gz2="$(_compress_if_exists SRR5102201_2 || true)"
gzs="$(_compress_if_exists SRR5102201 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S322_m9.helminthday10.epi.p3_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S322_m9.helminthday10.epi.p3_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102202
gz1="$(_compress_if_exists SRR5102202_1 || true)"
gz2="$(_compress_if_exists SRR5102202_2 || true)"
gzs="$(_compress_if_exists SRR5102202 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S323_m3.salmonella.epi3_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S323_m3.salmonella.epi3_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102203
gz1="$(_compress_if_exists SRR5102203_1 || true)"
gz2="$(_compress_if_exists SRR5102203_2 || true)"
gzs="$(_compress_if_exists SRR5102203 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S324_m3.salmonella.epi3_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S324_m3.salmonella.epi3_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102204
gz1="$(_compress_if_exists SRR5102204_1 || true)"
gz2="$(_compress_if_exists SRR5102204_2 || true)"
gzs="$(_compress_if_exists SRR5102204 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S324_m9.helminthday10.epi.p3_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S324_m9.helminthday10.epi.p3_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102205
gz1="$(_compress_if_exists SRR5102205_1 || true)"
gz2="$(_compress_if_exists SRR5102205_2 || true)"
gzs="$(_compress_if_exists SRR5102205 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S326_m9.helminthday10.epi.p3_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S326_m9.helminthday10.epi.p3_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102206
gz1="$(_compress_if_exists SRR5102206_1 || true)"
gz2="$(_compress_if_exists SRR5102206_2 || true)"
gzs="$(_compress_if_exists SRR5102206 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S327_m3.salmonella.epi3_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S327_m3.salmonella.epi3_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102207
gz1="$(_compress_if_exists SRR5102207_1 || true)"
gz2="$(_compress_if_exists SRR5102207_2 || true)"
gzs="$(_compress_if_exists SRR5102207 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S327_m9.helminthday10.epi.p3_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S327_m9.helminthday10.epi.p3_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102208
gz1="$(_compress_if_exists SRR5102208_1 || true)"
gz2="$(_compress_if_exists SRR5102208_2 || true)"
gzs="$(_compress_if_exists SRR5102208 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S329_m3.salmonella.epi3_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S329_m3.salmonella.epi3_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102209
gz1="$(_compress_if_exists SRR5102209_1 || true)"
gz2="$(_compress_if_exists SRR5102209_2 || true)"
gzs="$(_compress_if_exists SRR5102209 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S32_m5.helminthday3.epi2_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S32_m5.helminthday3.epi2_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102210
gz1="$(_compress_if_exists SRR5102210_1 || true)"
gz2="$(_compress_if_exists SRR5102210_2 || true)"
gzs="$(_compress_if_exists SRR5102210 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S330_m3.salmonella.epi3_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S330_m3.salmonella.epi3_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102211
gz1="$(_compress_if_exists SRR5102211_1 || true)"
gz2="$(_compress_if_exists SRR5102211_2 || true)"
gzs="$(_compress_if_exists SRR5102211 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S330_m9.helminthday10.epi.p3_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S330_m9.helminthday10.epi.p3_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102212
gz1="$(_compress_if_exists SRR5102212_1 || true)"
gz2="$(_compress_if_exists SRR5102212_2 || true)"
gzs="$(_compress_if_exists SRR5102212 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S332_m9.helminthday10.epi.p3_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S332_m9.helminthday10.epi.p3_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102213
gz1="$(_compress_if_exists SRR5102213_1 || true)"
gz2="$(_compress_if_exists SRR5102213_2 || true)"
gzs="$(_compress_if_exists SRR5102213 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S333_m9.helminthday10.epi.p3_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S333_m9.helminthday10.epi.p3_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102214
gz1="$(_compress_if_exists SRR5102214_1 || true)"
gz2="$(_compress_if_exists SRR5102214_2 || true)"
gzs="$(_compress_if_exists SRR5102214 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S337_m9.helminthday10.epi.p3_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S337_m9.helminthday10.epi.p3_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102215
gz1="$(_compress_if_exists SRR5102215_1 || true)"
gz2="$(_compress_if_exists SRR5102215_2 || true)"
gzs="$(_compress_if_exists SRR5102215 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S339_m3.salmonella.epi3_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S339_m3.salmonella.epi3_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102216
gz1="$(_compress_if_exists SRR5102216_1 || true)"
gz2="$(_compress_if_exists SRR5102216_2 || true)"
gzs="$(_compress_if_exists SRR5102216 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S33_m3.salmonella.epi.p1_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S33_m3.salmonella.epi.p1_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102217
gz1="$(_compress_if_exists SRR5102217_1 || true)"
gz2="$(_compress_if_exists SRR5102217_2 || true)"
gzs="$(_compress_if_exists SRR5102217 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S340_m3.salmonella.epi3_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S340_m3.salmonella.epi3_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102218
gz1="$(_compress_if_exists SRR5102218_1 || true)"
gz2="$(_compress_if_exists SRR5102218_2 || true)"
gzs="$(_compress_if_exists SRR5102218 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S341_m3.salmonella.epi3_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S341_m3.salmonella.epi3_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102219
gz1="$(_compress_if_exists SRR5102219_1 || true)"
gz2="$(_compress_if_exists SRR5102219_2 || true)"
gzs="$(_compress_if_exists SRR5102219 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S341_m9.helminthday10.epi.p3_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S341_m9.helminthday10.epi.p3_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102220
gz1="$(_compress_if_exists SRR5102220_1 || true)"
gz2="$(_compress_if_exists SRR5102220_2 || true)"
gzs="$(_compress_if_exists SRR5102220 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S342_m3.salmonella.epi3_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S342_m3.salmonella.epi3_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102221
gz1="$(_compress_if_exists SRR5102221_1 || true)"
gz2="$(_compress_if_exists SRR5102221_2 || true)"
gzs="$(_compress_if_exists SRR5102221 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S343_m3.salmonella.epi3_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S343_m3.salmonella.epi3_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102222
gz1="$(_compress_if_exists SRR5102222_1 || true)"
gz2="$(_compress_if_exists SRR5102222_2 || true)"
gzs="$(_compress_if_exists SRR5102222 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S345_m3.salmonella.epi3_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S345_m3.salmonella.epi3_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102223
gz1="$(_compress_if_exists SRR5102223_1 || true)"
gz2="$(_compress_if_exists SRR5102223_2 || true)"
gzs="$(_compress_if_exists SRR5102223 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S346_m3.salmonella.epi3_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S346_m3.salmonella.epi3_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102224
gz1="$(_compress_if_exists SRR5102224_1 || true)"
gz2="$(_compress_if_exists SRR5102224_2 || true)"
gzs="$(_compress_if_exists SRR5102224 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S346_m9.helminthday10.epi.p3_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S346_m9.helminthday10.epi.p3_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102225
gz1="$(_compress_if_exists SRR5102225_1 || true)"
gz2="$(_compress_if_exists SRR5102225_2 || true)"
gzs="$(_compress_if_exists SRR5102225 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S347_m3.salmonella.epi3_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S347_m3.salmonella.epi3_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102226
gz1="$(_compress_if_exists SRR5102226_1 || true)"
gz2="$(_compress_if_exists SRR5102226_2 || true)"
gzs="$(_compress_if_exists SRR5102226 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S348_m3.salmonella.epi3_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S348_m3.salmonella.epi3_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102227
gz1="$(_compress_if_exists SRR5102227_1 || true)"
gz2="$(_compress_if_exists SRR5102227_2 || true)"
gzs="$(_compress_if_exists SRR5102227 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S349_m3.salmonella.epi3_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S349_m3.salmonella.epi3_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102228
gz1="$(_compress_if_exists SRR5102228_1 || true)"
gz2="$(_compress_if_exists SRR5102228_2 || true)"
gzs="$(_compress_if_exists SRR5102228 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S349_m9.helminthday10.epi.p3_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S349_m9.helminthday10.epi.p3_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102229
gz1="$(_compress_if_exists SRR5102229_1 || true)"
gz2="$(_compress_if_exists SRR5102229_2 || true)"
gzs="$(_compress_if_exists SRR5102229 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S34_m5.helminthday3.epi2_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S34_m5.helminthday3.epi2_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102230
gz1="$(_compress_if_exists SRR5102230_1 || true)"
gz2="$(_compress_if_exists SRR5102230_2 || true)"
gzs="$(_compress_if_exists SRR5102230 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S350_m3.salmonella.epi3_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S350_m3.salmonella.epi3_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102231
gz1="$(_compress_if_exists SRR5102231_1 || true)"
gz2="$(_compress_if_exists SRR5102231_2 || true)"
gzs="$(_compress_if_exists SRR5102231 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S351_m9.helminthday10.epi.p3_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S351_m9.helminthday10.epi.p3_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102232
gz1="$(_compress_if_exists SRR5102232_1 || true)"
gz2="$(_compress_if_exists SRR5102232_2 || true)"
gzs="$(_compress_if_exists SRR5102232 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S352_m3.salmonella.epi3_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S352_m3.salmonella.epi3_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102233
gz1="$(_compress_if_exists SRR5102233_1 || true)"
gz2="$(_compress_if_exists SRR5102233_2 || true)"
gzs="$(_compress_if_exists SRR5102233 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S354_m3.salmonella.epi3_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S354_m3.salmonella.epi3_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102234
gz1="$(_compress_if_exists SRR5102234_1 || true)"
gz2="$(_compress_if_exists SRR5102234_2 || true)"
gzs="$(_compress_if_exists SRR5102234 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S354_m9.helminthday10.epi.p3_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S354_m9.helminthday10.epi.p3_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102235
gz1="$(_compress_if_exists SRR5102235_1 || true)"
gz2="$(_compress_if_exists SRR5102235_2 || true)"
gzs="$(_compress_if_exists SRR5102235 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S355_m9.helminthday10.epi.p3_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S355_m9.helminthday10.epi.p3_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102236
gz1="$(_compress_if_exists SRR5102236_1 || true)"
gz2="$(_compress_if_exists SRR5102236_2 || true)"
gzs="$(_compress_if_exists SRR5102236 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S356_m3.salmonella.epi3_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S356_m3.salmonella.epi3_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102237
gz1="$(_compress_if_exists SRR5102237_1 || true)"
gz2="$(_compress_if_exists SRR5102237_2 || true)"
gzs="$(_compress_if_exists SRR5102237 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S356_m9.helminthday10.epi.p3_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S356_m9.helminthday10.epi.p3_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102238
gz1="$(_compress_if_exists SRR5102238_1 || true)"
gz2="$(_compress_if_exists SRR5102238_2 || true)"
gzs="$(_compress_if_exists SRR5102238 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S357_m3.salmonella.epi3_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S357_m3.salmonella.epi3_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102239
gz1="$(_compress_if_exists SRR5102239_1 || true)"
gz2="$(_compress_if_exists SRR5102239_2 || true)"
gzs="$(_compress_if_exists SRR5102239 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S357_m9.helminthday10.epi.p3_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S357_m9.helminthday10.epi.p3_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102240
gz1="$(_compress_if_exists SRR5102240_1 || true)"
gz2="$(_compress_if_exists SRR5102240_2 || true)"
gzs="$(_compress_if_exists SRR5102240 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S358_m9.helminthday10.epi.p3_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S358_m9.helminthday10.epi.p3_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102241
gz1="$(_compress_if_exists SRR5102241_1 || true)"
gz2="$(_compress_if_exists SRR5102241_2 || true)"
gzs="$(_compress_if_exists SRR5102241 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S359_m9.helminthday10.epi.p3_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S359_m9.helminthday10.epi.p3_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102242
gz1="$(_compress_if_exists SRR5102242_1 || true)"
gz2="$(_compress_if_exists SRR5102242_2 || true)"
gzs="$(_compress_if_exists SRR5102242 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S360_m3.salmonella.epi3_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S360_m3.salmonella.epi3_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102243
gz1="$(_compress_if_exists SRR5102243_1 || true)"
gz2="$(_compress_if_exists SRR5102243_2 || true)"
gzs="$(_compress_if_exists SRR5102243 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S360_m9.helminthday10.epi.p3_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S360_m9.helminthday10.epi.p3_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102244
gz1="$(_compress_if_exists SRR5102244_1 || true)"
gz2="$(_compress_if_exists SRR5102244_2 || true)"
gzs="$(_compress_if_exists SRR5102244 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S362_m3.salmonella.epi3_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S362_m3.salmonella.epi3_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102245
gz1="$(_compress_if_exists SRR5102245_1 || true)"
gz2="$(_compress_if_exists SRR5102245_2 || true)"
gzs="$(_compress_if_exists SRR5102245 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S365_m3.salmonella.epi3_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S365_m3.salmonella.epi3_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102246
gz1="$(_compress_if_exists SRR5102246_1 || true)"
gz2="$(_compress_if_exists SRR5102246_2 || true)"
gzs="$(_compress_if_exists SRR5102246 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S366_m3.salmonella.epi3_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S366_m3.salmonella.epi3_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102247
gz1="$(_compress_if_exists SRR5102247_1 || true)"
gz2="$(_compress_if_exists SRR5102247_2 || true)"
gzs="$(_compress_if_exists SRR5102247 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S366_m9.helminthday10.epi.p3_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S366_m9.helminthday10.epi.p3_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102248
gz1="$(_compress_if_exists SRR5102248_1 || true)"
gz2="$(_compress_if_exists SRR5102248_2 || true)"
gzs="$(_compress_if_exists SRR5102248 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S369_m3.salmonella.epi3_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S369_m3.salmonella.epi3_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102249
gz1="$(_compress_if_exists SRR5102249_1 || true)"
gz2="$(_compress_if_exists SRR5102249_2 || true)"
gzs="$(_compress_if_exists SRR5102249 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S36_m5.helminthday3.epi2_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S36_m5.helminthday3.epi2_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102250
gz1="$(_compress_if_exists SRR5102250_1 || true)"
gz2="$(_compress_if_exists SRR5102250_2 || true)"
gzs="$(_compress_if_exists SRR5102250 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S373_m3.salmonella.epi3_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S373_m3.salmonella.epi3_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102251
gz1="$(_compress_if_exists SRR5102251_1 || true)"
gz2="$(_compress_if_exists SRR5102251_2 || true)"
gzs="$(_compress_if_exists SRR5102251 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S374_m3.salmonella.epi3_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S374_m3.salmonella.epi3_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102252
gz1="$(_compress_if_exists SRR5102252_1 || true)"
gz2="$(_compress_if_exists SRR5102252_2 || true)"
gzs="$(_compress_if_exists SRR5102252 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S374_m9.helminthday10.epi.p3_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S374_m9.helminthday10.epi.p3_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102253
gz1="$(_compress_if_exists SRR5102253_1 || true)"
gz2="$(_compress_if_exists SRR5102253_2 || true)"
gzs="$(_compress_if_exists SRR5102253 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S375_m3.salmonella.epi3_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S375_m3.salmonella.epi3_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102254
gz1="$(_compress_if_exists SRR5102254_1 || true)"
gz2="$(_compress_if_exists SRR5102254_2 || true)"
gzs="$(_compress_if_exists SRR5102254 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S376_m9.helminthday10.epi.p3_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S376_m9.helminthday10.epi.p3_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102255
gz1="$(_compress_if_exists SRR5102255_1 || true)"
gz2="$(_compress_if_exists SRR5102255_2 || true)"
gzs="$(_compress_if_exists SRR5102255 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S378_m3.salmonella.epi3_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S378_m3.salmonella.epi3_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102256
gz1="$(_compress_if_exists SRR5102256_1 || true)"
gz2="$(_compress_if_exists SRR5102256_2 || true)"
gzs="$(_compress_if_exists SRR5102256 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S378_m9.helminthday10.epi.p3_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S378_m9.helminthday10.epi.p3_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102257
gz1="$(_compress_if_exists SRR5102257_1 || true)"
gz2="$(_compress_if_exists SRR5102257_2 || true)"
gzs="$(_compress_if_exists SRR5102257 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S379_m9.helminthday10.epi.p3_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S379_m9.helminthday10.epi.p3_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102258
gz1="$(_compress_if_exists SRR5102258_1 || true)"
gz2="$(_compress_if_exists SRR5102258_2 || true)"
gzs="$(_compress_if_exists SRR5102258 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S37_m5.helminthday3.epi2_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S37_m5.helminthday3.epi2_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102259
gz1="$(_compress_if_exists SRR5102259_1 || true)"
gz2="$(_compress_if_exists SRR5102259_2 || true)"
gzs="$(_compress_if_exists SRR5102259 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S380_m3.salmonella.epi3_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S380_m3.salmonella.epi3_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102260
gz1="$(_compress_if_exists SRR5102260_1 || true)"
gz2="$(_compress_if_exists SRR5102260_2 || true)"
gzs="$(_compress_if_exists SRR5102260 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S380_m9.helminthday10.epi.p3_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S380_m9.helminthday10.epi.p3_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102261
gz1="$(_compress_if_exists SRR5102261_1 || true)"
gz2="$(_compress_if_exists SRR5102261_2 || true)"
gzs="$(_compress_if_exists SRR5102261 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S381_m3.salmonella.epi3_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S381_m3.salmonella.epi3_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102262
gz1="$(_compress_if_exists SRR5102262_1 || true)"
gz2="$(_compress_if_exists SRR5102262_2 || true)"
gzs="$(_compress_if_exists SRR5102262 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S382_m9.helminthday10.epi.p3_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S382_m9.helminthday10.epi.p3_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102263
gz1="$(_compress_if_exists SRR5102263_1 || true)"
gz2="$(_compress_if_exists SRR5102263_2 || true)"
gzs="$(_compress_if_exists SRR5102263 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S39_m5.helminthday3.epi2_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S39_m5.helminthday3.epi2_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102264
gz1="$(_compress_if_exists SRR5102264_1 || true)"
gz2="$(_compress_if_exists SRR5102264_2 || true)"
gzs="$(_compress_if_exists SRR5102264 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S3_m3.salmonella.epi.p1_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S3_m3.salmonella.epi.p1_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102265
gz1="$(_compress_if_exists SRR5102265_1 || true)"
gz2="$(_compress_if_exists SRR5102265_2 || true)"
gzs="$(_compress_if_exists SRR5102265 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S40_m3.salmonella.epi.p1_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S40_m3.salmonella.epi.p1_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102266
gz1="$(_compress_if_exists SRR5102266_1 || true)"
gz2="$(_compress_if_exists SRR5102266_2 || true)"
gzs="$(_compress_if_exists SRR5102266 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S40_m5.helminthday3.epi2_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S40_m5.helminthday3.epi2_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102267
gz1="$(_compress_if_exists SRR5102267_1 || true)"
gz2="$(_compress_if_exists SRR5102267_2 || true)"
gzs="$(_compress_if_exists SRR5102267 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S41_m3.salmonella.epi.p1_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S41_m3.salmonella.epi.p1_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102268
gz1="$(_compress_if_exists SRR5102268_1 || true)"
gz2="$(_compress_if_exists SRR5102268_2 || true)"
gzs="$(_compress_if_exists SRR5102268 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S41_m5.helminthday3.epi2_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S41_m5.helminthday3.epi2_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102269
gz1="$(_compress_if_exists SRR5102269_1 || true)"
gz2="$(_compress_if_exists SRR5102269_2 || true)"
gzs="$(_compress_if_exists SRR5102269 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S42_m5.helminthday3.epi2_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S42_m5.helminthday3.epi2_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102270
gz1="$(_compress_if_exists SRR5102270_1 || true)"
gz2="$(_compress_if_exists SRR5102270_2 || true)"
gzs="$(_compress_if_exists SRR5102270 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S43_m3.salmonella.epi.p1_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S43_m3.salmonella.epi.p1_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102271
gz1="$(_compress_if_exists SRR5102271_1 || true)"
gz2="$(_compress_if_exists SRR5102271_2 || true)"
gzs="$(_compress_if_exists SRR5102271 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S44_m3.salmonella.epi.p1_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S44_m3.salmonella.epi.p1_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102272
gz1="$(_compress_if_exists SRR5102272_1 || true)"
gz2="$(_compress_if_exists SRR5102272_2 || true)"
gzs="$(_compress_if_exists SRR5102272 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S45_m3.salmonella.epi.p1_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S45_m3.salmonella.epi.p1_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102273
gz1="$(_compress_if_exists SRR5102273_1 || true)"
gz2="$(_compress_if_exists SRR5102273_2 || true)"
gzs="$(_compress_if_exists SRR5102273 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S46_m3.salmonella.epi.p1_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S46_m3.salmonella.epi.p1_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102274
gz1="$(_compress_if_exists SRR5102274_1 || true)"
gz2="$(_compress_if_exists SRR5102274_2 || true)"
gzs="$(_compress_if_exists SRR5102274 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S46_m5.helminthday3.epi2_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S46_m5.helminthday3.epi2_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102275
gz1="$(_compress_if_exists SRR5102275_1 || true)"
gz2="$(_compress_if_exists SRR5102275_2 || true)"
gzs="$(_compress_if_exists SRR5102275 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S47_m3.salmonella.epi.p1_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S47_m3.salmonella.epi.p1_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102276
gz1="$(_compress_if_exists SRR5102276_1 || true)"
gz2="$(_compress_if_exists SRR5102276_2 || true)"
gzs="$(_compress_if_exists SRR5102276 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S48_m3.salmonella.epi.p1_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S48_m3.salmonella.epi.p1_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102277
gz1="$(_compress_if_exists SRR5102277_1 || true)"
gz2="$(_compress_if_exists SRR5102277_2 || true)"
gzs="$(_compress_if_exists SRR5102277 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S49_m3.salmonella.epi.p1_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S49_m3.salmonella.epi.p1_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102278
gz1="$(_compress_if_exists SRR5102278_1 || true)"
gz2="$(_compress_if_exists SRR5102278_2 || true)"
gzs="$(_compress_if_exists SRR5102278 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S49_m5.helminthday3.epi2_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S49_m5.helminthday3.epi2_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102279
gz1="$(_compress_if_exists SRR5102279_1 || true)"
gz2="$(_compress_if_exists SRR5102279_2 || true)"
gzs="$(_compress_if_exists SRR5102279 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S4_m3.salmonella.epi.p1_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S4_m3.salmonella.epi.p1_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102280
gz1="$(_compress_if_exists SRR5102280_1 || true)"
gz2="$(_compress_if_exists SRR5102280_2 || true)"
gzs="$(_compress_if_exists SRR5102280 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S4_m5.helminthday3.epi2_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S4_m5.helminthday3.epi2_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102281
gz1="$(_compress_if_exists SRR5102281_1 || true)"
gz2="$(_compress_if_exists SRR5102281_2 || true)"
gzs="$(_compress_if_exists SRR5102281 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S50_m3.salmonella.epi.p1_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S50_m3.salmonella.epi.p1_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102282
gz1="$(_compress_if_exists SRR5102282_1 || true)"
gz2="$(_compress_if_exists SRR5102282_2 || true)"
gzs="$(_compress_if_exists SRR5102282 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S51_m3.salmonella.epi.p1_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S51_m3.salmonella.epi.p1_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102283
gz1="$(_compress_if_exists SRR5102283_1 || true)"
gz2="$(_compress_if_exists SRR5102283_2 || true)"
gzs="$(_compress_if_exists SRR5102283 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S52_m3.salmonella.epi.p1_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S52_m3.salmonella.epi.p1_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102284
gz1="$(_compress_if_exists SRR5102284_1 || true)"
gz2="$(_compress_if_exists SRR5102284_2 || true)"
gzs="$(_compress_if_exists SRR5102284 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S53_m3.salmonella.epi.p1_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S53_m3.salmonella.epi.p1_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102285
gz1="$(_compress_if_exists SRR5102285_1 || true)"
gz2="$(_compress_if_exists SRR5102285_2 || true)"
gzs="$(_compress_if_exists SRR5102285 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S53_m5.helminthday3.epi2_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S53_m5.helminthday3.epi2_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102286
gz1="$(_compress_if_exists SRR5102286_1 || true)"
gz2="$(_compress_if_exists SRR5102286_2 || true)"
gzs="$(_compress_if_exists SRR5102286 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S54_m3.salmonella.epi.p1_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S54_m3.salmonella.epi.p1_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102287
gz1="$(_compress_if_exists SRR5102287_1 || true)"
gz2="$(_compress_if_exists SRR5102287_2 || true)"
gzs="$(_compress_if_exists SRR5102287 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S54_m5.helminthday3.epi2_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S54_m5.helminthday3.epi2_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102288
gz1="$(_compress_if_exists SRR5102288_1 || true)"
gz2="$(_compress_if_exists SRR5102288_2 || true)"
gzs="$(_compress_if_exists SRR5102288 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S55_m3.salmonella.epi.p1_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S55_m3.salmonella.epi.p1_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102289
gz1="$(_compress_if_exists SRR5102289_1 || true)"
gz2="$(_compress_if_exists SRR5102289_2 || true)"
gzs="$(_compress_if_exists SRR5102289 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S56_m3.salmonella.epi.p1_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S56_m3.salmonella.epi.p1_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102290
gz1="$(_compress_if_exists SRR5102290_1 || true)"
gz2="$(_compress_if_exists SRR5102290_2 || true)"
gzs="$(_compress_if_exists SRR5102290 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S58_m3.salmonella.epi.p1_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S58_m3.salmonella.epi.p1_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102291
gz1="$(_compress_if_exists SRR5102291_1 || true)"
gz2="$(_compress_if_exists SRR5102291_2 || true)"
gzs="$(_compress_if_exists SRR5102291 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S58_m5.helminthday3.epi2_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S58_m5.helminthday3.epi2_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102292
gz1="$(_compress_if_exists SRR5102292_1 || true)"
gz2="$(_compress_if_exists SRR5102292_2 || true)"
gzs="$(_compress_if_exists SRR5102292 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S59_m3.salmonella.epi.p1_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S59_m3.salmonella.epi.p1_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102293
gz1="$(_compress_if_exists SRR5102293_1 || true)"
gz2="$(_compress_if_exists SRR5102293_2 || true)"
gzs="$(_compress_if_exists SRR5102293 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S5_m3.salmonella.epi.p1_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S5_m3.salmonella.epi.p1_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102294
gz1="$(_compress_if_exists SRR5102294_1 || true)"
gz2="$(_compress_if_exists SRR5102294_2 || true)"
gzs="$(_compress_if_exists SRR5102294 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S5_m5.helminthday3.epi2_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S5_m5.helminthday3.epi2_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102295
gz1="$(_compress_if_exists SRR5102295_1 || true)"
gz2="$(_compress_if_exists SRR5102295_2 || true)"
gzs="$(_compress_if_exists SRR5102295 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S61_m3.salmonella.epi.p1_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S61_m3.salmonella.epi.p1_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102296
gz1="$(_compress_if_exists SRR5102296_1 || true)"
gz2="$(_compress_if_exists SRR5102296_2 || true)"
gzs="$(_compress_if_exists SRR5102296 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S61_m5.helminthday3.epi2_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S61_m5.helminthday3.epi2_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102297
gz1="$(_compress_if_exists SRR5102297_1 || true)"
gz2="$(_compress_if_exists SRR5102297_2 || true)"
gzs="$(_compress_if_exists SRR5102297 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S62_m3.salmonella.epi.p1_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S62_m3.salmonella.epi.p1_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102298
gz1="$(_compress_if_exists SRR5102298_1 || true)"
gz2="$(_compress_if_exists SRR5102298_2 || true)"
gzs="$(_compress_if_exists SRR5102298 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S63_m3.salmonella.epi.p1_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S63_m3.salmonella.epi.p1_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102299
gz1="$(_compress_if_exists SRR5102299_1 || true)"
gz2="$(_compress_if_exists SRR5102299_2 || true)"
gzs="$(_compress_if_exists SRR5102299 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S63_m5.helminthday3.epi2_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S63_m5.helminthday3.epi2_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102300
gz1="$(_compress_if_exists SRR5102300_1 || true)"
gz2="$(_compress_if_exists SRR5102300_2 || true)"
gzs="$(_compress_if_exists SRR5102300 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S64_m3.salmonella.epi.p1_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S64_m3.salmonella.epi.p1_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102301
gz1="$(_compress_if_exists SRR5102301_1 || true)"
gz2="$(_compress_if_exists SRR5102301_2 || true)"
gzs="$(_compress_if_exists SRR5102301 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S65_m3.salmonella.epi.p1_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S65_m3.salmonella.epi.p1_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102302
gz1="$(_compress_if_exists SRR5102302_1 || true)"
gz2="$(_compress_if_exists SRR5102302_2 || true)"
gzs="$(_compress_if_exists SRR5102302 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S65_m5.helminthday3.epi2_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S65_m5.helminthday3.epi2_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102303
gz1="$(_compress_if_exists SRR5102303_1 || true)"
gz2="$(_compress_if_exists SRR5102303_2 || true)"
gzs="$(_compress_if_exists SRR5102303 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S66_m3.salmonella.epi.p1_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S66_m3.salmonella.epi.p1_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102304
gz1="$(_compress_if_exists SRR5102304_1 || true)"
gz2="$(_compress_if_exists SRR5102304_2 || true)"
gzs="$(_compress_if_exists SRR5102304 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S67_m3.salmonella.epi.p1_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S67_m3.salmonella.epi.p1_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102305
gz1="$(_compress_if_exists SRR5102305_1 || true)"
gz2="$(_compress_if_exists SRR5102305_2 || true)"
gzs="$(_compress_if_exists SRR5102305 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S69_m5.helminthday3.epi2_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S69_m5.helminthday3.epi2_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102306
gz1="$(_compress_if_exists SRR5102306_1 || true)"
gz2="$(_compress_if_exists SRR5102306_2 || true)"
gzs="$(_compress_if_exists SRR5102306 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S6_m3.salmonella.epi.p1_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S6_m3.salmonella.epi.p1_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102307
gz1="$(_compress_if_exists SRR5102307_1 || true)"
gz2="$(_compress_if_exists SRR5102307_2 || true)"
gzs="$(_compress_if_exists SRR5102307 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S70_m5.helminthday3.epi2_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S70_m5.helminthday3.epi2_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102308
gz1="$(_compress_if_exists SRR5102308_1 || true)"
gz2="$(_compress_if_exists SRR5102308_2 || true)"
gzs="$(_compress_if_exists SRR5102308 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S71_m3.salmonella.epi.p1_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S71_m3.salmonella.epi.p1_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102309
gz1="$(_compress_if_exists SRR5102309_1 || true)"
gz2="$(_compress_if_exists SRR5102309_2 || true)"
gzs="$(_compress_if_exists SRR5102309 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S71_m5.helminthday3.epi2_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S71_m5.helminthday3.epi2_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102310
gz1="$(_compress_if_exists SRR5102310_1 || true)"
gz2="$(_compress_if_exists SRR5102310_2 || true)"
gzs="$(_compress_if_exists SRR5102310 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S72_m3.salmonella.epi.p1_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S72_m3.salmonella.epi.p1_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102311
gz1="$(_compress_if_exists SRR5102311_1 || true)"
gz2="$(_compress_if_exists SRR5102311_2 || true)"
gzs="$(_compress_if_exists SRR5102311 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S73_m5.helminthday3.epi2_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S73_m5.helminthday3.epi2_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102312
gz1="$(_compress_if_exists SRR5102312_1 || true)"
gz2="$(_compress_if_exists SRR5102312_2 || true)"
gzs="$(_compress_if_exists SRR5102312 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S74_m5.helminthday3.epi2_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S74_m5.helminthday3.epi2_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102313
gz1="$(_compress_if_exists SRR5102313_1 || true)"
gz2="$(_compress_if_exists SRR5102313_2 || true)"
gzs="$(_compress_if_exists SRR5102313 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S75_m5.helminthday3.epi2_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S75_m5.helminthday3.epi2_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102314
gz1="$(_compress_if_exists SRR5102314_1 || true)"
gz2="$(_compress_if_exists SRR5102314_2 || true)"
gzs="$(_compress_if_exists SRR5102314 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S77_m5.helminthday3.epi2_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S77_m5.helminthday3.epi2_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102315
gz1="$(_compress_if_exists SRR5102315_1 || true)"
gz2="$(_compress_if_exists SRR5102315_2 || true)"
gzs="$(_compress_if_exists SRR5102315 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S78_m5.helminthday3.epi2_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S78_m5.helminthday3.epi2_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102316
gz1="$(_compress_if_exists SRR5102316_1 || true)"
gz2="$(_compress_if_exists SRR5102316_2 || true)"
gzs="$(_compress_if_exists SRR5102316 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S79_m3.salmonella.epi.p1_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S79_m3.salmonella.epi.p1_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102317
gz1="$(_compress_if_exists SRR5102317_1 || true)"
gz2="$(_compress_if_exists SRR5102317_2 || true)"
gzs="$(_compress_if_exists SRR5102317 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S79_m5.helminthday3.epi2_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S79_m5.helminthday3.epi2_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102318
gz1="$(_compress_if_exists SRR5102318_1 || true)"
gz2="$(_compress_if_exists SRR5102318_2 || true)"
gzs="$(_compress_if_exists SRR5102318 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S7_m3.salmonella.epi.p1_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S7_m3.salmonella.epi.p1_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102319
gz1="$(_compress_if_exists SRR5102319_1 || true)"
gz2="$(_compress_if_exists SRR5102319_2 || true)"
gzs="$(_compress_if_exists SRR5102319 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S7_m5.helminthday3.epi2_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S7_m5.helminthday3.epi2_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102320
gz1="$(_compress_if_exists SRR5102320_1 || true)"
gz2="$(_compress_if_exists SRR5102320_2 || true)"
gzs="$(_compress_if_exists SRR5102320 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S80_m5.helminthday3.epi2_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S80_m5.helminthday3.epi2_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102321
gz1="$(_compress_if_exists SRR5102321_1 || true)"
gz2="$(_compress_if_exists SRR5102321_2 || true)"
gzs="$(_compress_if_exists SRR5102321 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S82_m3.salmonella.epi.p1_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S82_m3.salmonella.epi.p1_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102322
gz1="$(_compress_if_exists SRR5102322_1 || true)"
gz2="$(_compress_if_exists SRR5102322_2 || true)"
gzs="$(_compress_if_exists SRR5102322 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S82_m5.helminthday3.epi2_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S82_m5.helminthday3.epi2_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102323
gz1="$(_compress_if_exists SRR5102323_1 || true)"
gz2="$(_compress_if_exists SRR5102323_2 || true)"
gzs="$(_compress_if_exists SRR5102323 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S83_m5.helminthday3.epi2_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S83_m5.helminthday3.epi2_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102324
gz1="$(_compress_if_exists SRR5102324_1 || true)"
gz2="$(_compress_if_exists SRR5102324_2 || true)"
gzs="$(_compress_if_exists SRR5102324 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S84_m3.salmonella.epi.p1_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S84_m3.salmonella.epi.p1_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102325
gz1="$(_compress_if_exists SRR5102325_1 || true)"
gz2="$(_compress_if_exists SRR5102325_2 || true)"
gzs="$(_compress_if_exists SRR5102325 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S84_m5.helminthday3.epi2_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S84_m5.helminthday3.epi2_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102326
gz1="$(_compress_if_exists SRR5102326_1 || true)"
gz2="$(_compress_if_exists SRR5102326_2 || true)"
gzs="$(_compress_if_exists SRR5102326 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S85_m3.salmonella.epi.p1_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S85_m3.salmonella.epi.p1_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102327
gz1="$(_compress_if_exists SRR5102327_1 || true)"
gz2="$(_compress_if_exists SRR5102327_2 || true)"
gzs="$(_compress_if_exists SRR5102327 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S85_m5.helminthday3.epi2_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S85_m5.helminthday3.epi2_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102328
gz1="$(_compress_if_exists SRR5102328_1 || true)"
gz2="$(_compress_if_exists SRR5102328_2 || true)"
gzs="$(_compress_if_exists SRR5102328 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S86_m5.helminthday3.epi2_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S86_m5.helminthday3.epi2_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102329
gz1="$(_compress_if_exists SRR5102329_1 || true)"
gz2="$(_compress_if_exists SRR5102329_2 || true)"
gzs="$(_compress_if_exists SRR5102329 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S87_m5.helminthday3.epi2_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S87_m5.helminthday3.epi2_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102330
gz1="$(_compress_if_exists SRR5102330_1 || true)"
gz2="$(_compress_if_exists SRR5102330_2 || true)"
gzs="$(_compress_if_exists SRR5102330 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S88_m5.helminthday3.epi2_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S88_m5.helminthday3.epi2_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102331
gz1="$(_compress_if_exists SRR5102331_1 || true)"
gz2="$(_compress_if_exists SRR5102331_2 || true)"
gzs="$(_compress_if_exists SRR5102331 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S89_m3.salmonella.epi.p1_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S89_m3.salmonella.epi.p1_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102332
gz1="$(_compress_if_exists SRR5102332_1 || true)"
gz2="$(_compress_if_exists SRR5102332_2 || true)"
gzs="$(_compress_if_exists SRR5102332 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S89_m5.helminthday3.epi2_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S89_m5.helminthday3.epi2_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102333
gz1="$(_compress_if_exists SRR5102333_1 || true)"
gz2="$(_compress_if_exists SRR5102333_2 || true)"
gzs="$(_compress_if_exists SRR5102333 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S8_m5.helminthday3.epi2_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S8_m5.helminthday3.epi2_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102334
gz1="$(_compress_if_exists SRR5102334_1 || true)"
gz2="$(_compress_if_exists SRR5102334_2 || true)"
gzs="$(_compress_if_exists SRR5102334 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S91_m3.salmonella.epi.p1_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S91_m3.salmonella.epi.p1_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102335
gz1="$(_compress_if_exists SRR5102335_1 || true)"
gz2="$(_compress_if_exists SRR5102335_2 || true)"
gzs="$(_compress_if_exists SRR5102335 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S91_m5.helminthday3.epi2_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S91_m5.helminthday3.epi2_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102336
gz1="$(_compress_if_exists SRR5102336_1 || true)"
gz2="$(_compress_if_exists SRR5102336_2 || true)"
gzs="$(_compress_if_exists SRR5102336 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S93_m3.salmonella.epi.p1_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S93_m3.salmonella.epi.p1_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102337
gz1="$(_compress_if_exists SRR5102337_1 || true)"
gz2="$(_compress_if_exists SRR5102337_2 || true)"
gzs="$(_compress_if_exists SRR5102337 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S94_m3.salmonella.epi.p1_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S94_m3.salmonella.epi.p1_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102338
gz1="$(_compress_if_exists SRR5102338_1 || true)"
gz2="$(_compress_if_exists SRR5102338_2 || true)"
gzs="$(_compress_if_exists SRR5102338 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S94_m5.helminthday3.epi2_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S94_m5.helminthday3.epi2_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102339
gz1="$(_compress_if_exists SRR5102339_1 || true)"
gz2="$(_compress_if_exists SRR5102339_2 || true)"
gzs="$(_compress_if_exists SRR5102339 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S9_m3.salmonella.epi.p1_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S9_m3.salmonella.epi.p1_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102340
gz1="$(_compress_if_exists SRR5102340_1 || true)"
gz2="$(_compress_if_exists SRR5102340_2 || true)"
gzs="$(_compress_if_exists SRR5102340 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SC_S9_m5.helminthday3.epi2_R1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SC_S9_m5.helminthday3.epi2_R2.fastq.gz
fi

fasterq-dump --split-files SRR5102341
gz1="$(_compress_if_exists SRR5102341_1 || true)"
gz2="$(_compress_if_exists SRR5102341_2 || true)"
gzs="$(_compress_if_exists SRR5102341 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1000_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1000_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102342
gz1="$(_compress_if_exists SRR5102342_1 || true)"
gz2="$(_compress_if_exists SRR5102342_2 || true)"
gzs="$(_compress_if_exists SRR5102342 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1001_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1001_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102343
gz1="$(_compress_if_exists SRR5102343_1 || true)"
gz2="$(_compress_if_exists SRR5102343_2 || true)"
gzs="$(_compress_if_exists SRR5102343 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1002_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1002_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102344
gz1="$(_compress_if_exists SRR5102344_1 || true)"
gz2="$(_compress_if_exists SRR5102344_2 || true)"
gzs="$(_compress_if_exists SRR5102344 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1003_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1003_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102345
gz1="$(_compress_if_exists SRR5102345_1 || true)"
gz2="$(_compress_if_exists SRR5102345_2 || true)"
gzs="$(_compress_if_exists SRR5102345 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1004_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1004_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102346
gz1="$(_compress_if_exists SRR5102346_1 || true)"
gz2="$(_compress_if_exists SRR5102346_2 || true)"
gzs="$(_compress_if_exists SRR5102346 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1005_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1005_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102347
gz1="$(_compress_if_exists SRR5102347_1 || true)"
gz2="$(_compress_if_exists SRR5102347_2 || true)"
gzs="$(_compress_if_exists SRR5102347 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1006_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1006_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102348
gz1="$(_compress_if_exists SRR5102348_1 || true)"
gz2="$(_compress_if_exists SRR5102348_2 || true)"
gzs="$(_compress_if_exists SRR5102348 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1007_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1007_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102349
gz1="$(_compress_if_exists SRR5102349_1 || true)"
gz2="$(_compress_if_exists SRR5102349_2 || true)"
gzs="$(_compress_if_exists SRR5102349 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1008_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1008_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102350
gz1="$(_compress_if_exists SRR5102350_1 || true)"
gz2="$(_compress_if_exists SRR5102350_2 || true)"
gzs="$(_compress_if_exists SRR5102350 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1009_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1009_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102351
gz1="$(_compress_if_exists SRR5102351_1 || true)"
gz2="$(_compress_if_exists SRR5102351_2 || true)"
gzs="$(_compress_if_exists SRR5102351 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_100_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_100_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102352
gz1="$(_compress_if_exists SRR5102352_1 || true)"
gz2="$(_compress_if_exists SRR5102352_2 || true)"
gzs="$(_compress_if_exists SRR5102352 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1010_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1010_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102353
gz1="$(_compress_if_exists SRR5102353_1 || true)"
gz2="$(_compress_if_exists SRR5102353_2 || true)"
gzs="$(_compress_if_exists SRR5102353 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1011_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1011_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102354
gz1="$(_compress_if_exists SRR5102354_1 || true)"
gz2="$(_compress_if_exists SRR5102354_2 || true)"
gzs="$(_compress_if_exists SRR5102354 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1012_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1012_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102355
gz1="$(_compress_if_exists SRR5102355_1 || true)"
gz2="$(_compress_if_exists SRR5102355_2 || true)"
gzs="$(_compress_if_exists SRR5102355 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1013_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1013_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102356
gz1="$(_compress_if_exists SRR5102356_1 || true)"
gz2="$(_compress_if_exists SRR5102356_2 || true)"
gzs="$(_compress_if_exists SRR5102356 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1014_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1014_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102357
gz1="$(_compress_if_exists SRR5102357_1 || true)"
gz2="$(_compress_if_exists SRR5102357_2 || true)"
gzs="$(_compress_if_exists SRR5102357 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1015_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1015_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102358
gz1="$(_compress_if_exists SRR5102358_1 || true)"
gz2="$(_compress_if_exists SRR5102358_2 || true)"
gzs="$(_compress_if_exists SRR5102358 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1016_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1016_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102359
gz1="$(_compress_if_exists SRR5102359_1 || true)"
gz2="$(_compress_if_exists SRR5102359_2 || true)"
gzs="$(_compress_if_exists SRR5102359 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1017_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1017_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102360
gz1="$(_compress_if_exists SRR5102360_1 || true)"
gz2="$(_compress_if_exists SRR5102360_2 || true)"
gzs="$(_compress_if_exists SRR5102360 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1018_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1018_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102361
gz1="$(_compress_if_exists SRR5102361_1 || true)"
gz2="$(_compress_if_exists SRR5102361_2 || true)"
gzs="$(_compress_if_exists SRR5102361 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1019_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1019_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102362
gz1="$(_compress_if_exists SRR5102362_1 || true)"
gz2="$(_compress_if_exists SRR5102362_2 || true)"
gzs="$(_compress_if_exists SRR5102362 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_101_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_101_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102363
gz1="$(_compress_if_exists SRR5102363_1 || true)"
gz2="$(_compress_if_exists SRR5102363_2 || true)"
gzs="$(_compress_if_exists SRR5102363 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1020_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1020_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102364
gz1="$(_compress_if_exists SRR5102364_1 || true)"
gz2="$(_compress_if_exists SRR5102364_2 || true)"
gzs="$(_compress_if_exists SRR5102364 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1021_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1021_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102365
gz1="$(_compress_if_exists SRR5102365_1 || true)"
gz2="$(_compress_if_exists SRR5102365_2 || true)"
gzs="$(_compress_if_exists SRR5102365 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1022_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1022_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102366
gz1="$(_compress_if_exists SRR5102366_1 || true)"
gz2="$(_compress_if_exists SRR5102366_2 || true)"
gzs="$(_compress_if_exists SRR5102366 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1023_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1023_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102367
gz1="$(_compress_if_exists SRR5102367_1 || true)"
gz2="$(_compress_if_exists SRR5102367_2 || true)"
gzs="$(_compress_if_exists SRR5102367 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1024_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1024_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102368
gz1="$(_compress_if_exists SRR5102368_1 || true)"
gz2="$(_compress_if_exists SRR5102368_2 || true)"
gzs="$(_compress_if_exists SRR5102368 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1025_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1025_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102369
gz1="$(_compress_if_exists SRR5102369_1 || true)"
gz2="$(_compress_if_exists SRR5102369_2 || true)"
gzs="$(_compress_if_exists SRR5102369 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1026_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1026_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102370
gz1="$(_compress_if_exists SRR5102370_1 || true)"
gz2="$(_compress_if_exists SRR5102370_2 || true)"
gzs="$(_compress_if_exists SRR5102370 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1027_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1027_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102371
gz1="$(_compress_if_exists SRR5102371_1 || true)"
gz2="$(_compress_if_exists SRR5102371_2 || true)"
gzs="$(_compress_if_exists SRR5102371 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1028_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1028_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102372
gz1="$(_compress_if_exists SRR5102372_1 || true)"
gz2="$(_compress_if_exists SRR5102372_2 || true)"
gzs="$(_compress_if_exists SRR5102372 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1029_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1029_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102373
gz1="$(_compress_if_exists SRR5102373_1 || true)"
gz2="$(_compress_if_exists SRR5102373_2 || true)"
gzs="$(_compress_if_exists SRR5102373 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_102_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_102_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102374
gz1="$(_compress_if_exists SRR5102374_1 || true)"
gz2="$(_compress_if_exists SRR5102374_2 || true)"
gzs="$(_compress_if_exists SRR5102374 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1030_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1030_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102375
gz1="$(_compress_if_exists SRR5102375_1 || true)"
gz2="$(_compress_if_exists SRR5102375_2 || true)"
gzs="$(_compress_if_exists SRR5102375 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1031_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1031_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102376
gz1="$(_compress_if_exists SRR5102376_1 || true)"
gz2="$(_compress_if_exists SRR5102376_2 || true)"
gzs="$(_compress_if_exists SRR5102376 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1032_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1032_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102377
gz1="$(_compress_if_exists SRR5102377_1 || true)"
gz2="$(_compress_if_exists SRR5102377_2 || true)"
gzs="$(_compress_if_exists SRR5102377 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1033_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1033_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102378
gz1="$(_compress_if_exists SRR5102378_1 || true)"
gz2="$(_compress_if_exists SRR5102378_2 || true)"
gzs="$(_compress_if_exists SRR5102378 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1034_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1034_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102379
gz1="$(_compress_if_exists SRR5102379_1 || true)"
gz2="$(_compress_if_exists SRR5102379_2 || true)"
gzs="$(_compress_if_exists SRR5102379 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1035_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1035_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102380
gz1="$(_compress_if_exists SRR5102380_1 || true)"
gz2="$(_compress_if_exists SRR5102380_2 || true)"
gzs="$(_compress_if_exists SRR5102380 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1036_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1036_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102381
gz1="$(_compress_if_exists SRR5102381_1 || true)"
gz2="$(_compress_if_exists SRR5102381_2 || true)"
gzs="$(_compress_if_exists SRR5102381 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1037_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1037_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102382
gz1="$(_compress_if_exists SRR5102382_1 || true)"
gz2="$(_compress_if_exists SRR5102382_2 || true)"
gzs="$(_compress_if_exists SRR5102382 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1038_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1038_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102383
gz1="$(_compress_if_exists SRR5102383_1 || true)"
gz2="$(_compress_if_exists SRR5102383_2 || true)"
gzs="$(_compress_if_exists SRR5102383 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1039_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1039_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102384
gz1="$(_compress_if_exists SRR5102384_1 || true)"
gz2="$(_compress_if_exists SRR5102384_2 || true)"
gzs="$(_compress_if_exists SRR5102384 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_103_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_103_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102385
gz1="$(_compress_if_exists SRR5102385_1 || true)"
gz2="$(_compress_if_exists SRR5102385_2 || true)"
gzs="$(_compress_if_exists SRR5102385 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1040_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1040_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102386
gz1="$(_compress_if_exists SRR5102386_1 || true)"
gz2="$(_compress_if_exists SRR5102386_2 || true)"
gzs="$(_compress_if_exists SRR5102386 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1041_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1041_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102387
gz1="$(_compress_if_exists SRR5102387_1 || true)"
gz2="$(_compress_if_exists SRR5102387_2 || true)"
gzs="$(_compress_if_exists SRR5102387 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1042_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1042_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102388
gz1="$(_compress_if_exists SRR5102388_1 || true)"
gz2="$(_compress_if_exists SRR5102388_2 || true)"
gzs="$(_compress_if_exists SRR5102388 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1043_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1043_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102389
gz1="$(_compress_if_exists SRR5102389_1 || true)"
gz2="$(_compress_if_exists SRR5102389_2 || true)"
gzs="$(_compress_if_exists SRR5102389 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1044_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1044_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102390
gz1="$(_compress_if_exists SRR5102390_1 || true)"
gz2="$(_compress_if_exists SRR5102390_2 || true)"
gzs="$(_compress_if_exists SRR5102390 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1045_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1045_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102391
gz1="$(_compress_if_exists SRR5102391_1 || true)"
gz2="$(_compress_if_exists SRR5102391_2 || true)"
gzs="$(_compress_if_exists SRR5102391 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1046_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1046_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102392
gz1="$(_compress_if_exists SRR5102392_1 || true)"
gz2="$(_compress_if_exists SRR5102392_2 || true)"
gzs="$(_compress_if_exists SRR5102392 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1047_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1047_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102393
gz1="$(_compress_if_exists SRR5102393_1 || true)"
gz2="$(_compress_if_exists SRR5102393_2 || true)"
gzs="$(_compress_if_exists SRR5102393 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1048_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1048_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102394
gz1="$(_compress_if_exists SRR5102394_1 || true)"
gz2="$(_compress_if_exists SRR5102394_2 || true)"
gzs="$(_compress_if_exists SRR5102394 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1049_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1049_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102395
gz1="$(_compress_if_exists SRR5102395_1 || true)"
gz2="$(_compress_if_exists SRR5102395_2 || true)"
gzs="$(_compress_if_exists SRR5102395 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_104_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_104_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102396
gz1="$(_compress_if_exists SRR5102396_1 || true)"
gz2="$(_compress_if_exists SRR5102396_2 || true)"
gzs="$(_compress_if_exists SRR5102396 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1050_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1050_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102397
gz1="$(_compress_if_exists SRR5102397_1 || true)"
gz2="$(_compress_if_exists SRR5102397_2 || true)"
gzs="$(_compress_if_exists SRR5102397 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1051_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1051_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102398
gz1="$(_compress_if_exists SRR5102398_1 || true)"
gz2="$(_compress_if_exists SRR5102398_2 || true)"
gzs="$(_compress_if_exists SRR5102398 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1052_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1052_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102399
gz1="$(_compress_if_exists SRR5102399_1 || true)"
gz2="$(_compress_if_exists SRR5102399_2 || true)"
gzs="$(_compress_if_exists SRR5102399 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1053_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1053_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102400
gz1="$(_compress_if_exists SRR5102400_1 || true)"
gz2="$(_compress_if_exists SRR5102400_2 || true)"
gzs="$(_compress_if_exists SRR5102400 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1054_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1054_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102401
gz1="$(_compress_if_exists SRR5102401_1 || true)"
gz2="$(_compress_if_exists SRR5102401_2 || true)"
gzs="$(_compress_if_exists SRR5102401 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1055_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1055_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102402
gz1="$(_compress_if_exists SRR5102402_1 || true)"
gz2="$(_compress_if_exists SRR5102402_2 || true)"
gzs="$(_compress_if_exists SRR5102402 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1056_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1056_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102403
gz1="$(_compress_if_exists SRR5102403_1 || true)"
gz2="$(_compress_if_exists SRR5102403_2 || true)"
gzs="$(_compress_if_exists SRR5102403 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1057_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1057_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102404
gz1="$(_compress_if_exists SRR5102404_1 || true)"
gz2="$(_compress_if_exists SRR5102404_2 || true)"
gzs="$(_compress_if_exists SRR5102404 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1058_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1058_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102405
gz1="$(_compress_if_exists SRR5102405_1 || true)"
gz2="$(_compress_if_exists SRR5102405_2 || true)"
gzs="$(_compress_if_exists SRR5102405 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1059_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1059_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102406
gz1="$(_compress_if_exists SRR5102406_1 || true)"
gz2="$(_compress_if_exists SRR5102406_2 || true)"
gzs="$(_compress_if_exists SRR5102406 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_105_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_105_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102407
gz1="$(_compress_if_exists SRR5102407_1 || true)"
gz2="$(_compress_if_exists SRR5102407_2 || true)"
gzs="$(_compress_if_exists SRR5102407 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1060_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1060_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102408
gz1="$(_compress_if_exists SRR5102408_1 || true)"
gz2="$(_compress_if_exists SRR5102408_2 || true)"
gzs="$(_compress_if_exists SRR5102408 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1061_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1061_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102409
gz1="$(_compress_if_exists SRR5102409_1 || true)"
gz2="$(_compress_if_exists SRR5102409_2 || true)"
gzs="$(_compress_if_exists SRR5102409 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1062_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1062_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102410
gz1="$(_compress_if_exists SRR5102410_1 || true)"
gz2="$(_compress_if_exists SRR5102410_2 || true)"
gzs="$(_compress_if_exists SRR5102410 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1063_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1063_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102411
gz1="$(_compress_if_exists SRR5102411_1 || true)"
gz2="$(_compress_if_exists SRR5102411_2 || true)"
gzs="$(_compress_if_exists SRR5102411 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1064_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1064_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102412
gz1="$(_compress_if_exists SRR5102412_1 || true)"
gz2="$(_compress_if_exists SRR5102412_2 || true)"
gzs="$(_compress_if_exists SRR5102412 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1065_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1065_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102413
gz1="$(_compress_if_exists SRR5102413_1 || true)"
gz2="$(_compress_if_exists SRR5102413_2 || true)"
gzs="$(_compress_if_exists SRR5102413 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1066_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1066_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102414
gz1="$(_compress_if_exists SRR5102414_1 || true)"
gz2="$(_compress_if_exists SRR5102414_2 || true)"
gzs="$(_compress_if_exists SRR5102414 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1067_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1067_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102415
gz1="$(_compress_if_exists SRR5102415_1 || true)"
gz2="$(_compress_if_exists SRR5102415_2 || true)"
gzs="$(_compress_if_exists SRR5102415 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1068_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1068_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102416
gz1="$(_compress_if_exists SRR5102416_1 || true)"
gz2="$(_compress_if_exists SRR5102416_2 || true)"
gzs="$(_compress_if_exists SRR5102416 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1069_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1069_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102417
gz1="$(_compress_if_exists SRR5102417_1 || true)"
gz2="$(_compress_if_exists SRR5102417_2 || true)"
gzs="$(_compress_if_exists SRR5102417 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_106_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_106_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102418
gz1="$(_compress_if_exists SRR5102418_1 || true)"
gz2="$(_compress_if_exists SRR5102418_2 || true)"
gzs="$(_compress_if_exists SRR5102418 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1070_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1070_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102419
gz1="$(_compress_if_exists SRR5102419_1 || true)"
gz2="$(_compress_if_exists SRR5102419_2 || true)"
gzs="$(_compress_if_exists SRR5102419 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1071_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1071_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102420
gz1="$(_compress_if_exists SRR5102420_1 || true)"
gz2="$(_compress_if_exists SRR5102420_2 || true)"
gzs="$(_compress_if_exists SRR5102420 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1072_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1072_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102421
gz1="$(_compress_if_exists SRR5102421_1 || true)"
gz2="$(_compress_if_exists SRR5102421_2 || true)"
gzs="$(_compress_if_exists SRR5102421 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1073_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1073_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102422
gz1="$(_compress_if_exists SRR5102422_1 || true)"
gz2="$(_compress_if_exists SRR5102422_2 || true)"
gzs="$(_compress_if_exists SRR5102422 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1074_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1074_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102423
gz1="$(_compress_if_exists SRR5102423_1 || true)"
gz2="$(_compress_if_exists SRR5102423_2 || true)"
gzs="$(_compress_if_exists SRR5102423 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1075_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1075_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102424
gz1="$(_compress_if_exists SRR5102424_1 || true)"
gz2="$(_compress_if_exists SRR5102424_2 || true)"
gzs="$(_compress_if_exists SRR5102424 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1076_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1076_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102425
gz1="$(_compress_if_exists SRR5102425_1 || true)"
gz2="$(_compress_if_exists SRR5102425_2 || true)"
gzs="$(_compress_if_exists SRR5102425 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1077_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1077_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102426
gz1="$(_compress_if_exists SRR5102426_1 || true)"
gz2="$(_compress_if_exists SRR5102426_2 || true)"
gzs="$(_compress_if_exists SRR5102426 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1078_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1078_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102427
gz1="$(_compress_if_exists SRR5102427_1 || true)"
gz2="$(_compress_if_exists SRR5102427_2 || true)"
gzs="$(_compress_if_exists SRR5102427 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1079_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1079_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102428
gz1="$(_compress_if_exists SRR5102428_1 || true)"
gz2="$(_compress_if_exists SRR5102428_2 || true)"
gzs="$(_compress_if_exists SRR5102428 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_107_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_107_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102429
gz1="$(_compress_if_exists SRR5102429_1 || true)"
gz2="$(_compress_if_exists SRR5102429_2 || true)"
gzs="$(_compress_if_exists SRR5102429 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1080_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1080_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102430
gz1="$(_compress_if_exists SRR5102430_1 || true)"
gz2="$(_compress_if_exists SRR5102430_2 || true)"
gzs="$(_compress_if_exists SRR5102430 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1081_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1081_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102431
gz1="$(_compress_if_exists SRR5102431_1 || true)"
gz2="$(_compress_if_exists SRR5102431_2 || true)"
gzs="$(_compress_if_exists SRR5102431 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1082_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1082_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102432
gz1="$(_compress_if_exists SRR5102432_1 || true)"
gz2="$(_compress_if_exists SRR5102432_2 || true)"
gzs="$(_compress_if_exists SRR5102432 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1083_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1083_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102433
gz1="$(_compress_if_exists SRR5102433_1 || true)"
gz2="$(_compress_if_exists SRR5102433_2 || true)"
gzs="$(_compress_if_exists SRR5102433 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1084_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1084_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102434
gz1="$(_compress_if_exists SRR5102434_1 || true)"
gz2="$(_compress_if_exists SRR5102434_2 || true)"
gzs="$(_compress_if_exists SRR5102434 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1085_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1085_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102435
gz1="$(_compress_if_exists SRR5102435_1 || true)"
gz2="$(_compress_if_exists SRR5102435_2 || true)"
gzs="$(_compress_if_exists SRR5102435 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1086_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1086_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102436
gz1="$(_compress_if_exists SRR5102436_1 || true)"
gz2="$(_compress_if_exists SRR5102436_2 || true)"
gzs="$(_compress_if_exists SRR5102436 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1087_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1087_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102437
gz1="$(_compress_if_exists SRR5102437_1 || true)"
gz2="$(_compress_if_exists SRR5102437_2 || true)"
gzs="$(_compress_if_exists SRR5102437 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1088_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1088_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102438
gz1="$(_compress_if_exists SRR5102438_1 || true)"
gz2="$(_compress_if_exists SRR5102438_2 || true)"
gzs="$(_compress_if_exists SRR5102438 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1089_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1089_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102439
gz1="$(_compress_if_exists SRR5102439_1 || true)"
gz2="$(_compress_if_exists SRR5102439_2 || true)"
gzs="$(_compress_if_exists SRR5102439 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_108_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_108_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102440
gz1="$(_compress_if_exists SRR5102440_1 || true)"
gz2="$(_compress_if_exists SRR5102440_2 || true)"
gzs="$(_compress_if_exists SRR5102440 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1090_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1090_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102441
gz1="$(_compress_if_exists SRR5102441_1 || true)"
gz2="$(_compress_if_exists SRR5102441_2 || true)"
gzs="$(_compress_if_exists SRR5102441 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1091_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1091_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102442
gz1="$(_compress_if_exists SRR5102442_1 || true)"
gz2="$(_compress_if_exists SRR5102442_2 || true)"
gzs="$(_compress_if_exists SRR5102442 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1092_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1092_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102443
gz1="$(_compress_if_exists SRR5102443_1 || true)"
gz2="$(_compress_if_exists SRR5102443_2 || true)"
gzs="$(_compress_if_exists SRR5102443 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1093_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1093_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102444
gz1="$(_compress_if_exists SRR5102444_1 || true)"
gz2="$(_compress_if_exists SRR5102444_2 || true)"
gzs="$(_compress_if_exists SRR5102444 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1094_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1094_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102445
gz1="$(_compress_if_exists SRR5102445_1 || true)"
gz2="$(_compress_if_exists SRR5102445_2 || true)"
gzs="$(_compress_if_exists SRR5102445 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1095_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1095_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102446
gz1="$(_compress_if_exists SRR5102446_1 || true)"
gz2="$(_compress_if_exists SRR5102446_2 || true)"
gzs="$(_compress_if_exists SRR5102446 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1096_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1096_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102447
gz1="$(_compress_if_exists SRR5102447_1 || true)"
gz2="$(_compress_if_exists SRR5102447_2 || true)"
gzs="$(_compress_if_exists SRR5102447 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1097_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1097_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102448
gz1="$(_compress_if_exists SRR5102448_1 || true)"
gz2="$(_compress_if_exists SRR5102448_2 || true)"
gzs="$(_compress_if_exists SRR5102448 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1098_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1098_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102449
gz1="$(_compress_if_exists SRR5102449_1 || true)"
gz2="$(_compress_if_exists SRR5102449_2 || true)"
gzs="$(_compress_if_exists SRR5102449 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1099_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1099_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102450
gz1="$(_compress_if_exists SRR5102450_1 || true)"
gz2="$(_compress_if_exists SRR5102450_2 || true)"
gzs="$(_compress_if_exists SRR5102450 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_109_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_109_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102451
gz1="$(_compress_if_exists SRR5102451_1 || true)"
gz2="$(_compress_if_exists SRR5102451_2 || true)"
gzs="$(_compress_if_exists SRR5102451 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_10_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_10_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102452
gz1="$(_compress_if_exists SRR5102452_1 || true)"
gz2="$(_compress_if_exists SRR5102452_2 || true)"
gzs="$(_compress_if_exists SRR5102452 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1100_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1100_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102453
gz1="$(_compress_if_exists SRR5102453_1 || true)"
gz2="$(_compress_if_exists SRR5102453_2 || true)"
gzs="$(_compress_if_exists SRR5102453 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1101_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1101_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102454
gz1="$(_compress_if_exists SRR5102454_1 || true)"
gz2="$(_compress_if_exists SRR5102454_2 || true)"
gzs="$(_compress_if_exists SRR5102454 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1102_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1102_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102455
gz1="$(_compress_if_exists SRR5102455_1 || true)"
gz2="$(_compress_if_exists SRR5102455_2 || true)"
gzs="$(_compress_if_exists SRR5102455 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1103_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1103_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102456
gz1="$(_compress_if_exists SRR5102456_1 || true)"
gz2="$(_compress_if_exists SRR5102456_2 || true)"
gzs="$(_compress_if_exists SRR5102456 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1104_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1104_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102457
gz1="$(_compress_if_exists SRR5102457_1 || true)"
gz2="$(_compress_if_exists SRR5102457_2 || true)"
gzs="$(_compress_if_exists SRR5102457 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1105_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1105_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102458
gz1="$(_compress_if_exists SRR5102458_1 || true)"
gz2="$(_compress_if_exists SRR5102458_2 || true)"
gzs="$(_compress_if_exists SRR5102458 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1106_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1106_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102459
gz1="$(_compress_if_exists SRR5102459_1 || true)"
gz2="$(_compress_if_exists SRR5102459_2 || true)"
gzs="$(_compress_if_exists SRR5102459 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1107_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1107_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102460
gz1="$(_compress_if_exists SRR5102460_1 || true)"
gz2="$(_compress_if_exists SRR5102460_2 || true)"
gzs="$(_compress_if_exists SRR5102460 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1108_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1108_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102461
gz1="$(_compress_if_exists SRR5102461_1 || true)"
gz2="$(_compress_if_exists SRR5102461_2 || true)"
gzs="$(_compress_if_exists SRR5102461 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1109_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1109_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102462
gz1="$(_compress_if_exists SRR5102462_1 || true)"
gz2="$(_compress_if_exists SRR5102462_2 || true)"
gzs="$(_compress_if_exists SRR5102462 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_110_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_110_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102463
gz1="$(_compress_if_exists SRR5102463_1 || true)"
gz2="$(_compress_if_exists SRR5102463_2 || true)"
gzs="$(_compress_if_exists SRR5102463 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1110_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1110_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102464
gz1="$(_compress_if_exists SRR5102464_1 || true)"
gz2="$(_compress_if_exists SRR5102464_2 || true)"
gzs="$(_compress_if_exists SRR5102464 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1111_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1111_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102465
gz1="$(_compress_if_exists SRR5102465_1 || true)"
gz2="$(_compress_if_exists SRR5102465_2 || true)"
gzs="$(_compress_if_exists SRR5102465 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1112_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1112_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102466
gz1="$(_compress_if_exists SRR5102466_1 || true)"
gz2="$(_compress_if_exists SRR5102466_2 || true)"
gzs="$(_compress_if_exists SRR5102466 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1113_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1113_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102467
gz1="$(_compress_if_exists SRR5102467_1 || true)"
gz2="$(_compress_if_exists SRR5102467_2 || true)"
gzs="$(_compress_if_exists SRR5102467 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1114_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1114_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102468
gz1="$(_compress_if_exists SRR5102468_1 || true)"
gz2="$(_compress_if_exists SRR5102468_2 || true)"
gzs="$(_compress_if_exists SRR5102468 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1115_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1115_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102469
gz1="$(_compress_if_exists SRR5102469_1 || true)"
gz2="$(_compress_if_exists SRR5102469_2 || true)"
gzs="$(_compress_if_exists SRR5102469 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1116_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1116_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102470
gz1="$(_compress_if_exists SRR5102470_1 || true)"
gz2="$(_compress_if_exists SRR5102470_2 || true)"
gzs="$(_compress_if_exists SRR5102470 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1117_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1117_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102471
gz1="$(_compress_if_exists SRR5102471_1 || true)"
gz2="$(_compress_if_exists SRR5102471_2 || true)"
gzs="$(_compress_if_exists SRR5102471 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1118_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1118_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102472
gz1="$(_compress_if_exists SRR5102472_1 || true)"
gz2="$(_compress_if_exists SRR5102472_2 || true)"
gzs="$(_compress_if_exists SRR5102472 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1119_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1119_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102473
gz1="$(_compress_if_exists SRR5102473_1 || true)"
gz2="$(_compress_if_exists SRR5102473_2 || true)"
gzs="$(_compress_if_exists SRR5102473 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_111_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_111_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102474
gz1="$(_compress_if_exists SRR5102474_1 || true)"
gz2="$(_compress_if_exists SRR5102474_2 || true)"
gzs="$(_compress_if_exists SRR5102474 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1120_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1120_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102475
gz1="$(_compress_if_exists SRR5102475_1 || true)"
gz2="$(_compress_if_exists SRR5102475_2 || true)"
gzs="$(_compress_if_exists SRR5102475 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1121_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1121_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102476
gz1="$(_compress_if_exists SRR5102476_1 || true)"
gz2="$(_compress_if_exists SRR5102476_2 || true)"
gzs="$(_compress_if_exists SRR5102476 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1122_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1122_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102477
gz1="$(_compress_if_exists SRR5102477_1 || true)"
gz2="$(_compress_if_exists SRR5102477_2 || true)"
gzs="$(_compress_if_exists SRR5102477 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1123_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1123_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102478
gz1="$(_compress_if_exists SRR5102478_1 || true)"
gz2="$(_compress_if_exists SRR5102478_2 || true)"
gzs="$(_compress_if_exists SRR5102478 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1124_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1124_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102479
gz1="$(_compress_if_exists SRR5102479_1 || true)"
gz2="$(_compress_if_exists SRR5102479_2 || true)"
gzs="$(_compress_if_exists SRR5102479 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1125_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1125_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102480
gz1="$(_compress_if_exists SRR5102480_1 || true)"
gz2="$(_compress_if_exists SRR5102480_2 || true)"
gzs="$(_compress_if_exists SRR5102480 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1126_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1126_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102481
gz1="$(_compress_if_exists SRR5102481_1 || true)"
gz2="$(_compress_if_exists SRR5102481_2 || true)"
gzs="$(_compress_if_exists SRR5102481 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1127_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1127_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102482
gz1="$(_compress_if_exists SRR5102482_1 || true)"
gz2="$(_compress_if_exists SRR5102482_2 || true)"
gzs="$(_compress_if_exists SRR5102482 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1128_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1128_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102483
gz1="$(_compress_if_exists SRR5102483_1 || true)"
gz2="$(_compress_if_exists SRR5102483_2 || true)"
gzs="$(_compress_if_exists SRR5102483 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1129_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1129_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102484
gz1="$(_compress_if_exists SRR5102484_1 || true)"
gz2="$(_compress_if_exists SRR5102484_2 || true)"
gzs="$(_compress_if_exists SRR5102484 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_112_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_112_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102485
gz1="$(_compress_if_exists SRR5102485_1 || true)"
gz2="$(_compress_if_exists SRR5102485_2 || true)"
gzs="$(_compress_if_exists SRR5102485 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1130_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1130_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102486
gz1="$(_compress_if_exists SRR5102486_1 || true)"
gz2="$(_compress_if_exists SRR5102486_2 || true)"
gzs="$(_compress_if_exists SRR5102486 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1131_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1131_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102487
gz1="$(_compress_if_exists SRR5102487_1 || true)"
gz2="$(_compress_if_exists SRR5102487_2 || true)"
gzs="$(_compress_if_exists SRR5102487 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1132_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1132_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102488
gz1="$(_compress_if_exists SRR5102488_1 || true)"
gz2="$(_compress_if_exists SRR5102488_2 || true)"
gzs="$(_compress_if_exists SRR5102488 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1133_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1133_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102489
gz1="$(_compress_if_exists SRR5102489_1 || true)"
gz2="$(_compress_if_exists SRR5102489_2 || true)"
gzs="$(_compress_if_exists SRR5102489 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1134_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1134_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102490
gz1="$(_compress_if_exists SRR5102490_1 || true)"
gz2="$(_compress_if_exists SRR5102490_2 || true)"
gzs="$(_compress_if_exists SRR5102490 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1135_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1135_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102491
gz1="$(_compress_if_exists SRR5102491_1 || true)"
gz2="$(_compress_if_exists SRR5102491_2 || true)"
gzs="$(_compress_if_exists SRR5102491 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1136_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1136_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102492
gz1="$(_compress_if_exists SRR5102492_1 || true)"
gz2="$(_compress_if_exists SRR5102492_2 || true)"
gzs="$(_compress_if_exists SRR5102492 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1137_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1137_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102493
gz1="$(_compress_if_exists SRR5102493_1 || true)"
gz2="$(_compress_if_exists SRR5102493_2 || true)"
gzs="$(_compress_if_exists SRR5102493 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1138_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1138_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102494
gz1="$(_compress_if_exists SRR5102494_1 || true)"
gz2="$(_compress_if_exists SRR5102494_2 || true)"
gzs="$(_compress_if_exists SRR5102494 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1139_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1139_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102495
gz1="$(_compress_if_exists SRR5102495_1 || true)"
gz2="$(_compress_if_exists SRR5102495_2 || true)"
gzs="$(_compress_if_exists SRR5102495 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_113_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_113_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102496
gz1="$(_compress_if_exists SRR5102496_1 || true)"
gz2="$(_compress_if_exists SRR5102496_2 || true)"
gzs="$(_compress_if_exists SRR5102496 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1140_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1140_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102497
gz1="$(_compress_if_exists SRR5102497_1 || true)"
gz2="$(_compress_if_exists SRR5102497_2 || true)"
gzs="$(_compress_if_exists SRR5102497 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1141_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1141_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102498
gz1="$(_compress_if_exists SRR5102498_1 || true)"
gz2="$(_compress_if_exists SRR5102498_2 || true)"
gzs="$(_compress_if_exists SRR5102498 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1142_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1142_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102499
gz1="$(_compress_if_exists SRR5102499_1 || true)"
gz2="$(_compress_if_exists SRR5102499_2 || true)"
gzs="$(_compress_if_exists SRR5102499 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1143_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1143_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102500
gz1="$(_compress_if_exists SRR5102500_1 || true)"
gz2="$(_compress_if_exists SRR5102500_2 || true)"
gzs="$(_compress_if_exists SRR5102500 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1144_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1144_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102501
gz1="$(_compress_if_exists SRR5102501_1 || true)"
gz2="$(_compress_if_exists SRR5102501_2 || true)"
gzs="$(_compress_if_exists SRR5102501 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1145_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1145_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102502
gz1="$(_compress_if_exists SRR5102502_1 || true)"
gz2="$(_compress_if_exists SRR5102502_2 || true)"
gzs="$(_compress_if_exists SRR5102502 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1146_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1146_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102503
gz1="$(_compress_if_exists SRR5102503_1 || true)"
gz2="$(_compress_if_exists SRR5102503_2 || true)"
gzs="$(_compress_if_exists SRR5102503 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1147_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1147_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102504
gz1="$(_compress_if_exists SRR5102504_1 || true)"
gz2="$(_compress_if_exists SRR5102504_2 || true)"
gzs="$(_compress_if_exists SRR5102504 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1148_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1148_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102505
gz1="$(_compress_if_exists SRR5102505_1 || true)"
gz2="$(_compress_if_exists SRR5102505_2 || true)"
gzs="$(_compress_if_exists SRR5102505 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1149_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1149_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102506
gz1="$(_compress_if_exists SRR5102506_1 || true)"
gz2="$(_compress_if_exists SRR5102506_2 || true)"
gzs="$(_compress_if_exists SRR5102506 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_114_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_114_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102507
gz1="$(_compress_if_exists SRR5102507_1 || true)"
gz2="$(_compress_if_exists SRR5102507_2 || true)"
gzs="$(_compress_if_exists SRR5102507 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1150_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1150_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102508
gz1="$(_compress_if_exists SRR5102508_1 || true)"
gz2="$(_compress_if_exists SRR5102508_2 || true)"
gzs="$(_compress_if_exists SRR5102508 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1151_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1151_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102509
gz1="$(_compress_if_exists SRR5102509_1 || true)"
gz2="$(_compress_if_exists SRR5102509_2 || true)"
gzs="$(_compress_if_exists SRR5102509 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1152_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1152_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102510
gz1="$(_compress_if_exists SRR5102510_1 || true)"
gz2="$(_compress_if_exists SRR5102510_2 || true)"
gzs="$(_compress_if_exists SRR5102510 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1153_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1153_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102511
gz1="$(_compress_if_exists SRR5102511_1 || true)"
gz2="$(_compress_if_exists SRR5102511_2 || true)"
gzs="$(_compress_if_exists SRR5102511 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1154_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1154_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102512
gz1="$(_compress_if_exists SRR5102512_1 || true)"
gz2="$(_compress_if_exists SRR5102512_2 || true)"
gzs="$(_compress_if_exists SRR5102512 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1155_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1155_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102513
gz1="$(_compress_if_exists SRR5102513_1 || true)"
gz2="$(_compress_if_exists SRR5102513_2 || true)"
gzs="$(_compress_if_exists SRR5102513 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1156_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1156_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102514
gz1="$(_compress_if_exists SRR5102514_1 || true)"
gz2="$(_compress_if_exists SRR5102514_2 || true)"
gzs="$(_compress_if_exists SRR5102514 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1157_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1157_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102515
gz1="$(_compress_if_exists SRR5102515_1 || true)"
gz2="$(_compress_if_exists SRR5102515_2 || true)"
gzs="$(_compress_if_exists SRR5102515 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1158_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1158_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102516
gz1="$(_compress_if_exists SRR5102516_1 || true)"
gz2="$(_compress_if_exists SRR5102516_2 || true)"
gzs="$(_compress_if_exists SRR5102516 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1159_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1159_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102517
gz1="$(_compress_if_exists SRR5102517_1 || true)"
gz2="$(_compress_if_exists SRR5102517_2 || true)"
gzs="$(_compress_if_exists SRR5102517 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_115_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_115_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102518
gz1="$(_compress_if_exists SRR5102518_1 || true)"
gz2="$(_compress_if_exists SRR5102518_2 || true)"
gzs="$(_compress_if_exists SRR5102518 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1160_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1160_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102519
gz1="$(_compress_if_exists SRR5102519_1 || true)"
gz2="$(_compress_if_exists SRR5102519_2 || true)"
gzs="$(_compress_if_exists SRR5102519 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1161_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1161_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102520
gz1="$(_compress_if_exists SRR5102520_1 || true)"
gz2="$(_compress_if_exists SRR5102520_2 || true)"
gzs="$(_compress_if_exists SRR5102520 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1162_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1162_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102521
gz1="$(_compress_if_exists SRR5102521_1 || true)"
gz2="$(_compress_if_exists SRR5102521_2 || true)"
gzs="$(_compress_if_exists SRR5102521 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1163_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1163_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102522
gz1="$(_compress_if_exists SRR5102522_1 || true)"
gz2="$(_compress_if_exists SRR5102522_2 || true)"
gzs="$(_compress_if_exists SRR5102522 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1164_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1164_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102523
gz1="$(_compress_if_exists SRR5102523_1 || true)"
gz2="$(_compress_if_exists SRR5102523_2 || true)"
gzs="$(_compress_if_exists SRR5102523 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1165_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1165_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102524
gz1="$(_compress_if_exists SRR5102524_1 || true)"
gz2="$(_compress_if_exists SRR5102524_2 || true)"
gzs="$(_compress_if_exists SRR5102524 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1166_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1166_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102525
gz1="$(_compress_if_exists SRR5102525_1 || true)"
gz2="$(_compress_if_exists SRR5102525_2 || true)"
gzs="$(_compress_if_exists SRR5102525 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1167_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1167_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102526
gz1="$(_compress_if_exists SRR5102526_1 || true)"
gz2="$(_compress_if_exists SRR5102526_2 || true)"
gzs="$(_compress_if_exists SRR5102526 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1168_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1168_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102527
gz1="$(_compress_if_exists SRR5102527_1 || true)"
gz2="$(_compress_if_exists SRR5102527_2 || true)"
gzs="$(_compress_if_exists SRR5102527 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1169_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1169_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102528
gz1="$(_compress_if_exists SRR5102528_1 || true)"
gz2="$(_compress_if_exists SRR5102528_2 || true)"
gzs="$(_compress_if_exists SRR5102528 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_116_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_116_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102529
gz1="$(_compress_if_exists SRR5102529_1 || true)"
gz2="$(_compress_if_exists SRR5102529_2 || true)"
gzs="$(_compress_if_exists SRR5102529 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1170_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1170_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102530
gz1="$(_compress_if_exists SRR5102530_1 || true)"
gz2="$(_compress_if_exists SRR5102530_2 || true)"
gzs="$(_compress_if_exists SRR5102530 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1171_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1171_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102531
gz1="$(_compress_if_exists SRR5102531_1 || true)"
gz2="$(_compress_if_exists SRR5102531_2 || true)"
gzs="$(_compress_if_exists SRR5102531 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1172_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1172_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102532
gz1="$(_compress_if_exists SRR5102532_1 || true)"
gz2="$(_compress_if_exists SRR5102532_2 || true)"
gzs="$(_compress_if_exists SRR5102532 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1173_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1173_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102533
gz1="$(_compress_if_exists SRR5102533_1 || true)"
gz2="$(_compress_if_exists SRR5102533_2 || true)"
gzs="$(_compress_if_exists SRR5102533 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1174_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1174_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102534
gz1="$(_compress_if_exists SRR5102534_1 || true)"
gz2="$(_compress_if_exists SRR5102534_2 || true)"
gzs="$(_compress_if_exists SRR5102534 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1175_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1175_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102535
gz1="$(_compress_if_exists SRR5102535_1 || true)"
gz2="$(_compress_if_exists SRR5102535_2 || true)"
gzs="$(_compress_if_exists SRR5102535 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1176_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1176_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102536
gz1="$(_compress_if_exists SRR5102536_1 || true)"
gz2="$(_compress_if_exists SRR5102536_2 || true)"
gzs="$(_compress_if_exists SRR5102536 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1177_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1177_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102537
gz1="$(_compress_if_exists SRR5102537_1 || true)"
gz2="$(_compress_if_exists SRR5102537_2 || true)"
gzs="$(_compress_if_exists SRR5102537 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1178_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1178_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102538
gz1="$(_compress_if_exists SRR5102538_1 || true)"
gz2="$(_compress_if_exists SRR5102538_2 || true)"
gzs="$(_compress_if_exists SRR5102538 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1179_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1179_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102539
gz1="$(_compress_if_exists SRR5102539_1 || true)"
gz2="$(_compress_if_exists SRR5102539_2 || true)"
gzs="$(_compress_if_exists SRR5102539 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_117_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_117_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102540
gz1="$(_compress_if_exists SRR5102540_1 || true)"
gz2="$(_compress_if_exists SRR5102540_2 || true)"
gzs="$(_compress_if_exists SRR5102540 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1180_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1180_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102541
gz1="$(_compress_if_exists SRR5102541_1 || true)"
gz2="$(_compress_if_exists SRR5102541_2 || true)"
gzs="$(_compress_if_exists SRR5102541 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1181_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1181_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102542
gz1="$(_compress_if_exists SRR5102542_1 || true)"
gz2="$(_compress_if_exists SRR5102542_2 || true)"
gzs="$(_compress_if_exists SRR5102542 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1182_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1182_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102543
gz1="$(_compress_if_exists SRR5102543_1 || true)"
gz2="$(_compress_if_exists SRR5102543_2 || true)"
gzs="$(_compress_if_exists SRR5102543 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1183_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1183_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102544
gz1="$(_compress_if_exists SRR5102544_1 || true)"
gz2="$(_compress_if_exists SRR5102544_2 || true)"
gzs="$(_compress_if_exists SRR5102544 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1184_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1184_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102545
gz1="$(_compress_if_exists SRR5102545_1 || true)"
gz2="$(_compress_if_exists SRR5102545_2 || true)"
gzs="$(_compress_if_exists SRR5102545 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1185_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1185_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102546
gz1="$(_compress_if_exists SRR5102546_1 || true)"
gz2="$(_compress_if_exists SRR5102546_2 || true)"
gzs="$(_compress_if_exists SRR5102546 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1186_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1186_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102547
gz1="$(_compress_if_exists SRR5102547_1 || true)"
gz2="$(_compress_if_exists SRR5102547_2 || true)"
gzs="$(_compress_if_exists SRR5102547 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1187_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1187_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102548
gz1="$(_compress_if_exists SRR5102548_1 || true)"
gz2="$(_compress_if_exists SRR5102548_2 || true)"
gzs="$(_compress_if_exists SRR5102548 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1188_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1188_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102549
gz1="$(_compress_if_exists SRR5102549_1 || true)"
gz2="$(_compress_if_exists SRR5102549_2 || true)"
gzs="$(_compress_if_exists SRR5102549 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1189_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1189_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102550
gz1="$(_compress_if_exists SRR5102550_1 || true)"
gz2="$(_compress_if_exists SRR5102550_2 || true)"
gzs="$(_compress_if_exists SRR5102550 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_118_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_118_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102551
gz1="$(_compress_if_exists SRR5102551_1 || true)"
gz2="$(_compress_if_exists SRR5102551_2 || true)"
gzs="$(_compress_if_exists SRR5102551 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1190_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1190_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102552
gz1="$(_compress_if_exists SRR5102552_1 || true)"
gz2="$(_compress_if_exists SRR5102552_2 || true)"
gzs="$(_compress_if_exists SRR5102552 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1191_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1191_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102553
gz1="$(_compress_if_exists SRR5102553_1 || true)"
gz2="$(_compress_if_exists SRR5102553_2 || true)"
gzs="$(_compress_if_exists SRR5102553 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1192_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1192_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102554
gz1="$(_compress_if_exists SRR5102554_1 || true)"
gz2="$(_compress_if_exists SRR5102554_2 || true)"
gzs="$(_compress_if_exists SRR5102554 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1193_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1193_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102555
gz1="$(_compress_if_exists SRR5102555_1 || true)"
gz2="$(_compress_if_exists SRR5102555_2 || true)"
gzs="$(_compress_if_exists SRR5102555 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1194_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1194_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102556
gz1="$(_compress_if_exists SRR5102556_1 || true)"
gz2="$(_compress_if_exists SRR5102556_2 || true)"
gzs="$(_compress_if_exists SRR5102556 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1195_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1195_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102557
gz1="$(_compress_if_exists SRR5102557_1 || true)"
gz2="$(_compress_if_exists SRR5102557_2 || true)"
gzs="$(_compress_if_exists SRR5102557 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1196_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1196_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102558
gz1="$(_compress_if_exists SRR5102558_1 || true)"
gz2="$(_compress_if_exists SRR5102558_2 || true)"
gzs="$(_compress_if_exists SRR5102558 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1197_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1197_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102559
gz1="$(_compress_if_exists SRR5102559_1 || true)"
gz2="$(_compress_if_exists SRR5102559_2 || true)"
gzs="$(_compress_if_exists SRR5102559 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1198_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1198_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102560
gz1="$(_compress_if_exists SRR5102560_1 || true)"
gz2="$(_compress_if_exists SRR5102560_2 || true)"
gzs="$(_compress_if_exists SRR5102560 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1199_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1199_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102561
gz1="$(_compress_if_exists SRR5102561_1 || true)"
gz2="$(_compress_if_exists SRR5102561_2 || true)"
gzs="$(_compress_if_exists SRR5102561 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_119_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_119_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102562
gz1="$(_compress_if_exists SRR5102562_1 || true)"
gz2="$(_compress_if_exists SRR5102562_2 || true)"
gzs="$(_compress_if_exists SRR5102562 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_11_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_11_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102563
gz1="$(_compress_if_exists SRR5102563_1 || true)"
gz2="$(_compress_if_exists SRR5102563_2 || true)"
gzs="$(_compress_if_exists SRR5102563 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1200_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1200_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102564
gz1="$(_compress_if_exists SRR5102564_1 || true)"
gz2="$(_compress_if_exists SRR5102564_2 || true)"
gzs="$(_compress_if_exists SRR5102564 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1201_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1201_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102565
gz1="$(_compress_if_exists SRR5102565_1 || true)"
gz2="$(_compress_if_exists SRR5102565_2 || true)"
gzs="$(_compress_if_exists SRR5102565 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1202_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1202_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102566
gz1="$(_compress_if_exists SRR5102566_1 || true)"
gz2="$(_compress_if_exists SRR5102566_2 || true)"
gzs="$(_compress_if_exists SRR5102566 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1203_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1203_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102567
gz1="$(_compress_if_exists SRR5102567_1 || true)"
gz2="$(_compress_if_exists SRR5102567_2 || true)"
gzs="$(_compress_if_exists SRR5102567 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1204_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1204_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102568
gz1="$(_compress_if_exists SRR5102568_1 || true)"
gz2="$(_compress_if_exists SRR5102568_2 || true)"
gzs="$(_compress_if_exists SRR5102568 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1205_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1205_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102569
gz1="$(_compress_if_exists SRR5102569_1 || true)"
gz2="$(_compress_if_exists SRR5102569_2 || true)"
gzs="$(_compress_if_exists SRR5102569 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1206_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1206_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102570
gz1="$(_compress_if_exists SRR5102570_1 || true)"
gz2="$(_compress_if_exists SRR5102570_2 || true)"
gzs="$(_compress_if_exists SRR5102570 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1207_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1207_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102571
gz1="$(_compress_if_exists SRR5102571_1 || true)"
gz2="$(_compress_if_exists SRR5102571_2 || true)"
gzs="$(_compress_if_exists SRR5102571 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1208_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1208_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102572
gz1="$(_compress_if_exists SRR5102572_1 || true)"
gz2="$(_compress_if_exists SRR5102572_2 || true)"
gzs="$(_compress_if_exists SRR5102572 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1209_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1209_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102573
gz1="$(_compress_if_exists SRR5102573_1 || true)"
gz2="$(_compress_if_exists SRR5102573_2 || true)"
gzs="$(_compress_if_exists SRR5102573 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_120_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_120_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102574
gz1="$(_compress_if_exists SRR5102574_1 || true)"
gz2="$(_compress_if_exists SRR5102574_2 || true)"
gzs="$(_compress_if_exists SRR5102574 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1210_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1210_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102575
gz1="$(_compress_if_exists SRR5102575_1 || true)"
gz2="$(_compress_if_exists SRR5102575_2 || true)"
gzs="$(_compress_if_exists SRR5102575 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1211_WT.unmapped.2.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1211_WT.unmapped.1.fastq.gz
fi

fasterq-dump --split-files SRR5102576
gz1="$(_compress_if_exists SRR5102576_1 || true)"
gz2="$(_compress_if_exists SRR5102576_2 || true)"
gzs="$(_compress_if_exists SRR5102576 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1212_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1212_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102577
gz1="$(_compress_if_exists SRR5102577_1 || true)"
gz2="$(_compress_if_exists SRR5102577_2 || true)"
gzs="$(_compress_if_exists SRR5102577 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1213_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1213_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102578
gz1="$(_compress_if_exists SRR5102578_1 || true)"
gz2="$(_compress_if_exists SRR5102578_2 || true)"
gzs="$(_compress_if_exists SRR5102578 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1214_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1214_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102579
gz1="$(_compress_if_exists SRR5102579_1 || true)"
gz2="$(_compress_if_exists SRR5102579_2 || true)"
gzs="$(_compress_if_exists SRR5102579 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1215_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1215_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102580
gz1="$(_compress_if_exists SRR5102580_1 || true)"
gz2="$(_compress_if_exists SRR5102580_2 || true)"
gzs="$(_compress_if_exists SRR5102580 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1216_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1216_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102581
gz1="$(_compress_if_exists SRR5102581_1 || true)"
gz2="$(_compress_if_exists SRR5102581_2 || true)"
gzs="$(_compress_if_exists SRR5102581 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1217_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1217_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102582
gz1="$(_compress_if_exists SRR5102582_1 || true)"
gz2="$(_compress_if_exists SRR5102582_2 || true)"
gzs="$(_compress_if_exists SRR5102582 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1218_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1218_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102583
gz1="$(_compress_if_exists SRR5102583_1 || true)"
gz2="$(_compress_if_exists SRR5102583_2 || true)"
gzs="$(_compress_if_exists SRR5102583 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1219_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1219_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102584
gz1="$(_compress_if_exists SRR5102584_1 || true)"
gz2="$(_compress_if_exists SRR5102584_2 || true)"
gzs="$(_compress_if_exists SRR5102584 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_121_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_121_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102585
gz1="$(_compress_if_exists SRR5102585_1 || true)"
gz2="$(_compress_if_exists SRR5102585_2 || true)"
gzs="$(_compress_if_exists SRR5102585 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1220_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1220_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102586
gz1="$(_compress_if_exists SRR5102586_1 || true)"
gz2="$(_compress_if_exists SRR5102586_2 || true)"
gzs="$(_compress_if_exists SRR5102586 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1221_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1221_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102587
gz1="$(_compress_if_exists SRR5102587_1 || true)"
gz2="$(_compress_if_exists SRR5102587_2 || true)"
gzs="$(_compress_if_exists SRR5102587 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1222_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1222_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102588
gz1="$(_compress_if_exists SRR5102588_1 || true)"
gz2="$(_compress_if_exists SRR5102588_2 || true)"
gzs="$(_compress_if_exists SRR5102588 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1223_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1223_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102589
gz1="$(_compress_if_exists SRR5102589_1 || true)"
gz2="$(_compress_if_exists SRR5102589_2 || true)"
gzs="$(_compress_if_exists SRR5102589 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1224_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1224_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102590
gz1="$(_compress_if_exists SRR5102590_1 || true)"
gz2="$(_compress_if_exists SRR5102590_2 || true)"
gzs="$(_compress_if_exists SRR5102590 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1225_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1225_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102591
gz1="$(_compress_if_exists SRR5102591_1 || true)"
gz2="$(_compress_if_exists SRR5102591_2 || true)"
gzs="$(_compress_if_exists SRR5102591 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1226_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1226_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102592
gz1="$(_compress_if_exists SRR5102592_1 || true)"
gz2="$(_compress_if_exists SRR5102592_2 || true)"
gzs="$(_compress_if_exists SRR5102592 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1227_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1227_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102593
gz1="$(_compress_if_exists SRR5102593_1 || true)"
gz2="$(_compress_if_exists SRR5102593_2 || true)"
gzs="$(_compress_if_exists SRR5102593 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1228_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1228_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102594
gz1="$(_compress_if_exists SRR5102594_1 || true)"
gz2="$(_compress_if_exists SRR5102594_2 || true)"
gzs="$(_compress_if_exists SRR5102594 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1229_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1229_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102595
gz1="$(_compress_if_exists SRR5102595_1 || true)"
gz2="$(_compress_if_exists SRR5102595_2 || true)"
gzs="$(_compress_if_exists SRR5102595 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_122_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_122_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102596
gz1="$(_compress_if_exists SRR5102596_1 || true)"
gz2="$(_compress_if_exists SRR5102596_2 || true)"
gzs="$(_compress_if_exists SRR5102596 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1230_WT.unmapped.2.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1230_WT.unmapped.1.fastq.gz
fi

fasterq-dump --split-files SRR5102597
gz1="$(_compress_if_exists SRR5102597_1 || true)"
gz2="$(_compress_if_exists SRR5102597_2 || true)"
gzs="$(_compress_if_exists SRR5102597 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1231_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1231_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102598
gz1="$(_compress_if_exists SRR5102598_1 || true)"
gz2="$(_compress_if_exists SRR5102598_2 || true)"
gzs="$(_compress_if_exists SRR5102598 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1232_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1232_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102599
gz1="$(_compress_if_exists SRR5102599_1 || true)"
gz2="$(_compress_if_exists SRR5102599_2 || true)"
gzs="$(_compress_if_exists SRR5102599 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1233_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1233_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102600
gz1="$(_compress_if_exists SRR5102600_1 || true)"
gz2="$(_compress_if_exists SRR5102600_2 || true)"
gzs="$(_compress_if_exists SRR5102600 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1234_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1234_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102601
gz1="$(_compress_if_exists SRR5102601_1 || true)"
gz2="$(_compress_if_exists SRR5102601_2 || true)"
gzs="$(_compress_if_exists SRR5102601 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1235_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1235_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102602
gz1="$(_compress_if_exists SRR5102602_1 || true)"
gz2="$(_compress_if_exists SRR5102602_2 || true)"
gzs="$(_compress_if_exists SRR5102602 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1236_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1236_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102603
gz1="$(_compress_if_exists SRR5102603_1 || true)"
gz2="$(_compress_if_exists SRR5102603_2 || true)"
gzs="$(_compress_if_exists SRR5102603 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1237_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1237_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102604
gz1="$(_compress_if_exists SRR5102604_1 || true)"
gz2="$(_compress_if_exists SRR5102604_2 || true)"
gzs="$(_compress_if_exists SRR5102604 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1238_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1238_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102605
gz1="$(_compress_if_exists SRR5102605_1 || true)"
gz2="$(_compress_if_exists SRR5102605_2 || true)"
gzs="$(_compress_if_exists SRR5102605 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1239_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1239_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102606
gz1="$(_compress_if_exists SRR5102606_1 || true)"
gz2="$(_compress_if_exists SRR5102606_2 || true)"
gzs="$(_compress_if_exists SRR5102606 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_123_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_123_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102607
gz1="$(_compress_if_exists SRR5102607_1 || true)"
gz2="$(_compress_if_exists SRR5102607_2 || true)"
gzs="$(_compress_if_exists SRR5102607 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1240_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1240_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102608
gz1="$(_compress_if_exists SRR5102608_1 || true)"
gz2="$(_compress_if_exists SRR5102608_2 || true)"
gzs="$(_compress_if_exists SRR5102608 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1241_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1241_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102609
gz1="$(_compress_if_exists SRR5102609_1 || true)"
gz2="$(_compress_if_exists SRR5102609_2 || true)"
gzs="$(_compress_if_exists SRR5102609 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1242_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1242_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102610
gz1="$(_compress_if_exists SRR5102610_1 || true)"
gz2="$(_compress_if_exists SRR5102610_2 || true)"
gzs="$(_compress_if_exists SRR5102610 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1243_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1243_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102611
gz1="$(_compress_if_exists SRR5102611_1 || true)"
gz2="$(_compress_if_exists SRR5102611_2 || true)"
gzs="$(_compress_if_exists SRR5102611 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1244_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1244_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102612
gz1="$(_compress_if_exists SRR5102612_1 || true)"
gz2="$(_compress_if_exists SRR5102612_2 || true)"
gzs="$(_compress_if_exists SRR5102612 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1245_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1245_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102613
gz1="$(_compress_if_exists SRR5102613_1 || true)"
gz2="$(_compress_if_exists SRR5102613_2 || true)"
gzs="$(_compress_if_exists SRR5102613 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1246_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1246_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102614
gz1="$(_compress_if_exists SRR5102614_1 || true)"
gz2="$(_compress_if_exists SRR5102614_2 || true)"
gzs="$(_compress_if_exists SRR5102614 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1247_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1247_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102615
gz1="$(_compress_if_exists SRR5102615_1 || true)"
gz2="$(_compress_if_exists SRR5102615_2 || true)"
gzs="$(_compress_if_exists SRR5102615 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1248_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1248_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102616
gz1="$(_compress_if_exists SRR5102616_1 || true)"
gz2="$(_compress_if_exists SRR5102616_2 || true)"
gzs="$(_compress_if_exists SRR5102616 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1249_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1249_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102617
gz1="$(_compress_if_exists SRR5102617_1 || true)"
gz2="$(_compress_if_exists SRR5102617_2 || true)"
gzs="$(_compress_if_exists SRR5102617 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_124_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_124_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102618
gz1="$(_compress_if_exists SRR5102618_1 || true)"
gz2="$(_compress_if_exists SRR5102618_2 || true)"
gzs="$(_compress_if_exists SRR5102618 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1250_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1250_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102619
gz1="$(_compress_if_exists SRR5102619_1 || true)"
gz2="$(_compress_if_exists SRR5102619_2 || true)"
gzs="$(_compress_if_exists SRR5102619 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1251_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1251_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102620
gz1="$(_compress_if_exists SRR5102620_1 || true)"
gz2="$(_compress_if_exists SRR5102620_2 || true)"
gzs="$(_compress_if_exists SRR5102620 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1252_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1252_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102621
gz1="$(_compress_if_exists SRR5102621_1 || true)"
gz2="$(_compress_if_exists SRR5102621_2 || true)"
gzs="$(_compress_if_exists SRR5102621 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1253_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1253_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102622
gz1="$(_compress_if_exists SRR5102622_1 || true)"
gz2="$(_compress_if_exists SRR5102622_2 || true)"
gzs="$(_compress_if_exists SRR5102622 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1254_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1254_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102623
gz1="$(_compress_if_exists SRR5102623_1 || true)"
gz2="$(_compress_if_exists SRR5102623_2 || true)"
gzs="$(_compress_if_exists SRR5102623 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1255_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1255_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102624
gz1="$(_compress_if_exists SRR5102624_1 || true)"
gz2="$(_compress_if_exists SRR5102624_2 || true)"
gzs="$(_compress_if_exists SRR5102624 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1256_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1256_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102625
gz1="$(_compress_if_exists SRR5102625_1 || true)"
gz2="$(_compress_if_exists SRR5102625_2 || true)"
gzs="$(_compress_if_exists SRR5102625 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1257_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1257_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102626
gz1="$(_compress_if_exists SRR5102626_1 || true)"
gz2="$(_compress_if_exists SRR5102626_2 || true)"
gzs="$(_compress_if_exists SRR5102626 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1258_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1258_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102627
gz1="$(_compress_if_exists SRR5102627_1 || true)"
gz2="$(_compress_if_exists SRR5102627_2 || true)"
gzs="$(_compress_if_exists SRR5102627 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1259_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1259_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102628
gz1="$(_compress_if_exists SRR5102628_1 || true)"
gz2="$(_compress_if_exists SRR5102628_2 || true)"
gzs="$(_compress_if_exists SRR5102628 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_125_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_125_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102629
gz1="$(_compress_if_exists SRR5102629_1 || true)"
gz2="$(_compress_if_exists SRR5102629_2 || true)"
gzs="$(_compress_if_exists SRR5102629 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1260_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1260_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102630
gz1="$(_compress_if_exists SRR5102630_1 || true)"
gz2="$(_compress_if_exists SRR5102630_2 || true)"
gzs="$(_compress_if_exists SRR5102630 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1261_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1261_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102631
gz1="$(_compress_if_exists SRR5102631_1 || true)"
gz2="$(_compress_if_exists SRR5102631_2 || true)"
gzs="$(_compress_if_exists SRR5102631 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1262_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1262_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102632
gz1="$(_compress_if_exists SRR5102632_1 || true)"
gz2="$(_compress_if_exists SRR5102632_2 || true)"
gzs="$(_compress_if_exists SRR5102632 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1263_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1263_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102633
gz1="$(_compress_if_exists SRR5102633_1 || true)"
gz2="$(_compress_if_exists SRR5102633_2 || true)"
gzs="$(_compress_if_exists SRR5102633 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1264_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1264_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102634
gz1="$(_compress_if_exists SRR5102634_1 || true)"
gz2="$(_compress_if_exists SRR5102634_2 || true)"
gzs="$(_compress_if_exists SRR5102634 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1265_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1265_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102635
gz1="$(_compress_if_exists SRR5102635_1 || true)"
gz2="$(_compress_if_exists SRR5102635_2 || true)"
gzs="$(_compress_if_exists SRR5102635 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1266_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1266_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102636
gz1="$(_compress_if_exists SRR5102636_1 || true)"
gz2="$(_compress_if_exists SRR5102636_2 || true)"
gzs="$(_compress_if_exists SRR5102636 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1267_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1267_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102637
gz1="$(_compress_if_exists SRR5102637_1 || true)"
gz2="$(_compress_if_exists SRR5102637_2 || true)"
gzs="$(_compress_if_exists SRR5102637 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1268_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1268_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102638
gz1="$(_compress_if_exists SRR5102638_1 || true)"
gz2="$(_compress_if_exists SRR5102638_2 || true)"
gzs="$(_compress_if_exists SRR5102638 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1269_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1269_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102639
gz1="$(_compress_if_exists SRR5102639_1 || true)"
gz2="$(_compress_if_exists SRR5102639_2 || true)"
gzs="$(_compress_if_exists SRR5102639 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_126_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_126_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102640
gz1="$(_compress_if_exists SRR5102640_1 || true)"
gz2="$(_compress_if_exists SRR5102640_2 || true)"
gzs="$(_compress_if_exists SRR5102640 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1270_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1270_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102641
gz1="$(_compress_if_exists SRR5102641_1 || true)"
gz2="$(_compress_if_exists SRR5102641_2 || true)"
gzs="$(_compress_if_exists SRR5102641 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1271_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1271_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102642
gz1="$(_compress_if_exists SRR5102642_1 || true)"
gz2="$(_compress_if_exists SRR5102642_2 || true)"
gzs="$(_compress_if_exists SRR5102642 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1272_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1272_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102643
gz1="$(_compress_if_exists SRR5102643_1 || true)"
gz2="$(_compress_if_exists SRR5102643_2 || true)"
gzs="$(_compress_if_exists SRR5102643 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1273_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1273_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102644
gz1="$(_compress_if_exists SRR5102644_1 || true)"
gz2="$(_compress_if_exists SRR5102644_2 || true)"
gzs="$(_compress_if_exists SRR5102644 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1274_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1274_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102645
gz1="$(_compress_if_exists SRR5102645_1 || true)"
gz2="$(_compress_if_exists SRR5102645_2 || true)"
gzs="$(_compress_if_exists SRR5102645 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1275_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1275_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102646
gz1="$(_compress_if_exists SRR5102646_1 || true)"
gz2="$(_compress_if_exists SRR5102646_2 || true)"
gzs="$(_compress_if_exists SRR5102646 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1276_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1276_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102647
gz1="$(_compress_if_exists SRR5102647_1 || true)"
gz2="$(_compress_if_exists SRR5102647_2 || true)"
gzs="$(_compress_if_exists SRR5102647 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1277_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1277_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102648
gz1="$(_compress_if_exists SRR5102648_1 || true)"
gz2="$(_compress_if_exists SRR5102648_2 || true)"
gzs="$(_compress_if_exists SRR5102648 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1278_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1278_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102649
gz1="$(_compress_if_exists SRR5102649_1 || true)"
gz2="$(_compress_if_exists SRR5102649_2 || true)"
gzs="$(_compress_if_exists SRR5102649 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1279_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1279_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102650
gz1="$(_compress_if_exists SRR5102650_1 || true)"
gz2="$(_compress_if_exists SRR5102650_2 || true)"
gzs="$(_compress_if_exists SRR5102650 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_127_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_127_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102651
gz1="$(_compress_if_exists SRR5102651_1 || true)"
gz2="$(_compress_if_exists SRR5102651_2 || true)"
gzs="$(_compress_if_exists SRR5102651 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1280_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1280_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102652
gz1="$(_compress_if_exists SRR5102652_1 || true)"
gz2="$(_compress_if_exists SRR5102652_2 || true)"
gzs="$(_compress_if_exists SRR5102652 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1281_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1281_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102653
gz1="$(_compress_if_exists SRR5102653_1 || true)"
gz2="$(_compress_if_exists SRR5102653_2 || true)"
gzs="$(_compress_if_exists SRR5102653 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1282_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1282_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102654
gz1="$(_compress_if_exists SRR5102654_1 || true)"
gz2="$(_compress_if_exists SRR5102654_2 || true)"
gzs="$(_compress_if_exists SRR5102654 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1283_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1283_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102655
gz1="$(_compress_if_exists SRR5102655_1 || true)"
gz2="$(_compress_if_exists SRR5102655_2 || true)"
gzs="$(_compress_if_exists SRR5102655 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1284_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1284_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102656
gz1="$(_compress_if_exists SRR5102656_1 || true)"
gz2="$(_compress_if_exists SRR5102656_2 || true)"
gzs="$(_compress_if_exists SRR5102656 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1285_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1285_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102657
gz1="$(_compress_if_exists SRR5102657_1 || true)"
gz2="$(_compress_if_exists SRR5102657_2 || true)"
gzs="$(_compress_if_exists SRR5102657 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1286_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1286_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102658
gz1="$(_compress_if_exists SRR5102658_1 || true)"
gz2="$(_compress_if_exists SRR5102658_2 || true)"
gzs="$(_compress_if_exists SRR5102658 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1287_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1287_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102659
gz1="$(_compress_if_exists SRR5102659_1 || true)"
gz2="$(_compress_if_exists SRR5102659_2 || true)"
gzs="$(_compress_if_exists SRR5102659 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1288_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1288_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102660
gz1="$(_compress_if_exists SRR5102660_1 || true)"
gz2="$(_compress_if_exists SRR5102660_2 || true)"
gzs="$(_compress_if_exists SRR5102660 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1289_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1289_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102661
gz1="$(_compress_if_exists SRR5102661_1 || true)"
gz2="$(_compress_if_exists SRR5102661_2 || true)"
gzs="$(_compress_if_exists SRR5102661 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_128_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_128_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102662
gz1="$(_compress_if_exists SRR5102662_1 || true)"
gz2="$(_compress_if_exists SRR5102662_2 || true)"
gzs="$(_compress_if_exists SRR5102662 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1290_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1290_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102663
gz1="$(_compress_if_exists SRR5102663_1 || true)"
gz2="$(_compress_if_exists SRR5102663_2 || true)"
gzs="$(_compress_if_exists SRR5102663 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1291_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1291_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102664
gz1="$(_compress_if_exists SRR5102664_1 || true)"
gz2="$(_compress_if_exists SRR5102664_2 || true)"
gzs="$(_compress_if_exists SRR5102664 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1292_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1292_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102665
gz1="$(_compress_if_exists SRR5102665_1 || true)"
gz2="$(_compress_if_exists SRR5102665_2 || true)"
gzs="$(_compress_if_exists SRR5102665 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1293_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1293_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102666
gz1="$(_compress_if_exists SRR5102666_1 || true)"
gz2="$(_compress_if_exists SRR5102666_2 || true)"
gzs="$(_compress_if_exists SRR5102666 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1294_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1294_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102667
gz1="$(_compress_if_exists SRR5102667_1 || true)"
gz2="$(_compress_if_exists SRR5102667_2 || true)"
gzs="$(_compress_if_exists SRR5102667 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1295_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1295_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102668
gz1="$(_compress_if_exists SRR5102668_1 || true)"
gz2="$(_compress_if_exists SRR5102668_2 || true)"
gzs="$(_compress_if_exists SRR5102668 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1296_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1296_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102669
gz1="$(_compress_if_exists SRR5102669_1 || true)"
gz2="$(_compress_if_exists SRR5102669_2 || true)"
gzs="$(_compress_if_exists SRR5102669 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1297_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1297_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102670
gz1="$(_compress_if_exists SRR5102670_1 || true)"
gz2="$(_compress_if_exists SRR5102670_2 || true)"
gzs="$(_compress_if_exists SRR5102670 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1298_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1298_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102671
gz1="$(_compress_if_exists SRR5102671_1 || true)"
gz2="$(_compress_if_exists SRR5102671_2 || true)"
gzs="$(_compress_if_exists SRR5102671 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1299_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1299_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102672
gz1="$(_compress_if_exists SRR5102672_1 || true)"
gz2="$(_compress_if_exists SRR5102672_2 || true)"
gzs="$(_compress_if_exists SRR5102672 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_129_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_129_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102673
gz1="$(_compress_if_exists SRR5102673_1 || true)"
gz2="$(_compress_if_exists SRR5102673_2 || true)"
gzs="$(_compress_if_exists SRR5102673 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_12_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_12_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102674
gz1="$(_compress_if_exists SRR5102674_1 || true)"
gz2="$(_compress_if_exists SRR5102674_2 || true)"
gzs="$(_compress_if_exists SRR5102674 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1300_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1300_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102675
gz1="$(_compress_if_exists SRR5102675_1 || true)"
gz2="$(_compress_if_exists SRR5102675_2 || true)"
gzs="$(_compress_if_exists SRR5102675 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1301_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1301_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102676
gz1="$(_compress_if_exists SRR5102676_1 || true)"
gz2="$(_compress_if_exists SRR5102676_2 || true)"
gzs="$(_compress_if_exists SRR5102676 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1302_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1302_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102677
gz1="$(_compress_if_exists SRR5102677_1 || true)"
gz2="$(_compress_if_exists SRR5102677_2 || true)"
gzs="$(_compress_if_exists SRR5102677 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1303_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1303_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102678
gz1="$(_compress_if_exists SRR5102678_1 || true)"
gz2="$(_compress_if_exists SRR5102678_2 || true)"
gzs="$(_compress_if_exists SRR5102678 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1304_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1304_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102679
gz1="$(_compress_if_exists SRR5102679_1 || true)"
gz2="$(_compress_if_exists SRR5102679_2 || true)"
gzs="$(_compress_if_exists SRR5102679 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1305_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1305_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102681
gz1="$(_compress_if_exists SRR5102681_1 || true)"
gz2="$(_compress_if_exists SRR5102681_2 || true)"
gzs="$(_compress_if_exists SRR5102681 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1306_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1306_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102682
gz1="$(_compress_if_exists SRR5102682_1 || true)"
gz2="$(_compress_if_exists SRR5102682_2 || true)"
gzs="$(_compress_if_exists SRR5102682 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1307_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1307_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102683
gz1="$(_compress_if_exists SRR5102683_1 || true)"
gz2="$(_compress_if_exists SRR5102683_2 || true)"
gzs="$(_compress_if_exists SRR5102683 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1308_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1308_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102684
gz1="$(_compress_if_exists SRR5102684_1 || true)"
gz2="$(_compress_if_exists SRR5102684_2 || true)"
gzs="$(_compress_if_exists SRR5102684 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1309_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1309_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102685
gz1="$(_compress_if_exists SRR5102685_1 || true)"
gz2="$(_compress_if_exists SRR5102685_2 || true)"
gzs="$(_compress_if_exists SRR5102685 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_130_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_130_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102686
gz1="$(_compress_if_exists SRR5102686_1 || true)"
gz2="$(_compress_if_exists SRR5102686_2 || true)"
gzs="$(_compress_if_exists SRR5102686 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1310_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1310_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102687
gz1="$(_compress_if_exists SRR5102687_1 || true)"
gz2="$(_compress_if_exists SRR5102687_2 || true)"
gzs="$(_compress_if_exists SRR5102687 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1311_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1311_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102688
gz1="$(_compress_if_exists SRR5102688_1 || true)"
gz2="$(_compress_if_exists SRR5102688_2 || true)"
gzs="$(_compress_if_exists SRR5102688 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1312_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1312_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102689
gz1="$(_compress_if_exists SRR5102689_1 || true)"
gz2="$(_compress_if_exists SRR5102689_2 || true)"
gzs="$(_compress_if_exists SRR5102689 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1313_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1313_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102690
gz1="$(_compress_if_exists SRR5102690_1 || true)"
gz2="$(_compress_if_exists SRR5102690_2 || true)"
gzs="$(_compress_if_exists SRR5102690 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1314_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1314_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102691
gz1="$(_compress_if_exists SRR5102691_1 || true)"
gz2="$(_compress_if_exists SRR5102691_2 || true)"
gzs="$(_compress_if_exists SRR5102691 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1315_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1315_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102692
gz1="$(_compress_if_exists SRR5102692_1 || true)"
gz2="$(_compress_if_exists SRR5102692_2 || true)"
gzs="$(_compress_if_exists SRR5102692 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1316_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1316_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102693
gz1="$(_compress_if_exists SRR5102693_1 || true)"
gz2="$(_compress_if_exists SRR5102693_2 || true)"
gzs="$(_compress_if_exists SRR5102693 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1317_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1317_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102694
gz1="$(_compress_if_exists SRR5102694_1 || true)"
gz2="$(_compress_if_exists SRR5102694_2 || true)"
gzs="$(_compress_if_exists SRR5102694 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1318_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1318_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102695
gz1="$(_compress_if_exists SRR5102695_1 || true)"
gz2="$(_compress_if_exists SRR5102695_2 || true)"
gzs="$(_compress_if_exists SRR5102695 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1319_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1319_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102696
gz1="$(_compress_if_exists SRR5102696_1 || true)"
gz2="$(_compress_if_exists SRR5102696_2 || true)"
gzs="$(_compress_if_exists SRR5102696 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_131_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_131_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102697
gz1="$(_compress_if_exists SRR5102697_1 || true)"
gz2="$(_compress_if_exists SRR5102697_2 || true)"
gzs="$(_compress_if_exists SRR5102697 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1320_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1320_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102698
gz1="$(_compress_if_exists SRR5102698_1 || true)"
gz2="$(_compress_if_exists SRR5102698_2 || true)"
gzs="$(_compress_if_exists SRR5102698 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1321_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1321_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102699
gz1="$(_compress_if_exists SRR5102699_1 || true)"
gz2="$(_compress_if_exists SRR5102699_2 || true)"
gzs="$(_compress_if_exists SRR5102699 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1322_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1322_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102700
gz1="$(_compress_if_exists SRR5102700_1 || true)"
gz2="$(_compress_if_exists SRR5102700_2 || true)"
gzs="$(_compress_if_exists SRR5102700 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1323_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1323_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102701
gz1="$(_compress_if_exists SRR5102701_1 || true)"
gz2="$(_compress_if_exists SRR5102701_2 || true)"
gzs="$(_compress_if_exists SRR5102701 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1324_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1324_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102702
gz1="$(_compress_if_exists SRR5102702_1 || true)"
gz2="$(_compress_if_exists SRR5102702_2 || true)"
gzs="$(_compress_if_exists SRR5102702 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1325_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1325_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102703
gz1="$(_compress_if_exists SRR5102703_1 || true)"
gz2="$(_compress_if_exists SRR5102703_2 || true)"
gzs="$(_compress_if_exists SRR5102703 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1326_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1326_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102704
gz1="$(_compress_if_exists SRR5102704_1 || true)"
gz2="$(_compress_if_exists SRR5102704_2 || true)"
gzs="$(_compress_if_exists SRR5102704 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1327_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1327_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102705
gz1="$(_compress_if_exists SRR5102705_1 || true)"
gz2="$(_compress_if_exists SRR5102705_2 || true)"
gzs="$(_compress_if_exists SRR5102705 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1328_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1328_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102706
gz1="$(_compress_if_exists SRR5102706_1 || true)"
gz2="$(_compress_if_exists SRR5102706_2 || true)"
gzs="$(_compress_if_exists SRR5102706 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1329_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1329_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102707
gz1="$(_compress_if_exists SRR5102707_1 || true)"
gz2="$(_compress_if_exists SRR5102707_2 || true)"
gzs="$(_compress_if_exists SRR5102707 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_132_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_132_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102708
gz1="$(_compress_if_exists SRR5102708_1 || true)"
gz2="$(_compress_if_exists SRR5102708_2 || true)"
gzs="$(_compress_if_exists SRR5102708 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1330_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1330_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102709
gz1="$(_compress_if_exists SRR5102709_1 || true)"
gz2="$(_compress_if_exists SRR5102709_2 || true)"
gzs="$(_compress_if_exists SRR5102709 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1331_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1331_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102710
gz1="$(_compress_if_exists SRR5102710_1 || true)"
gz2="$(_compress_if_exists SRR5102710_2 || true)"
gzs="$(_compress_if_exists SRR5102710 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1332_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1332_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102711
gz1="$(_compress_if_exists SRR5102711_1 || true)"
gz2="$(_compress_if_exists SRR5102711_2 || true)"
gzs="$(_compress_if_exists SRR5102711 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1333_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1333_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102712
gz1="$(_compress_if_exists SRR5102712_1 || true)"
gz2="$(_compress_if_exists SRR5102712_2 || true)"
gzs="$(_compress_if_exists SRR5102712 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1334_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1334_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102713
gz1="$(_compress_if_exists SRR5102713_1 || true)"
gz2="$(_compress_if_exists SRR5102713_2 || true)"
gzs="$(_compress_if_exists SRR5102713 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1335_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1335_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102714
gz1="$(_compress_if_exists SRR5102714_1 || true)"
gz2="$(_compress_if_exists SRR5102714_2 || true)"
gzs="$(_compress_if_exists SRR5102714 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1336_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1336_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102715
gz1="$(_compress_if_exists SRR5102715_1 || true)"
gz2="$(_compress_if_exists SRR5102715_2 || true)"
gzs="$(_compress_if_exists SRR5102715 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1337_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1337_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102716
gz1="$(_compress_if_exists SRR5102716_1 || true)"
gz2="$(_compress_if_exists SRR5102716_2 || true)"
gzs="$(_compress_if_exists SRR5102716 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1338_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1338_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102717
gz1="$(_compress_if_exists SRR5102717_1 || true)"
gz2="$(_compress_if_exists SRR5102717_2 || true)"
gzs="$(_compress_if_exists SRR5102717 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1339_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1339_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102718
gz1="$(_compress_if_exists SRR5102718_1 || true)"
gz2="$(_compress_if_exists SRR5102718_2 || true)"
gzs="$(_compress_if_exists SRR5102718 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_133_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_133_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102719
gz1="$(_compress_if_exists SRR5102719_1 || true)"
gz2="$(_compress_if_exists SRR5102719_2 || true)"
gzs="$(_compress_if_exists SRR5102719 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1340_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1340_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102720
gz1="$(_compress_if_exists SRR5102720_1 || true)"
gz2="$(_compress_if_exists SRR5102720_2 || true)"
gzs="$(_compress_if_exists SRR5102720 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1341_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1341_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102721
gz1="$(_compress_if_exists SRR5102721_1 || true)"
gz2="$(_compress_if_exists SRR5102721_2 || true)"
gzs="$(_compress_if_exists SRR5102721 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1342_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1342_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102722
gz1="$(_compress_if_exists SRR5102722_1 || true)"
gz2="$(_compress_if_exists SRR5102722_2 || true)"
gzs="$(_compress_if_exists SRR5102722 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1343_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1343_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102723
gz1="$(_compress_if_exists SRR5102723_1 || true)"
gz2="$(_compress_if_exists SRR5102723_2 || true)"
gzs="$(_compress_if_exists SRR5102723 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1344_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1344_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102724
gz1="$(_compress_if_exists SRR5102724_1 || true)"
gz2="$(_compress_if_exists SRR5102724_2 || true)"
gzs="$(_compress_if_exists SRR5102724 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1345_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1345_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102725
gz1="$(_compress_if_exists SRR5102725_1 || true)"
gz2="$(_compress_if_exists SRR5102725_2 || true)"
gzs="$(_compress_if_exists SRR5102725 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1346_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1346_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102726
gz1="$(_compress_if_exists SRR5102726_1 || true)"
gz2="$(_compress_if_exists SRR5102726_2 || true)"
gzs="$(_compress_if_exists SRR5102726 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1347_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1347_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102727
gz1="$(_compress_if_exists SRR5102727_1 || true)"
gz2="$(_compress_if_exists SRR5102727_2 || true)"
gzs="$(_compress_if_exists SRR5102727 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1348_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1348_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102728
gz1="$(_compress_if_exists SRR5102728_1 || true)"
gz2="$(_compress_if_exists SRR5102728_2 || true)"
gzs="$(_compress_if_exists SRR5102728 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1349_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1349_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102729
gz1="$(_compress_if_exists SRR5102729_1 || true)"
gz2="$(_compress_if_exists SRR5102729_2 || true)"
gzs="$(_compress_if_exists SRR5102729 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_134_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_134_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102730
gz1="$(_compress_if_exists SRR5102730_1 || true)"
gz2="$(_compress_if_exists SRR5102730_2 || true)"
gzs="$(_compress_if_exists SRR5102730 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1350_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1350_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102731
gz1="$(_compress_if_exists SRR5102731_1 || true)"
gz2="$(_compress_if_exists SRR5102731_2 || true)"
gzs="$(_compress_if_exists SRR5102731 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1351_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1351_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102732
gz1="$(_compress_if_exists SRR5102732_1 || true)"
gz2="$(_compress_if_exists SRR5102732_2 || true)"
gzs="$(_compress_if_exists SRR5102732 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1352_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1352_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102733
gz1="$(_compress_if_exists SRR5102733_1 || true)"
gz2="$(_compress_if_exists SRR5102733_2 || true)"
gzs="$(_compress_if_exists SRR5102733 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1353_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1353_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102734
gz1="$(_compress_if_exists SRR5102734_1 || true)"
gz2="$(_compress_if_exists SRR5102734_2 || true)"
gzs="$(_compress_if_exists SRR5102734 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1354_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1354_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102735
gz1="$(_compress_if_exists SRR5102735_1 || true)"
gz2="$(_compress_if_exists SRR5102735_2 || true)"
gzs="$(_compress_if_exists SRR5102735 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1355_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1355_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102736
gz1="$(_compress_if_exists SRR5102736_1 || true)"
gz2="$(_compress_if_exists SRR5102736_2 || true)"
gzs="$(_compress_if_exists SRR5102736 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1356_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1356_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102737
gz1="$(_compress_if_exists SRR5102737_1 || true)"
gz2="$(_compress_if_exists SRR5102737_2 || true)"
gzs="$(_compress_if_exists SRR5102737 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1357_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1357_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102738
gz1="$(_compress_if_exists SRR5102738_1 || true)"
gz2="$(_compress_if_exists SRR5102738_2 || true)"
gzs="$(_compress_if_exists SRR5102738 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1358_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1358_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102739
gz1="$(_compress_if_exists SRR5102739_1 || true)"
gz2="$(_compress_if_exists SRR5102739_2 || true)"
gzs="$(_compress_if_exists SRR5102739 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1359_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1359_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102740
gz1="$(_compress_if_exists SRR5102740_1 || true)"
gz2="$(_compress_if_exists SRR5102740_2 || true)"
gzs="$(_compress_if_exists SRR5102740 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_135_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_135_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102741
gz1="$(_compress_if_exists SRR5102741_1 || true)"
gz2="$(_compress_if_exists SRR5102741_2 || true)"
gzs="$(_compress_if_exists SRR5102741 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1360_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1360_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102742
gz1="$(_compress_if_exists SRR5102742_1 || true)"
gz2="$(_compress_if_exists SRR5102742_2 || true)"
gzs="$(_compress_if_exists SRR5102742 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1361_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1361_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102743
gz1="$(_compress_if_exists SRR5102743_1 || true)"
gz2="$(_compress_if_exists SRR5102743_2 || true)"
gzs="$(_compress_if_exists SRR5102743 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1362_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1362_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102744
gz1="$(_compress_if_exists SRR5102744_1 || true)"
gz2="$(_compress_if_exists SRR5102744_2 || true)"
gzs="$(_compress_if_exists SRR5102744 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1363_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1363_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102745
gz1="$(_compress_if_exists SRR5102745_1 || true)"
gz2="$(_compress_if_exists SRR5102745_2 || true)"
gzs="$(_compress_if_exists SRR5102745 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1364_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1364_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102746
gz1="$(_compress_if_exists SRR5102746_1 || true)"
gz2="$(_compress_if_exists SRR5102746_2 || true)"
gzs="$(_compress_if_exists SRR5102746 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1365_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1365_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102747
gz1="$(_compress_if_exists SRR5102747_1 || true)"
gz2="$(_compress_if_exists SRR5102747_2 || true)"
gzs="$(_compress_if_exists SRR5102747 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1366_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1366_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102748
gz1="$(_compress_if_exists SRR5102748_1 || true)"
gz2="$(_compress_if_exists SRR5102748_2 || true)"
gzs="$(_compress_if_exists SRR5102748 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1367_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1367_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102749
gz1="$(_compress_if_exists SRR5102749_1 || true)"
gz2="$(_compress_if_exists SRR5102749_2 || true)"
gzs="$(_compress_if_exists SRR5102749 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1368_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1368_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102750
gz1="$(_compress_if_exists SRR5102750_1 || true)"
gz2="$(_compress_if_exists SRR5102750_2 || true)"
gzs="$(_compress_if_exists SRR5102750 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1369_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1369_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102751
gz1="$(_compress_if_exists SRR5102751_1 || true)"
gz2="$(_compress_if_exists SRR5102751_2 || true)"
gzs="$(_compress_if_exists SRR5102751 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_136_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_136_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102752
gz1="$(_compress_if_exists SRR5102752_1 || true)"
gz2="$(_compress_if_exists SRR5102752_2 || true)"
gzs="$(_compress_if_exists SRR5102752 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1370_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1370_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102753
gz1="$(_compress_if_exists SRR5102753_1 || true)"
gz2="$(_compress_if_exists SRR5102753_2 || true)"
gzs="$(_compress_if_exists SRR5102753 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1371_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1371_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102754
gz1="$(_compress_if_exists SRR5102754_1 || true)"
gz2="$(_compress_if_exists SRR5102754_2 || true)"
gzs="$(_compress_if_exists SRR5102754 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1372_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1372_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102755
gz1="$(_compress_if_exists SRR5102755_1 || true)"
gz2="$(_compress_if_exists SRR5102755_2 || true)"
gzs="$(_compress_if_exists SRR5102755 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1373_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1373_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102756
gz1="$(_compress_if_exists SRR5102756_1 || true)"
gz2="$(_compress_if_exists SRR5102756_2 || true)"
gzs="$(_compress_if_exists SRR5102756 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1374_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1374_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102757
gz1="$(_compress_if_exists SRR5102757_1 || true)"
gz2="$(_compress_if_exists SRR5102757_2 || true)"
gzs="$(_compress_if_exists SRR5102757 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1375_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1375_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102758
gz1="$(_compress_if_exists SRR5102758_1 || true)"
gz2="$(_compress_if_exists SRR5102758_2 || true)"
gzs="$(_compress_if_exists SRR5102758 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1376_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1376_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102759
gz1="$(_compress_if_exists SRR5102759_1 || true)"
gz2="$(_compress_if_exists SRR5102759_2 || true)"
gzs="$(_compress_if_exists SRR5102759 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1377_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1377_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102760
gz1="$(_compress_if_exists SRR5102760_1 || true)"
gz2="$(_compress_if_exists SRR5102760_2 || true)"
gzs="$(_compress_if_exists SRR5102760 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1378_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1378_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102761
gz1="$(_compress_if_exists SRR5102761_1 || true)"
gz2="$(_compress_if_exists SRR5102761_2 || true)"
gzs="$(_compress_if_exists SRR5102761 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1379_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1379_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102762
gz1="$(_compress_if_exists SRR5102762_1 || true)"
gz2="$(_compress_if_exists SRR5102762_2 || true)"
gzs="$(_compress_if_exists SRR5102762 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_137_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_137_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102763
gz1="$(_compress_if_exists SRR5102763_1 || true)"
gz2="$(_compress_if_exists SRR5102763_2 || true)"
gzs="$(_compress_if_exists SRR5102763 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1380_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1380_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102764
gz1="$(_compress_if_exists SRR5102764_1 || true)"
gz2="$(_compress_if_exists SRR5102764_2 || true)"
gzs="$(_compress_if_exists SRR5102764 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1381_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1381_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102765
gz1="$(_compress_if_exists SRR5102765_1 || true)"
gz2="$(_compress_if_exists SRR5102765_2 || true)"
gzs="$(_compress_if_exists SRR5102765 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1382_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1382_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102766
gz1="$(_compress_if_exists SRR5102766_1 || true)"
gz2="$(_compress_if_exists SRR5102766_2 || true)"
gzs="$(_compress_if_exists SRR5102766 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1383_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1383_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102767
gz1="$(_compress_if_exists SRR5102767_1 || true)"
gz2="$(_compress_if_exists SRR5102767_2 || true)"
gzs="$(_compress_if_exists SRR5102767 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1384_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1384_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102768
gz1="$(_compress_if_exists SRR5102768_1 || true)"
gz2="$(_compress_if_exists SRR5102768_2 || true)"
gzs="$(_compress_if_exists SRR5102768 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1385_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1385_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102769
gz1="$(_compress_if_exists SRR5102769_1 || true)"
gz2="$(_compress_if_exists SRR5102769_2 || true)"
gzs="$(_compress_if_exists SRR5102769 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1386_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1386_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102770
gz1="$(_compress_if_exists SRR5102770_1 || true)"
gz2="$(_compress_if_exists SRR5102770_2 || true)"
gzs="$(_compress_if_exists SRR5102770 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1387_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1387_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102771
gz1="$(_compress_if_exists SRR5102771_1 || true)"
gz2="$(_compress_if_exists SRR5102771_2 || true)"
gzs="$(_compress_if_exists SRR5102771 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1388_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1388_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102772
gz1="$(_compress_if_exists SRR5102772_1 || true)"
gz2="$(_compress_if_exists SRR5102772_2 || true)"
gzs="$(_compress_if_exists SRR5102772 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1389_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1389_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102773
gz1="$(_compress_if_exists SRR5102773_1 || true)"
gz2="$(_compress_if_exists SRR5102773_2 || true)"
gzs="$(_compress_if_exists SRR5102773 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_138_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_138_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102774
gz1="$(_compress_if_exists SRR5102774_1 || true)"
gz2="$(_compress_if_exists SRR5102774_2 || true)"
gzs="$(_compress_if_exists SRR5102774 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1390_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1390_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102775
gz1="$(_compress_if_exists SRR5102775_1 || true)"
gz2="$(_compress_if_exists SRR5102775_2 || true)"
gzs="$(_compress_if_exists SRR5102775 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1391_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1391_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102776
gz1="$(_compress_if_exists SRR5102776_1 || true)"
gz2="$(_compress_if_exists SRR5102776_2 || true)"
gzs="$(_compress_if_exists SRR5102776 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1392_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1392_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102777
gz1="$(_compress_if_exists SRR5102777_1 || true)"
gz2="$(_compress_if_exists SRR5102777_2 || true)"
gzs="$(_compress_if_exists SRR5102777 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1393_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1393_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102778
gz1="$(_compress_if_exists SRR5102778_1 || true)"
gz2="$(_compress_if_exists SRR5102778_2 || true)"
gzs="$(_compress_if_exists SRR5102778 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1394_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1394_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102779
gz1="$(_compress_if_exists SRR5102779_1 || true)"
gz2="$(_compress_if_exists SRR5102779_2 || true)"
gzs="$(_compress_if_exists SRR5102779 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1395_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1395_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102780
gz1="$(_compress_if_exists SRR5102780_1 || true)"
gz2="$(_compress_if_exists SRR5102780_2 || true)"
gzs="$(_compress_if_exists SRR5102780 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1396_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1396_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102781
gz1="$(_compress_if_exists SRR5102781_1 || true)"
gz2="$(_compress_if_exists SRR5102781_2 || true)"
gzs="$(_compress_if_exists SRR5102781 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1397_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1397_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102782
gz1="$(_compress_if_exists SRR5102782_1 || true)"
gz2="$(_compress_if_exists SRR5102782_2 || true)"
gzs="$(_compress_if_exists SRR5102782 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1398_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1398_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102783
gz1="$(_compress_if_exists SRR5102783_1 || true)"
gz2="$(_compress_if_exists SRR5102783_2 || true)"
gzs="$(_compress_if_exists SRR5102783 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1399_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1399_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102784
gz1="$(_compress_if_exists SRR5102784_1 || true)"
gz2="$(_compress_if_exists SRR5102784_2 || true)"
gzs="$(_compress_if_exists SRR5102784 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_139_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_139_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102785
gz1="$(_compress_if_exists SRR5102785_1 || true)"
gz2="$(_compress_if_exists SRR5102785_2 || true)"
gzs="$(_compress_if_exists SRR5102785 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_13_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_13_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102786
gz1="$(_compress_if_exists SRR5102786_1 || true)"
gz2="$(_compress_if_exists SRR5102786_2 || true)"
gzs="$(_compress_if_exists SRR5102786 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1400_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1400_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102787
gz1="$(_compress_if_exists SRR5102787_1 || true)"
gz2="$(_compress_if_exists SRR5102787_2 || true)"
gzs="$(_compress_if_exists SRR5102787 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1401_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1401_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102788
gz1="$(_compress_if_exists SRR5102788_1 || true)"
gz2="$(_compress_if_exists SRR5102788_2 || true)"
gzs="$(_compress_if_exists SRR5102788 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1402_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1402_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102789
gz1="$(_compress_if_exists SRR5102789_1 || true)"
gz2="$(_compress_if_exists SRR5102789_2 || true)"
gzs="$(_compress_if_exists SRR5102789 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1403_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1403_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102790
gz1="$(_compress_if_exists SRR5102790_1 || true)"
gz2="$(_compress_if_exists SRR5102790_2 || true)"
gzs="$(_compress_if_exists SRR5102790 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1404_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1404_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102791
gz1="$(_compress_if_exists SRR5102791_1 || true)"
gz2="$(_compress_if_exists SRR5102791_2 || true)"
gzs="$(_compress_if_exists SRR5102791 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1405_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1405_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102792
gz1="$(_compress_if_exists SRR5102792_1 || true)"
gz2="$(_compress_if_exists SRR5102792_2 || true)"
gzs="$(_compress_if_exists SRR5102792 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1406_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1406_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102793
gz1="$(_compress_if_exists SRR5102793_1 || true)"
gz2="$(_compress_if_exists SRR5102793_2 || true)"
gzs="$(_compress_if_exists SRR5102793 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1407_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1407_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102794
gz1="$(_compress_if_exists SRR5102794_1 || true)"
gz2="$(_compress_if_exists SRR5102794_2 || true)"
gzs="$(_compress_if_exists SRR5102794 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1408_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1408_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102795
gz1="$(_compress_if_exists SRR5102795_1 || true)"
gz2="$(_compress_if_exists SRR5102795_2 || true)"
gzs="$(_compress_if_exists SRR5102795 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1409_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1409_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102796
gz1="$(_compress_if_exists SRR5102796_1 || true)"
gz2="$(_compress_if_exists SRR5102796_2 || true)"
gzs="$(_compress_if_exists SRR5102796 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_140_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_140_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102797
gz1="$(_compress_if_exists SRR5102797_1 || true)"
gz2="$(_compress_if_exists SRR5102797_2 || true)"
gzs="$(_compress_if_exists SRR5102797 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1410_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1410_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102798
gz1="$(_compress_if_exists SRR5102798_1 || true)"
gz2="$(_compress_if_exists SRR5102798_2 || true)"
gzs="$(_compress_if_exists SRR5102798 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1411_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1411_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102799
gz1="$(_compress_if_exists SRR5102799_1 || true)"
gz2="$(_compress_if_exists SRR5102799_2 || true)"
gzs="$(_compress_if_exists SRR5102799 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1412_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1412_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102800
gz1="$(_compress_if_exists SRR5102800_1 || true)"
gz2="$(_compress_if_exists SRR5102800_2 || true)"
gzs="$(_compress_if_exists SRR5102800 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1413_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1413_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102801
gz1="$(_compress_if_exists SRR5102801_1 || true)"
gz2="$(_compress_if_exists SRR5102801_2 || true)"
gzs="$(_compress_if_exists SRR5102801 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1414_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1414_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102802
gz1="$(_compress_if_exists SRR5102802_1 || true)"
gz2="$(_compress_if_exists SRR5102802_2 || true)"
gzs="$(_compress_if_exists SRR5102802 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1415_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1415_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102803
gz1="$(_compress_if_exists SRR5102803_1 || true)"
gz2="$(_compress_if_exists SRR5102803_2 || true)"
gzs="$(_compress_if_exists SRR5102803 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1416_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1416_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102804
gz1="$(_compress_if_exists SRR5102804_1 || true)"
gz2="$(_compress_if_exists SRR5102804_2 || true)"
gzs="$(_compress_if_exists SRR5102804 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1417_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1417_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102805
gz1="$(_compress_if_exists SRR5102805_1 || true)"
gz2="$(_compress_if_exists SRR5102805_2 || true)"
gzs="$(_compress_if_exists SRR5102805 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1418_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1418_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102806
gz1="$(_compress_if_exists SRR5102806_1 || true)"
gz2="$(_compress_if_exists SRR5102806_2 || true)"
gzs="$(_compress_if_exists SRR5102806 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1419_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1419_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102807
gz1="$(_compress_if_exists SRR5102807_1 || true)"
gz2="$(_compress_if_exists SRR5102807_2 || true)"
gzs="$(_compress_if_exists SRR5102807 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_141_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_141_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102808
gz1="$(_compress_if_exists SRR5102808_1 || true)"
gz2="$(_compress_if_exists SRR5102808_2 || true)"
gzs="$(_compress_if_exists SRR5102808 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1420_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1420_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102809
gz1="$(_compress_if_exists SRR5102809_1 || true)"
gz2="$(_compress_if_exists SRR5102809_2 || true)"
gzs="$(_compress_if_exists SRR5102809 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1421_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1421_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102810
gz1="$(_compress_if_exists SRR5102810_1 || true)"
gz2="$(_compress_if_exists SRR5102810_2 || true)"
gzs="$(_compress_if_exists SRR5102810 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1422_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1422_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102811
gz1="$(_compress_if_exists SRR5102811_1 || true)"
gz2="$(_compress_if_exists SRR5102811_2 || true)"
gzs="$(_compress_if_exists SRR5102811 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1423_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1423_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102812
gz1="$(_compress_if_exists SRR5102812_1 || true)"
gz2="$(_compress_if_exists SRR5102812_2 || true)"
gzs="$(_compress_if_exists SRR5102812 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1424_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1424_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102813
gz1="$(_compress_if_exists SRR5102813_1 || true)"
gz2="$(_compress_if_exists SRR5102813_2 || true)"
gzs="$(_compress_if_exists SRR5102813 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1425_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1425_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102814
gz1="$(_compress_if_exists SRR5102814_1 || true)"
gz2="$(_compress_if_exists SRR5102814_2 || true)"
gzs="$(_compress_if_exists SRR5102814 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1426_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1426_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102815
gz1="$(_compress_if_exists SRR5102815_1 || true)"
gz2="$(_compress_if_exists SRR5102815_2 || true)"
gzs="$(_compress_if_exists SRR5102815 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1427_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1427_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102816
gz1="$(_compress_if_exists SRR5102816_1 || true)"
gz2="$(_compress_if_exists SRR5102816_2 || true)"
gzs="$(_compress_if_exists SRR5102816 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1428_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1428_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102817
gz1="$(_compress_if_exists SRR5102817_1 || true)"
gz2="$(_compress_if_exists SRR5102817_2 || true)"
gzs="$(_compress_if_exists SRR5102817 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1429_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1429_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102818
gz1="$(_compress_if_exists SRR5102818_1 || true)"
gz2="$(_compress_if_exists SRR5102818_2 || true)"
gzs="$(_compress_if_exists SRR5102818 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_142_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_142_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102819
gz1="$(_compress_if_exists SRR5102819_1 || true)"
gz2="$(_compress_if_exists SRR5102819_2 || true)"
gzs="$(_compress_if_exists SRR5102819 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1430_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1430_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102820
gz1="$(_compress_if_exists SRR5102820_1 || true)"
gz2="$(_compress_if_exists SRR5102820_2 || true)"
gzs="$(_compress_if_exists SRR5102820 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1431_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1431_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102821
gz1="$(_compress_if_exists SRR5102821_1 || true)"
gz2="$(_compress_if_exists SRR5102821_2 || true)"
gzs="$(_compress_if_exists SRR5102821 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1432_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1432_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102822
gz1="$(_compress_if_exists SRR5102822_1 || true)"
gz2="$(_compress_if_exists SRR5102822_2 || true)"
gzs="$(_compress_if_exists SRR5102822 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1433_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1433_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102823
gz1="$(_compress_if_exists SRR5102823_1 || true)"
gz2="$(_compress_if_exists SRR5102823_2 || true)"
gzs="$(_compress_if_exists SRR5102823 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1434_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1434_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102824
gz1="$(_compress_if_exists SRR5102824_1 || true)"
gz2="$(_compress_if_exists SRR5102824_2 || true)"
gzs="$(_compress_if_exists SRR5102824 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1435_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1435_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102825
gz1="$(_compress_if_exists SRR5102825_1 || true)"
gz2="$(_compress_if_exists SRR5102825_2 || true)"
gzs="$(_compress_if_exists SRR5102825 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1436_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1436_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102826
gz1="$(_compress_if_exists SRR5102826_1 || true)"
gz2="$(_compress_if_exists SRR5102826_2 || true)"
gzs="$(_compress_if_exists SRR5102826 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1437_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1437_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102827
gz1="$(_compress_if_exists SRR5102827_1 || true)"
gz2="$(_compress_if_exists SRR5102827_2 || true)"
gzs="$(_compress_if_exists SRR5102827 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1438_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1438_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102828
gz1="$(_compress_if_exists SRR5102828_1 || true)"
gz2="$(_compress_if_exists SRR5102828_2 || true)"
gzs="$(_compress_if_exists SRR5102828 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1439_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1439_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102829
gz1="$(_compress_if_exists SRR5102829_1 || true)"
gz2="$(_compress_if_exists SRR5102829_2 || true)"
gzs="$(_compress_if_exists SRR5102829 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_143_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_143_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102830
gz1="$(_compress_if_exists SRR5102830_1 || true)"
gz2="$(_compress_if_exists SRR5102830_2 || true)"
gzs="$(_compress_if_exists SRR5102830 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1440_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1440_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102831
gz1="$(_compress_if_exists SRR5102831_1 || true)"
gz2="$(_compress_if_exists SRR5102831_2 || true)"
gzs="$(_compress_if_exists SRR5102831 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1441_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1441_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102832
gz1="$(_compress_if_exists SRR5102832_1 || true)"
gz2="$(_compress_if_exists SRR5102832_2 || true)"
gzs="$(_compress_if_exists SRR5102832 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1442_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1442_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102833
gz1="$(_compress_if_exists SRR5102833_1 || true)"
gz2="$(_compress_if_exists SRR5102833_2 || true)"
gzs="$(_compress_if_exists SRR5102833 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1443_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1443_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102834
gz1="$(_compress_if_exists SRR5102834_1 || true)"
gz2="$(_compress_if_exists SRR5102834_2 || true)"
gzs="$(_compress_if_exists SRR5102834 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1444_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1444_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102835
gz1="$(_compress_if_exists SRR5102835_1 || true)"
gz2="$(_compress_if_exists SRR5102835_2 || true)"
gzs="$(_compress_if_exists SRR5102835 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1445_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1445_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102836
gz1="$(_compress_if_exists SRR5102836_1 || true)"
gz2="$(_compress_if_exists SRR5102836_2 || true)"
gzs="$(_compress_if_exists SRR5102836 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1446_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1446_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102837
gz1="$(_compress_if_exists SRR5102837_1 || true)"
gz2="$(_compress_if_exists SRR5102837_2 || true)"
gzs="$(_compress_if_exists SRR5102837 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1447_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1447_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102838
gz1="$(_compress_if_exists SRR5102838_1 || true)"
gz2="$(_compress_if_exists SRR5102838_2 || true)"
gzs="$(_compress_if_exists SRR5102838 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1448_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1448_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102839
gz1="$(_compress_if_exists SRR5102839_1 || true)"
gz2="$(_compress_if_exists SRR5102839_2 || true)"
gzs="$(_compress_if_exists SRR5102839 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1449_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1449_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102840
gz1="$(_compress_if_exists SRR5102840_1 || true)"
gz2="$(_compress_if_exists SRR5102840_2 || true)"
gzs="$(_compress_if_exists SRR5102840 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_144_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_144_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102841
gz1="$(_compress_if_exists SRR5102841_1 || true)"
gz2="$(_compress_if_exists SRR5102841_2 || true)"
gzs="$(_compress_if_exists SRR5102841 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1450_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1450_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102842
gz1="$(_compress_if_exists SRR5102842_1 || true)"
gz2="$(_compress_if_exists SRR5102842_2 || true)"
gzs="$(_compress_if_exists SRR5102842 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1451_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1451_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102843
gz1="$(_compress_if_exists SRR5102843_1 || true)"
gz2="$(_compress_if_exists SRR5102843_2 || true)"
gzs="$(_compress_if_exists SRR5102843 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1452_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1452_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102844
gz1="$(_compress_if_exists SRR5102844_1 || true)"
gz2="$(_compress_if_exists SRR5102844_2 || true)"
gzs="$(_compress_if_exists SRR5102844 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1453_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1453_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102845
gz1="$(_compress_if_exists SRR5102845_1 || true)"
gz2="$(_compress_if_exists SRR5102845_2 || true)"
gzs="$(_compress_if_exists SRR5102845 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1454_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1454_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102846
gz1="$(_compress_if_exists SRR5102846_1 || true)"
gz2="$(_compress_if_exists SRR5102846_2 || true)"
gzs="$(_compress_if_exists SRR5102846 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1455_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1455_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102847
gz1="$(_compress_if_exists SRR5102847_1 || true)"
gz2="$(_compress_if_exists SRR5102847_2 || true)"
gzs="$(_compress_if_exists SRR5102847 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1456_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1456_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102848
gz1="$(_compress_if_exists SRR5102848_1 || true)"
gz2="$(_compress_if_exists SRR5102848_2 || true)"
gzs="$(_compress_if_exists SRR5102848 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1457_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1457_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102849
gz1="$(_compress_if_exists SRR5102849_1 || true)"
gz2="$(_compress_if_exists SRR5102849_2 || true)"
gzs="$(_compress_if_exists SRR5102849 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1458_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1458_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102850
gz1="$(_compress_if_exists SRR5102850_1 || true)"
gz2="$(_compress_if_exists SRR5102850_2 || true)"
gzs="$(_compress_if_exists SRR5102850 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1459_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1459_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102851
gz1="$(_compress_if_exists SRR5102851_1 || true)"
gz2="$(_compress_if_exists SRR5102851_2 || true)"
gzs="$(_compress_if_exists SRR5102851 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_145_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_145_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102852
gz1="$(_compress_if_exists SRR5102852_1 || true)"
gz2="$(_compress_if_exists SRR5102852_2 || true)"
gzs="$(_compress_if_exists SRR5102852 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1460_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1460_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102853
gz1="$(_compress_if_exists SRR5102853_1 || true)"
gz2="$(_compress_if_exists SRR5102853_2 || true)"
gzs="$(_compress_if_exists SRR5102853 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1461_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1461_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102854
gz1="$(_compress_if_exists SRR5102854_1 || true)"
gz2="$(_compress_if_exists SRR5102854_2 || true)"
gzs="$(_compress_if_exists SRR5102854 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1462_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1462_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102855
gz1="$(_compress_if_exists SRR5102855_1 || true)"
gz2="$(_compress_if_exists SRR5102855_2 || true)"
gzs="$(_compress_if_exists SRR5102855 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1463_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1463_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102856
gz1="$(_compress_if_exists SRR5102856_1 || true)"
gz2="$(_compress_if_exists SRR5102856_2 || true)"
gzs="$(_compress_if_exists SRR5102856 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1464_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1464_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102857
gz1="$(_compress_if_exists SRR5102857_1 || true)"
gz2="$(_compress_if_exists SRR5102857_2 || true)"
gzs="$(_compress_if_exists SRR5102857 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1465_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1465_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102858
gz1="$(_compress_if_exists SRR5102858_1 || true)"
gz2="$(_compress_if_exists SRR5102858_2 || true)"
gzs="$(_compress_if_exists SRR5102858 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1466_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1466_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102859
gz1="$(_compress_if_exists SRR5102859_1 || true)"
gz2="$(_compress_if_exists SRR5102859_2 || true)"
gzs="$(_compress_if_exists SRR5102859 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1467_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1467_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102860
gz1="$(_compress_if_exists SRR5102860_1 || true)"
gz2="$(_compress_if_exists SRR5102860_2 || true)"
gzs="$(_compress_if_exists SRR5102860 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1468_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1468_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102861
gz1="$(_compress_if_exists SRR5102861_1 || true)"
gz2="$(_compress_if_exists SRR5102861_2 || true)"
gzs="$(_compress_if_exists SRR5102861 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1469_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1469_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102862
gz1="$(_compress_if_exists SRR5102862_1 || true)"
gz2="$(_compress_if_exists SRR5102862_2 || true)"
gzs="$(_compress_if_exists SRR5102862 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_146_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_146_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102863
gz1="$(_compress_if_exists SRR5102863_1 || true)"
gz2="$(_compress_if_exists SRR5102863_2 || true)"
gzs="$(_compress_if_exists SRR5102863 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1470_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1470_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102864
gz1="$(_compress_if_exists SRR5102864_1 || true)"
gz2="$(_compress_if_exists SRR5102864_2 || true)"
gzs="$(_compress_if_exists SRR5102864 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1471_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1471_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102865
gz1="$(_compress_if_exists SRR5102865_1 || true)"
gz2="$(_compress_if_exists SRR5102865_2 || true)"
gzs="$(_compress_if_exists SRR5102865 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1472_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1472_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102866
gz1="$(_compress_if_exists SRR5102866_1 || true)"
gz2="$(_compress_if_exists SRR5102866_2 || true)"
gzs="$(_compress_if_exists SRR5102866 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1473_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1473_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102867
gz1="$(_compress_if_exists SRR5102867_1 || true)"
gz2="$(_compress_if_exists SRR5102867_2 || true)"
gzs="$(_compress_if_exists SRR5102867 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1474_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1474_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102868
gz1="$(_compress_if_exists SRR5102868_1 || true)"
gz2="$(_compress_if_exists SRR5102868_2 || true)"
gzs="$(_compress_if_exists SRR5102868 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1475_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1475_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102869
gz1="$(_compress_if_exists SRR5102869_1 || true)"
gz2="$(_compress_if_exists SRR5102869_2 || true)"
gzs="$(_compress_if_exists SRR5102869 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1476_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1476_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102870
gz1="$(_compress_if_exists SRR5102870_1 || true)"
gz2="$(_compress_if_exists SRR5102870_2 || true)"
gzs="$(_compress_if_exists SRR5102870 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1477_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1477_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102871
gz1="$(_compress_if_exists SRR5102871_1 || true)"
gz2="$(_compress_if_exists SRR5102871_2 || true)"
gzs="$(_compress_if_exists SRR5102871 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1478_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1478_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102872
gz1="$(_compress_if_exists SRR5102872_1 || true)"
gz2="$(_compress_if_exists SRR5102872_2 || true)"
gzs="$(_compress_if_exists SRR5102872 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1479_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1479_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102873
gz1="$(_compress_if_exists SRR5102873_1 || true)"
gz2="$(_compress_if_exists SRR5102873_2 || true)"
gzs="$(_compress_if_exists SRR5102873 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_147_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_147_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102874
gz1="$(_compress_if_exists SRR5102874_1 || true)"
gz2="$(_compress_if_exists SRR5102874_2 || true)"
gzs="$(_compress_if_exists SRR5102874 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1480_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1480_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102875
gz1="$(_compress_if_exists SRR5102875_1 || true)"
gz2="$(_compress_if_exists SRR5102875_2 || true)"
gzs="$(_compress_if_exists SRR5102875 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1481_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1481_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102876
gz1="$(_compress_if_exists SRR5102876_1 || true)"
gz2="$(_compress_if_exists SRR5102876_2 || true)"
gzs="$(_compress_if_exists SRR5102876 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1482_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1482_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102877
gz1="$(_compress_if_exists SRR5102877_1 || true)"
gz2="$(_compress_if_exists SRR5102877_2 || true)"
gzs="$(_compress_if_exists SRR5102877 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1483_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1483_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102878
gz1="$(_compress_if_exists SRR5102878_1 || true)"
gz2="$(_compress_if_exists SRR5102878_2 || true)"
gzs="$(_compress_if_exists SRR5102878 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1484_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1484_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102879
gz1="$(_compress_if_exists SRR5102879_1 || true)"
gz2="$(_compress_if_exists SRR5102879_2 || true)"
gzs="$(_compress_if_exists SRR5102879 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1485_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1485_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102880
gz1="$(_compress_if_exists SRR5102880_1 || true)"
gz2="$(_compress_if_exists SRR5102880_2 || true)"
gzs="$(_compress_if_exists SRR5102880 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1486_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1486_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102881
gz1="$(_compress_if_exists SRR5102881_1 || true)"
gz2="$(_compress_if_exists SRR5102881_2 || true)"
gzs="$(_compress_if_exists SRR5102881 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1487_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1487_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102882
gz1="$(_compress_if_exists SRR5102882_1 || true)"
gz2="$(_compress_if_exists SRR5102882_2 || true)"
gzs="$(_compress_if_exists SRR5102882 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1488_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1488_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102883
gz1="$(_compress_if_exists SRR5102883_1 || true)"
gz2="$(_compress_if_exists SRR5102883_2 || true)"
gzs="$(_compress_if_exists SRR5102883 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1489_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1489_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102884
gz1="$(_compress_if_exists SRR5102884_1 || true)"
gz2="$(_compress_if_exists SRR5102884_2 || true)"
gzs="$(_compress_if_exists SRR5102884 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_148_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_148_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102885
gz1="$(_compress_if_exists SRR5102885_1 || true)"
gz2="$(_compress_if_exists SRR5102885_2 || true)"
gzs="$(_compress_if_exists SRR5102885 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1490_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1490_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102886
gz1="$(_compress_if_exists SRR5102886_1 || true)"
gz2="$(_compress_if_exists SRR5102886_2 || true)"
gzs="$(_compress_if_exists SRR5102886 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1491_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1491_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102887
gz1="$(_compress_if_exists SRR5102887_1 || true)"
gz2="$(_compress_if_exists SRR5102887_2 || true)"
gzs="$(_compress_if_exists SRR5102887 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1492_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1492_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102888
gz1="$(_compress_if_exists SRR5102888_1 || true)"
gz2="$(_compress_if_exists SRR5102888_2 || true)"
gzs="$(_compress_if_exists SRR5102888 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1493_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1493_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102889
gz1="$(_compress_if_exists SRR5102889_1 || true)"
gz2="$(_compress_if_exists SRR5102889_2 || true)"
gzs="$(_compress_if_exists SRR5102889 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1494_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1494_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102890
gz1="$(_compress_if_exists SRR5102890_1 || true)"
gz2="$(_compress_if_exists SRR5102890_2 || true)"
gzs="$(_compress_if_exists SRR5102890 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1495_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1495_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102891
gz1="$(_compress_if_exists SRR5102891_1 || true)"
gz2="$(_compress_if_exists SRR5102891_2 || true)"
gzs="$(_compress_if_exists SRR5102891 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1496_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1496_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102892
gz1="$(_compress_if_exists SRR5102892_1 || true)"
gz2="$(_compress_if_exists SRR5102892_2 || true)"
gzs="$(_compress_if_exists SRR5102892 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1497_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1497_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102893
gz1="$(_compress_if_exists SRR5102893_1 || true)"
gz2="$(_compress_if_exists SRR5102893_2 || true)"
gzs="$(_compress_if_exists SRR5102893 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1498_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1498_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102894
gz1="$(_compress_if_exists SRR5102894_1 || true)"
gz2="$(_compress_if_exists SRR5102894_2 || true)"
gzs="$(_compress_if_exists SRR5102894 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1499_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1499_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102895
gz1="$(_compress_if_exists SRR5102895_1 || true)"
gz2="$(_compress_if_exists SRR5102895_2 || true)"
gzs="$(_compress_if_exists SRR5102895 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_149_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_149_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102896
gz1="$(_compress_if_exists SRR5102896_1 || true)"
gz2="$(_compress_if_exists SRR5102896_2 || true)"
gzs="$(_compress_if_exists SRR5102896 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_14_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_14_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102897
gz1="$(_compress_if_exists SRR5102897_1 || true)"
gz2="$(_compress_if_exists SRR5102897_2 || true)"
gzs="$(_compress_if_exists SRR5102897 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1500_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1500_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102898
gz1="$(_compress_if_exists SRR5102898_1 || true)"
gz2="$(_compress_if_exists SRR5102898_2 || true)"
gzs="$(_compress_if_exists SRR5102898 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1501_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1501_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102899
gz1="$(_compress_if_exists SRR5102899_1 || true)"
gz2="$(_compress_if_exists SRR5102899_2 || true)"
gzs="$(_compress_if_exists SRR5102899 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1502_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1502_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102900
gz1="$(_compress_if_exists SRR5102900_1 || true)"
gz2="$(_compress_if_exists SRR5102900_2 || true)"
gzs="$(_compress_if_exists SRR5102900 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1503_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1503_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102901
gz1="$(_compress_if_exists SRR5102901_1 || true)"
gz2="$(_compress_if_exists SRR5102901_2 || true)"
gzs="$(_compress_if_exists SRR5102901 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1504_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1504_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102902
gz1="$(_compress_if_exists SRR5102902_1 || true)"
gz2="$(_compress_if_exists SRR5102902_2 || true)"
gzs="$(_compress_if_exists SRR5102902 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1505_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1505_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102903
gz1="$(_compress_if_exists SRR5102903_1 || true)"
gz2="$(_compress_if_exists SRR5102903_2 || true)"
gzs="$(_compress_if_exists SRR5102903 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1506_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1506_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102904
gz1="$(_compress_if_exists SRR5102904_1 || true)"
gz2="$(_compress_if_exists SRR5102904_2 || true)"
gzs="$(_compress_if_exists SRR5102904 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1507_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1507_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102905
gz1="$(_compress_if_exists SRR5102905_1 || true)"
gz2="$(_compress_if_exists SRR5102905_2 || true)"
gzs="$(_compress_if_exists SRR5102905 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1508_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1508_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102906
gz1="$(_compress_if_exists SRR5102906_1 || true)"
gz2="$(_compress_if_exists SRR5102906_2 || true)"
gzs="$(_compress_if_exists SRR5102906 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1509_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1509_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102907
gz1="$(_compress_if_exists SRR5102907_1 || true)"
gz2="$(_compress_if_exists SRR5102907_2 || true)"
gzs="$(_compress_if_exists SRR5102907 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_150_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_150_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102908
gz1="$(_compress_if_exists SRR5102908_1 || true)"
gz2="$(_compress_if_exists SRR5102908_2 || true)"
gzs="$(_compress_if_exists SRR5102908 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1510_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1510_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102909
gz1="$(_compress_if_exists SRR5102909_1 || true)"
gz2="$(_compress_if_exists SRR5102909_2 || true)"
gzs="$(_compress_if_exists SRR5102909 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1511_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1511_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102910
gz1="$(_compress_if_exists SRR5102910_1 || true)"
gz2="$(_compress_if_exists SRR5102910_2 || true)"
gzs="$(_compress_if_exists SRR5102910 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1512_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1512_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102911
gz1="$(_compress_if_exists SRR5102911_1 || true)"
gz2="$(_compress_if_exists SRR5102911_2 || true)"
gzs="$(_compress_if_exists SRR5102911 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1513_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1513_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102912
gz1="$(_compress_if_exists SRR5102912_1 || true)"
gz2="$(_compress_if_exists SRR5102912_2 || true)"
gzs="$(_compress_if_exists SRR5102912 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1514_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1514_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102913
gz1="$(_compress_if_exists SRR5102913_1 || true)"
gz2="$(_compress_if_exists SRR5102913_2 || true)"
gzs="$(_compress_if_exists SRR5102913 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1515_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1515_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102914
gz1="$(_compress_if_exists SRR5102914_1 || true)"
gz2="$(_compress_if_exists SRR5102914_2 || true)"
gzs="$(_compress_if_exists SRR5102914 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1516_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1516_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102915
gz1="$(_compress_if_exists SRR5102915_1 || true)"
gz2="$(_compress_if_exists SRR5102915_2 || true)"
gzs="$(_compress_if_exists SRR5102915 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1517_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1517_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102916
gz1="$(_compress_if_exists SRR5102916_1 || true)"
gz2="$(_compress_if_exists SRR5102916_2 || true)"
gzs="$(_compress_if_exists SRR5102916 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1518_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1518_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102917
gz1="$(_compress_if_exists SRR5102917_1 || true)"
gz2="$(_compress_if_exists SRR5102917_2 || true)"
gzs="$(_compress_if_exists SRR5102917 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1519_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1519_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102918
gz1="$(_compress_if_exists SRR5102918_1 || true)"
gz2="$(_compress_if_exists SRR5102918_2 || true)"
gzs="$(_compress_if_exists SRR5102918 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_151_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_151_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102919
gz1="$(_compress_if_exists SRR5102919_1 || true)"
gz2="$(_compress_if_exists SRR5102919_2 || true)"
gzs="$(_compress_if_exists SRR5102919 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1520_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1520_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102920
gz1="$(_compress_if_exists SRR5102920_1 || true)"
gz2="$(_compress_if_exists SRR5102920_2 || true)"
gzs="$(_compress_if_exists SRR5102920 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1521_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1521_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102921
gz1="$(_compress_if_exists SRR5102921_1 || true)"
gz2="$(_compress_if_exists SRR5102921_2 || true)"
gzs="$(_compress_if_exists SRR5102921 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1522_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1522_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102922
gz1="$(_compress_if_exists SRR5102922_1 || true)"
gz2="$(_compress_if_exists SRR5102922_2 || true)"
gzs="$(_compress_if_exists SRR5102922 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_152_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_152_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102923
gz1="$(_compress_if_exists SRR5102923_1 || true)"
gz2="$(_compress_if_exists SRR5102923_2 || true)"
gzs="$(_compress_if_exists SRR5102923 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_153_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_153_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102924
gz1="$(_compress_if_exists SRR5102924_1 || true)"
gz2="$(_compress_if_exists SRR5102924_2 || true)"
gzs="$(_compress_if_exists SRR5102924 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_154_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_154_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102925
gz1="$(_compress_if_exists SRR5102925_1 || true)"
gz2="$(_compress_if_exists SRR5102925_2 || true)"
gzs="$(_compress_if_exists SRR5102925 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_155_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_155_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102926
gz1="$(_compress_if_exists SRR5102926_1 || true)"
gz2="$(_compress_if_exists SRR5102926_2 || true)"
gzs="$(_compress_if_exists SRR5102926 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_156_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_156_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102927
gz1="$(_compress_if_exists SRR5102927_1 || true)"
gz2="$(_compress_if_exists SRR5102927_2 || true)"
gzs="$(_compress_if_exists SRR5102927 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_157_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_157_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102928
gz1="$(_compress_if_exists SRR5102928_1 || true)"
gz2="$(_compress_if_exists SRR5102928_2 || true)"
gzs="$(_compress_if_exists SRR5102928 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_158_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_158_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102929
gz1="$(_compress_if_exists SRR5102929_1 || true)"
gz2="$(_compress_if_exists SRR5102929_2 || true)"
gzs="$(_compress_if_exists SRR5102929 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_159_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_159_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102930
gz1="$(_compress_if_exists SRR5102930_1 || true)"
gz2="$(_compress_if_exists SRR5102930_2 || true)"
gzs="$(_compress_if_exists SRR5102930 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_15_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_15_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102931
gz1="$(_compress_if_exists SRR5102931_1 || true)"
gz2="$(_compress_if_exists SRR5102931_2 || true)"
gzs="$(_compress_if_exists SRR5102931 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_160_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_160_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102932
gz1="$(_compress_if_exists SRR5102932_1 || true)"
gz2="$(_compress_if_exists SRR5102932_2 || true)"
gzs="$(_compress_if_exists SRR5102932 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_161_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_161_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102933
gz1="$(_compress_if_exists SRR5102933_1 || true)"
gz2="$(_compress_if_exists SRR5102933_2 || true)"
gzs="$(_compress_if_exists SRR5102933 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_162_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_162_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102934
gz1="$(_compress_if_exists SRR5102934_1 || true)"
gz2="$(_compress_if_exists SRR5102934_2 || true)"
gzs="$(_compress_if_exists SRR5102934 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_163_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_163_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102935
gz1="$(_compress_if_exists SRR5102935_1 || true)"
gz2="$(_compress_if_exists SRR5102935_2 || true)"
gzs="$(_compress_if_exists SRR5102935 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_164_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_164_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102936
gz1="$(_compress_if_exists SRR5102936_1 || true)"
gz2="$(_compress_if_exists SRR5102936_2 || true)"
gzs="$(_compress_if_exists SRR5102936 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_165_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_165_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102937
gz1="$(_compress_if_exists SRR5102937_1 || true)"
gz2="$(_compress_if_exists SRR5102937_2 || true)"
gzs="$(_compress_if_exists SRR5102937 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_166_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_166_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102938
gz1="$(_compress_if_exists SRR5102938_1 || true)"
gz2="$(_compress_if_exists SRR5102938_2 || true)"
gzs="$(_compress_if_exists SRR5102938 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_167_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_167_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102939
gz1="$(_compress_if_exists SRR5102939_1 || true)"
gz2="$(_compress_if_exists SRR5102939_2 || true)"
gzs="$(_compress_if_exists SRR5102939 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_168_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_168_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102940
gz1="$(_compress_if_exists SRR5102940_1 || true)"
gz2="$(_compress_if_exists SRR5102940_2 || true)"
gzs="$(_compress_if_exists SRR5102940 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_169_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_169_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102941
gz1="$(_compress_if_exists SRR5102941_1 || true)"
gz2="$(_compress_if_exists SRR5102941_2 || true)"
gzs="$(_compress_if_exists SRR5102941 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_16_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_16_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102942
gz1="$(_compress_if_exists SRR5102942_1 || true)"
gz2="$(_compress_if_exists SRR5102942_2 || true)"
gzs="$(_compress_if_exists SRR5102942 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_170_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_170_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102943
gz1="$(_compress_if_exists SRR5102943_1 || true)"
gz2="$(_compress_if_exists SRR5102943_2 || true)"
gzs="$(_compress_if_exists SRR5102943 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_171_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_171_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102944
gz1="$(_compress_if_exists SRR5102944_1 || true)"
gz2="$(_compress_if_exists SRR5102944_2 || true)"
gzs="$(_compress_if_exists SRR5102944 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_172_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_172_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102945
gz1="$(_compress_if_exists SRR5102945_1 || true)"
gz2="$(_compress_if_exists SRR5102945_2 || true)"
gzs="$(_compress_if_exists SRR5102945 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_173_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_173_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102946
gz1="$(_compress_if_exists SRR5102946_1 || true)"
gz2="$(_compress_if_exists SRR5102946_2 || true)"
gzs="$(_compress_if_exists SRR5102946 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_174_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_174_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102947
gz1="$(_compress_if_exists SRR5102947_1 || true)"
gz2="$(_compress_if_exists SRR5102947_2 || true)"
gzs="$(_compress_if_exists SRR5102947 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_175_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_175_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102948
gz1="$(_compress_if_exists SRR5102948_1 || true)"
gz2="$(_compress_if_exists SRR5102948_2 || true)"
gzs="$(_compress_if_exists SRR5102948 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_176_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_176_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102949
gz1="$(_compress_if_exists SRR5102949_1 || true)"
gz2="$(_compress_if_exists SRR5102949_2 || true)"
gzs="$(_compress_if_exists SRR5102949 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_177_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_177_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102950
gz1="$(_compress_if_exists SRR5102950_1 || true)"
gz2="$(_compress_if_exists SRR5102950_2 || true)"
gzs="$(_compress_if_exists SRR5102950 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_178_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_178_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102951
gz1="$(_compress_if_exists SRR5102951_1 || true)"
gz2="$(_compress_if_exists SRR5102951_2 || true)"
gzs="$(_compress_if_exists SRR5102951 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_179_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_179_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102952
gz1="$(_compress_if_exists SRR5102952_1 || true)"
gz2="$(_compress_if_exists SRR5102952_2 || true)"
gzs="$(_compress_if_exists SRR5102952 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_17_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_17_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102953
gz1="$(_compress_if_exists SRR5102953_1 || true)"
gz2="$(_compress_if_exists SRR5102953_2 || true)"
gzs="$(_compress_if_exists SRR5102953 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_180_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_180_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102954
gz1="$(_compress_if_exists SRR5102954_1 || true)"
gz2="$(_compress_if_exists SRR5102954_2 || true)"
gzs="$(_compress_if_exists SRR5102954 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_181_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_181_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102955
gz1="$(_compress_if_exists SRR5102955_1 || true)"
gz2="$(_compress_if_exists SRR5102955_2 || true)"
gzs="$(_compress_if_exists SRR5102955 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_182_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_182_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102956
gz1="$(_compress_if_exists SRR5102956_1 || true)"
gz2="$(_compress_if_exists SRR5102956_2 || true)"
gzs="$(_compress_if_exists SRR5102956 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_183_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_183_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102957
gz1="$(_compress_if_exists SRR5102957_1 || true)"
gz2="$(_compress_if_exists SRR5102957_2 || true)"
gzs="$(_compress_if_exists SRR5102957 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_184_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_184_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102958
gz1="$(_compress_if_exists SRR5102958_1 || true)"
gz2="$(_compress_if_exists SRR5102958_2 || true)"
gzs="$(_compress_if_exists SRR5102958 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_185_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_185_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102959
gz1="$(_compress_if_exists SRR5102959_1 || true)"
gz2="$(_compress_if_exists SRR5102959_2 || true)"
gzs="$(_compress_if_exists SRR5102959 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_186_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_186_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102960
gz1="$(_compress_if_exists SRR5102960_1 || true)"
gz2="$(_compress_if_exists SRR5102960_2 || true)"
gzs="$(_compress_if_exists SRR5102960 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_187_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_187_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102961
gz1="$(_compress_if_exists SRR5102961_1 || true)"
gz2="$(_compress_if_exists SRR5102961_2 || true)"
gzs="$(_compress_if_exists SRR5102961 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_188_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_188_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102962
gz1="$(_compress_if_exists SRR5102962_1 || true)"
gz2="$(_compress_if_exists SRR5102962_2 || true)"
gzs="$(_compress_if_exists SRR5102962 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_189_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_189_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102963
gz1="$(_compress_if_exists SRR5102963_1 || true)"
gz2="$(_compress_if_exists SRR5102963_2 || true)"
gzs="$(_compress_if_exists SRR5102963 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_18_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_18_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102964
gz1="$(_compress_if_exists SRR5102964_1 || true)"
gz2="$(_compress_if_exists SRR5102964_2 || true)"
gzs="$(_compress_if_exists SRR5102964 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_190_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_190_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102965
gz1="$(_compress_if_exists SRR5102965_1 || true)"
gz2="$(_compress_if_exists SRR5102965_2 || true)"
gzs="$(_compress_if_exists SRR5102965 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_191_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_191_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102966
gz1="$(_compress_if_exists SRR5102966_1 || true)"
gz2="$(_compress_if_exists SRR5102966_2 || true)"
gzs="$(_compress_if_exists SRR5102966 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_192_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_192_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102967
gz1="$(_compress_if_exists SRR5102967_1 || true)"
gz2="$(_compress_if_exists SRR5102967_2 || true)"
gzs="$(_compress_if_exists SRR5102967 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_193_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_193_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102968
gz1="$(_compress_if_exists SRR5102968_1 || true)"
gz2="$(_compress_if_exists SRR5102968_2 || true)"
gzs="$(_compress_if_exists SRR5102968 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_194_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_194_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102969
gz1="$(_compress_if_exists SRR5102969_1 || true)"
gz2="$(_compress_if_exists SRR5102969_2 || true)"
gzs="$(_compress_if_exists SRR5102969 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_195_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_195_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102970
gz1="$(_compress_if_exists SRR5102970_1 || true)"
gz2="$(_compress_if_exists SRR5102970_2 || true)"
gzs="$(_compress_if_exists SRR5102970 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_196_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_196_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102971
gz1="$(_compress_if_exists SRR5102971_1 || true)"
gz2="$(_compress_if_exists SRR5102971_2 || true)"
gzs="$(_compress_if_exists SRR5102971 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_197_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_197_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102972
gz1="$(_compress_if_exists SRR5102972_1 || true)"
gz2="$(_compress_if_exists SRR5102972_2 || true)"
gzs="$(_compress_if_exists SRR5102972 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_198_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_198_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102973
gz1="$(_compress_if_exists SRR5102973_1 || true)"
gz2="$(_compress_if_exists SRR5102973_2 || true)"
gzs="$(_compress_if_exists SRR5102973 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_199_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_199_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102974
gz1="$(_compress_if_exists SRR5102974_1 || true)"
gz2="$(_compress_if_exists SRR5102974_2 || true)"
gzs="$(_compress_if_exists SRR5102974 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_19_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_19_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102975
gz1="$(_compress_if_exists SRR5102975_1 || true)"
gz2="$(_compress_if_exists SRR5102975_2 || true)"
gzs="$(_compress_if_exists SRR5102975 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_1_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_1_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102976
gz1="$(_compress_if_exists SRR5102976_1 || true)"
gz2="$(_compress_if_exists SRR5102976_2 || true)"
gzs="$(_compress_if_exists SRR5102976 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_200_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_200_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102977
gz1="$(_compress_if_exists SRR5102977_1 || true)"
gz2="$(_compress_if_exists SRR5102977_2 || true)"
gzs="$(_compress_if_exists SRR5102977 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_201_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_201_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102978
gz1="$(_compress_if_exists SRR5102978_1 || true)"
gz2="$(_compress_if_exists SRR5102978_2 || true)"
gzs="$(_compress_if_exists SRR5102978 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_202_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_202_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102979
gz1="$(_compress_if_exists SRR5102979_1 || true)"
gz2="$(_compress_if_exists SRR5102979_2 || true)"
gzs="$(_compress_if_exists SRR5102979 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_203_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_203_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102980
gz1="$(_compress_if_exists SRR5102980_1 || true)"
gz2="$(_compress_if_exists SRR5102980_2 || true)"
gzs="$(_compress_if_exists SRR5102980 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_204_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_204_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102981
gz1="$(_compress_if_exists SRR5102981_1 || true)"
gz2="$(_compress_if_exists SRR5102981_2 || true)"
gzs="$(_compress_if_exists SRR5102981 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_205_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_205_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102982
gz1="$(_compress_if_exists SRR5102982_1 || true)"
gz2="$(_compress_if_exists SRR5102982_2 || true)"
gzs="$(_compress_if_exists SRR5102982 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_206_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_206_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102983
gz1="$(_compress_if_exists SRR5102983_1 || true)"
gz2="$(_compress_if_exists SRR5102983_2 || true)"
gzs="$(_compress_if_exists SRR5102983 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_207_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_207_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102984
gz1="$(_compress_if_exists SRR5102984_1 || true)"
gz2="$(_compress_if_exists SRR5102984_2 || true)"
gzs="$(_compress_if_exists SRR5102984 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_208_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_208_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102985
gz1="$(_compress_if_exists SRR5102985_1 || true)"
gz2="$(_compress_if_exists SRR5102985_2 || true)"
gzs="$(_compress_if_exists SRR5102985 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_209_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_209_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102986
gz1="$(_compress_if_exists SRR5102986_1 || true)"
gz2="$(_compress_if_exists SRR5102986_2 || true)"
gzs="$(_compress_if_exists SRR5102986 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_20_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_20_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102987
gz1="$(_compress_if_exists SRR5102987_1 || true)"
gz2="$(_compress_if_exists SRR5102987_2 || true)"
gzs="$(_compress_if_exists SRR5102987 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_210_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_210_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102988
gz1="$(_compress_if_exists SRR5102988_1 || true)"
gz2="$(_compress_if_exists SRR5102988_2 || true)"
gzs="$(_compress_if_exists SRR5102988 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_211_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_211_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102989
gz1="$(_compress_if_exists SRR5102989_1 || true)"
gz2="$(_compress_if_exists SRR5102989_2 || true)"
gzs="$(_compress_if_exists SRR5102989 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_212_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_212_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102990
gz1="$(_compress_if_exists SRR5102990_1 || true)"
gz2="$(_compress_if_exists SRR5102990_2 || true)"
gzs="$(_compress_if_exists SRR5102990 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_213_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_213_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102991
gz1="$(_compress_if_exists SRR5102991_1 || true)"
gz2="$(_compress_if_exists SRR5102991_2 || true)"
gzs="$(_compress_if_exists SRR5102991 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_214_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_214_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102992
gz1="$(_compress_if_exists SRR5102992_1 || true)"
gz2="$(_compress_if_exists SRR5102992_2 || true)"
gzs="$(_compress_if_exists SRR5102992 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_215_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_215_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102993
gz1="$(_compress_if_exists SRR5102993_1 || true)"
gz2="$(_compress_if_exists SRR5102993_2 || true)"
gzs="$(_compress_if_exists SRR5102993 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_216_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_216_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102994
gz1="$(_compress_if_exists SRR5102994_1 || true)"
gz2="$(_compress_if_exists SRR5102994_2 || true)"
gzs="$(_compress_if_exists SRR5102994 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_217_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_217_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102995
gz1="$(_compress_if_exists SRR5102995_1 || true)"
gz2="$(_compress_if_exists SRR5102995_2 || true)"
gzs="$(_compress_if_exists SRR5102995 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_218_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_218_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102996
gz1="$(_compress_if_exists SRR5102996_1 || true)"
gz2="$(_compress_if_exists SRR5102996_2 || true)"
gzs="$(_compress_if_exists SRR5102996 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_219_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_219_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102997
gz1="$(_compress_if_exists SRR5102997_1 || true)"
gz2="$(_compress_if_exists SRR5102997_2 || true)"
gzs="$(_compress_if_exists SRR5102997 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_21_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_21_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102998
gz1="$(_compress_if_exists SRR5102998_1 || true)"
gz2="$(_compress_if_exists SRR5102998_2 || true)"
gzs="$(_compress_if_exists SRR5102998 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_220_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_220_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5102999
gz1="$(_compress_if_exists SRR5102999_1 || true)"
gz2="$(_compress_if_exists SRR5102999_2 || true)"
gzs="$(_compress_if_exists SRR5102999 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_221_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_221_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103000
gz1="$(_compress_if_exists SRR5103000_1 || true)"
gz2="$(_compress_if_exists SRR5103000_2 || true)"
gzs="$(_compress_if_exists SRR5103000 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_222_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_222_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103001
gz1="$(_compress_if_exists SRR5103001_1 || true)"
gz2="$(_compress_if_exists SRR5103001_2 || true)"
gzs="$(_compress_if_exists SRR5103001 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_223_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_223_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103002
gz1="$(_compress_if_exists SRR5103002_1 || true)"
gz2="$(_compress_if_exists SRR5103002_2 || true)"
gzs="$(_compress_if_exists SRR5103002 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_224_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_224_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103003
gz1="$(_compress_if_exists SRR5103003_1 || true)"
gz2="$(_compress_if_exists SRR5103003_2 || true)"
gzs="$(_compress_if_exists SRR5103003 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_225_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_225_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103004
gz1="$(_compress_if_exists SRR5103004_1 || true)"
gz2="$(_compress_if_exists SRR5103004_2 || true)"
gzs="$(_compress_if_exists SRR5103004 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_226_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_226_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103005
gz1="$(_compress_if_exists SRR5103005_1 || true)"
gz2="$(_compress_if_exists SRR5103005_2 || true)"
gzs="$(_compress_if_exists SRR5103005 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_227_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_227_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103006
gz1="$(_compress_if_exists SRR5103006_1 || true)"
gz2="$(_compress_if_exists SRR5103006_2 || true)"
gzs="$(_compress_if_exists SRR5103006 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_228_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_228_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103007
gz1="$(_compress_if_exists SRR5103007_1 || true)"
gz2="$(_compress_if_exists SRR5103007_2 || true)"
gzs="$(_compress_if_exists SRR5103007 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_229_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_229_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103008
gz1="$(_compress_if_exists SRR5103008_1 || true)"
gz2="$(_compress_if_exists SRR5103008_2 || true)"
gzs="$(_compress_if_exists SRR5103008 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_22_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_22_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103009
gz1="$(_compress_if_exists SRR5103009_1 || true)"
gz2="$(_compress_if_exists SRR5103009_2 || true)"
gzs="$(_compress_if_exists SRR5103009 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_230_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_230_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103010
gz1="$(_compress_if_exists SRR5103010_1 || true)"
gz2="$(_compress_if_exists SRR5103010_2 || true)"
gzs="$(_compress_if_exists SRR5103010 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_231_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_231_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103011
gz1="$(_compress_if_exists SRR5103011_1 || true)"
gz2="$(_compress_if_exists SRR5103011_2 || true)"
gzs="$(_compress_if_exists SRR5103011 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_232_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_232_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103012
gz1="$(_compress_if_exists SRR5103012_1 || true)"
gz2="$(_compress_if_exists SRR5103012_2 || true)"
gzs="$(_compress_if_exists SRR5103012 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_233_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_233_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103013
gz1="$(_compress_if_exists SRR5103013_1 || true)"
gz2="$(_compress_if_exists SRR5103013_2 || true)"
gzs="$(_compress_if_exists SRR5103013 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_234_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_234_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103014
gz1="$(_compress_if_exists SRR5103014_1 || true)"
gz2="$(_compress_if_exists SRR5103014_2 || true)"
gzs="$(_compress_if_exists SRR5103014 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_235_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_235_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103015
gz1="$(_compress_if_exists SRR5103015_1 || true)"
gz2="$(_compress_if_exists SRR5103015_2 || true)"
gzs="$(_compress_if_exists SRR5103015 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_236_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_236_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103016
gz1="$(_compress_if_exists SRR5103016_1 || true)"
gz2="$(_compress_if_exists SRR5103016_2 || true)"
gzs="$(_compress_if_exists SRR5103016 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_237_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_237_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103017
gz1="$(_compress_if_exists SRR5103017_1 || true)"
gz2="$(_compress_if_exists SRR5103017_2 || true)"
gzs="$(_compress_if_exists SRR5103017 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_238_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_238_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103018
gz1="$(_compress_if_exists SRR5103018_1 || true)"
gz2="$(_compress_if_exists SRR5103018_2 || true)"
gzs="$(_compress_if_exists SRR5103018 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_239_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_239_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103019
gz1="$(_compress_if_exists SRR5103019_1 || true)"
gz2="$(_compress_if_exists SRR5103019_2 || true)"
gzs="$(_compress_if_exists SRR5103019 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_23_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_23_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103020
gz1="$(_compress_if_exists SRR5103020_1 || true)"
gz2="$(_compress_if_exists SRR5103020_2 || true)"
gzs="$(_compress_if_exists SRR5103020 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_240_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_240_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103021
gz1="$(_compress_if_exists SRR5103021_1 || true)"
gz2="$(_compress_if_exists SRR5103021_2 || true)"
gzs="$(_compress_if_exists SRR5103021 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_241_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_241_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103022
gz1="$(_compress_if_exists SRR5103022_1 || true)"
gz2="$(_compress_if_exists SRR5103022_2 || true)"
gzs="$(_compress_if_exists SRR5103022 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_242_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_242_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103023
gz1="$(_compress_if_exists SRR5103023_1 || true)"
gz2="$(_compress_if_exists SRR5103023_2 || true)"
gzs="$(_compress_if_exists SRR5103023 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_243_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_243_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103024
gz1="$(_compress_if_exists SRR5103024_1 || true)"
gz2="$(_compress_if_exists SRR5103024_2 || true)"
gzs="$(_compress_if_exists SRR5103024 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_244_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_244_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103025
gz1="$(_compress_if_exists SRR5103025_1 || true)"
gz2="$(_compress_if_exists SRR5103025_2 || true)"
gzs="$(_compress_if_exists SRR5103025 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_245_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_245_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103026
gz1="$(_compress_if_exists SRR5103026_1 || true)"
gz2="$(_compress_if_exists SRR5103026_2 || true)"
gzs="$(_compress_if_exists SRR5103026 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_246_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_246_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103027
gz1="$(_compress_if_exists SRR5103027_1 || true)"
gz2="$(_compress_if_exists SRR5103027_2 || true)"
gzs="$(_compress_if_exists SRR5103027 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_247_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_247_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103028
gz1="$(_compress_if_exists SRR5103028_1 || true)"
gz2="$(_compress_if_exists SRR5103028_2 || true)"
gzs="$(_compress_if_exists SRR5103028 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_248_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_248_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103029
gz1="$(_compress_if_exists SRR5103029_1 || true)"
gz2="$(_compress_if_exists SRR5103029_2 || true)"
gzs="$(_compress_if_exists SRR5103029 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_249_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_249_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103030
gz1="$(_compress_if_exists SRR5103030_1 || true)"
gz2="$(_compress_if_exists SRR5103030_2 || true)"
gzs="$(_compress_if_exists SRR5103030 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_24_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_24_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103031
gz1="$(_compress_if_exists SRR5103031_1 || true)"
gz2="$(_compress_if_exists SRR5103031_2 || true)"
gzs="$(_compress_if_exists SRR5103031 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_250_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_250_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103032
gz1="$(_compress_if_exists SRR5103032_1 || true)"
gz2="$(_compress_if_exists SRR5103032_2 || true)"
gzs="$(_compress_if_exists SRR5103032 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_251_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_251_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103033
gz1="$(_compress_if_exists SRR5103033_1 || true)"
gz2="$(_compress_if_exists SRR5103033_2 || true)"
gzs="$(_compress_if_exists SRR5103033 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_252_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_252_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103034
gz1="$(_compress_if_exists SRR5103034_1 || true)"
gz2="$(_compress_if_exists SRR5103034_2 || true)"
gzs="$(_compress_if_exists SRR5103034 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_253_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_253_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103035
gz1="$(_compress_if_exists SRR5103035_1 || true)"
gz2="$(_compress_if_exists SRR5103035_2 || true)"
gzs="$(_compress_if_exists SRR5103035 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_254_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_254_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103036
gz1="$(_compress_if_exists SRR5103036_1 || true)"
gz2="$(_compress_if_exists SRR5103036_2 || true)"
gzs="$(_compress_if_exists SRR5103036 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_255_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_255_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103037
gz1="$(_compress_if_exists SRR5103037_1 || true)"
gz2="$(_compress_if_exists SRR5103037_2 || true)"
gzs="$(_compress_if_exists SRR5103037 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_256_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_256_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103038
gz1="$(_compress_if_exists SRR5103038_1 || true)"
gz2="$(_compress_if_exists SRR5103038_2 || true)"
gzs="$(_compress_if_exists SRR5103038 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_257_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_257_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103039
gz1="$(_compress_if_exists SRR5103039_1 || true)"
gz2="$(_compress_if_exists SRR5103039_2 || true)"
gzs="$(_compress_if_exists SRR5103039 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_258_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_258_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103040
gz1="$(_compress_if_exists SRR5103040_1 || true)"
gz2="$(_compress_if_exists SRR5103040_2 || true)"
gzs="$(_compress_if_exists SRR5103040 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_259_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_259_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103041
gz1="$(_compress_if_exists SRR5103041_1 || true)"
gz2="$(_compress_if_exists SRR5103041_2 || true)"
gzs="$(_compress_if_exists SRR5103041 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_25_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_25_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103042
gz1="$(_compress_if_exists SRR5103042_1 || true)"
gz2="$(_compress_if_exists SRR5103042_2 || true)"
gzs="$(_compress_if_exists SRR5103042 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_260_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_260_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103043
gz1="$(_compress_if_exists SRR5103043_1 || true)"
gz2="$(_compress_if_exists SRR5103043_2 || true)"
gzs="$(_compress_if_exists SRR5103043 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_261_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_261_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103044
gz1="$(_compress_if_exists SRR5103044_1 || true)"
gz2="$(_compress_if_exists SRR5103044_2 || true)"
gzs="$(_compress_if_exists SRR5103044 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_262_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_262_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103045
gz1="$(_compress_if_exists SRR5103045_1 || true)"
gz2="$(_compress_if_exists SRR5103045_2 || true)"
gzs="$(_compress_if_exists SRR5103045 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_263_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_263_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103046
gz1="$(_compress_if_exists SRR5103046_1 || true)"
gz2="$(_compress_if_exists SRR5103046_2 || true)"
gzs="$(_compress_if_exists SRR5103046 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_264_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_264_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103047
gz1="$(_compress_if_exists SRR5103047_1 || true)"
gz2="$(_compress_if_exists SRR5103047_2 || true)"
gzs="$(_compress_if_exists SRR5103047 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_265_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_265_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103048
gz1="$(_compress_if_exists SRR5103048_1 || true)"
gz2="$(_compress_if_exists SRR5103048_2 || true)"
gzs="$(_compress_if_exists SRR5103048 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_266_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_266_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103049
gz1="$(_compress_if_exists SRR5103049_1 || true)"
gz2="$(_compress_if_exists SRR5103049_2 || true)"
gzs="$(_compress_if_exists SRR5103049 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_267_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_267_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103050
gz1="$(_compress_if_exists SRR5103050_1 || true)"
gz2="$(_compress_if_exists SRR5103050_2 || true)"
gzs="$(_compress_if_exists SRR5103050 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_268_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_268_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103051
gz1="$(_compress_if_exists SRR5103051_1 || true)"
gz2="$(_compress_if_exists SRR5103051_2 || true)"
gzs="$(_compress_if_exists SRR5103051 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_269_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_269_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103052
gz1="$(_compress_if_exists SRR5103052_1 || true)"
gz2="$(_compress_if_exists SRR5103052_2 || true)"
gzs="$(_compress_if_exists SRR5103052 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_26_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_26_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103053
gz1="$(_compress_if_exists SRR5103053_1 || true)"
gz2="$(_compress_if_exists SRR5103053_2 || true)"
gzs="$(_compress_if_exists SRR5103053 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_270_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_270_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103054
gz1="$(_compress_if_exists SRR5103054_1 || true)"
gz2="$(_compress_if_exists SRR5103054_2 || true)"
gzs="$(_compress_if_exists SRR5103054 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_271_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_271_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103055
gz1="$(_compress_if_exists SRR5103055_1 || true)"
gz2="$(_compress_if_exists SRR5103055_2 || true)"
gzs="$(_compress_if_exists SRR5103055 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_272_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_272_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103056
gz1="$(_compress_if_exists SRR5103056_1 || true)"
gz2="$(_compress_if_exists SRR5103056_2 || true)"
gzs="$(_compress_if_exists SRR5103056 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_273_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_273_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103057
gz1="$(_compress_if_exists SRR5103057_1 || true)"
gz2="$(_compress_if_exists SRR5103057_2 || true)"
gzs="$(_compress_if_exists SRR5103057 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_274_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_274_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103058
gz1="$(_compress_if_exists SRR5103058_1 || true)"
gz2="$(_compress_if_exists SRR5103058_2 || true)"
gzs="$(_compress_if_exists SRR5103058 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_275_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_275_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103059
gz1="$(_compress_if_exists SRR5103059_1 || true)"
gz2="$(_compress_if_exists SRR5103059_2 || true)"
gzs="$(_compress_if_exists SRR5103059 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_276_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_276_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103060
gz1="$(_compress_if_exists SRR5103060_1 || true)"
gz2="$(_compress_if_exists SRR5103060_2 || true)"
gzs="$(_compress_if_exists SRR5103060 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_277_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_277_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103061
gz1="$(_compress_if_exists SRR5103061_1 || true)"
gz2="$(_compress_if_exists SRR5103061_2 || true)"
gzs="$(_compress_if_exists SRR5103061 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_278_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_278_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103062
gz1="$(_compress_if_exists SRR5103062_1 || true)"
gz2="$(_compress_if_exists SRR5103062_2 || true)"
gzs="$(_compress_if_exists SRR5103062 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_279_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_279_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103063
gz1="$(_compress_if_exists SRR5103063_1 || true)"
gz2="$(_compress_if_exists SRR5103063_2 || true)"
gzs="$(_compress_if_exists SRR5103063 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_27_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_27_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103064
gz1="$(_compress_if_exists SRR5103064_1 || true)"
gz2="$(_compress_if_exists SRR5103064_2 || true)"
gzs="$(_compress_if_exists SRR5103064 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_280_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_280_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103065
gz1="$(_compress_if_exists SRR5103065_1 || true)"
gz2="$(_compress_if_exists SRR5103065_2 || true)"
gzs="$(_compress_if_exists SRR5103065 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_281_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_281_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103066
gz1="$(_compress_if_exists SRR5103066_1 || true)"
gz2="$(_compress_if_exists SRR5103066_2 || true)"
gzs="$(_compress_if_exists SRR5103066 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_282_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_282_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103067
gz1="$(_compress_if_exists SRR5103067_1 || true)"
gz2="$(_compress_if_exists SRR5103067_2 || true)"
gzs="$(_compress_if_exists SRR5103067 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_283_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_283_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103068
gz1="$(_compress_if_exists SRR5103068_1 || true)"
gz2="$(_compress_if_exists SRR5103068_2 || true)"
gzs="$(_compress_if_exists SRR5103068 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_284_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_284_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103069
gz1="$(_compress_if_exists SRR5103069_1 || true)"
gz2="$(_compress_if_exists SRR5103069_2 || true)"
gzs="$(_compress_if_exists SRR5103069 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_285_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_285_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103070
gz1="$(_compress_if_exists SRR5103070_1 || true)"
gz2="$(_compress_if_exists SRR5103070_2 || true)"
gzs="$(_compress_if_exists SRR5103070 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_286_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_286_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103071
gz1="$(_compress_if_exists SRR5103071_1 || true)"
gz2="$(_compress_if_exists SRR5103071_2 || true)"
gzs="$(_compress_if_exists SRR5103071 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_287_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_287_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103072
gz1="$(_compress_if_exists SRR5103072_1 || true)"
gz2="$(_compress_if_exists SRR5103072_2 || true)"
gzs="$(_compress_if_exists SRR5103072 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_288_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_288_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103073
gz1="$(_compress_if_exists SRR5103073_1 || true)"
gz2="$(_compress_if_exists SRR5103073_2 || true)"
gzs="$(_compress_if_exists SRR5103073 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_289_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_289_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103074
gz1="$(_compress_if_exists SRR5103074_1 || true)"
gz2="$(_compress_if_exists SRR5103074_2 || true)"
gzs="$(_compress_if_exists SRR5103074 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_28_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_28_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103075
gz1="$(_compress_if_exists SRR5103075_1 || true)"
gz2="$(_compress_if_exists SRR5103075_2 || true)"
gzs="$(_compress_if_exists SRR5103075 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_290_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_290_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103076
gz1="$(_compress_if_exists SRR5103076_1 || true)"
gz2="$(_compress_if_exists SRR5103076_2 || true)"
gzs="$(_compress_if_exists SRR5103076 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_291_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_291_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103077
gz1="$(_compress_if_exists SRR5103077_1 || true)"
gz2="$(_compress_if_exists SRR5103077_2 || true)"
gzs="$(_compress_if_exists SRR5103077 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_292_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_292_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103078
gz1="$(_compress_if_exists SRR5103078_1 || true)"
gz2="$(_compress_if_exists SRR5103078_2 || true)"
gzs="$(_compress_if_exists SRR5103078 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_293_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_293_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103079
gz1="$(_compress_if_exists SRR5103079_1 || true)"
gz2="$(_compress_if_exists SRR5103079_2 || true)"
gzs="$(_compress_if_exists SRR5103079 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_294_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_294_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103080
gz1="$(_compress_if_exists SRR5103080_1 || true)"
gz2="$(_compress_if_exists SRR5103080_2 || true)"
gzs="$(_compress_if_exists SRR5103080 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_295_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_295_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103081
gz1="$(_compress_if_exists SRR5103081_1 || true)"
gz2="$(_compress_if_exists SRR5103081_2 || true)"
gzs="$(_compress_if_exists SRR5103081 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_296_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_296_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103082
gz1="$(_compress_if_exists SRR5103082_1 || true)"
gz2="$(_compress_if_exists SRR5103082_2 || true)"
gzs="$(_compress_if_exists SRR5103082 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_297_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_297_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103083
gz1="$(_compress_if_exists SRR5103083_1 || true)"
gz2="$(_compress_if_exists SRR5103083_2 || true)"
gzs="$(_compress_if_exists SRR5103083 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_298_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_298_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103084
gz1="$(_compress_if_exists SRR5103084_1 || true)"
gz2="$(_compress_if_exists SRR5103084_2 || true)"
gzs="$(_compress_if_exists SRR5103084 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_299_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_299_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103085
gz1="$(_compress_if_exists SRR5103085_1 || true)"
gz2="$(_compress_if_exists SRR5103085_2 || true)"
gzs="$(_compress_if_exists SRR5103085 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_29_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_29_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103086
gz1="$(_compress_if_exists SRR5103086_1 || true)"
gz2="$(_compress_if_exists SRR5103086_2 || true)"
gzs="$(_compress_if_exists SRR5103086 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_2_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_2_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103087
gz1="$(_compress_if_exists SRR5103087_1 || true)"
gz2="$(_compress_if_exists SRR5103087_2 || true)"
gzs="$(_compress_if_exists SRR5103087 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_300_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_300_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103088
gz1="$(_compress_if_exists SRR5103088_1 || true)"
gz2="$(_compress_if_exists SRR5103088_2 || true)"
gzs="$(_compress_if_exists SRR5103088 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_301_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_301_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103089
gz1="$(_compress_if_exists SRR5103089_1 || true)"
gz2="$(_compress_if_exists SRR5103089_2 || true)"
gzs="$(_compress_if_exists SRR5103089 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_302_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_302_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103090
gz1="$(_compress_if_exists SRR5103090_1 || true)"
gz2="$(_compress_if_exists SRR5103090_2 || true)"
gzs="$(_compress_if_exists SRR5103090 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_303_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_303_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103091
gz1="$(_compress_if_exists SRR5103091_1 || true)"
gz2="$(_compress_if_exists SRR5103091_2 || true)"
gzs="$(_compress_if_exists SRR5103091 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_304_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_304_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103092
gz1="$(_compress_if_exists SRR5103092_1 || true)"
gz2="$(_compress_if_exists SRR5103092_2 || true)"
gzs="$(_compress_if_exists SRR5103092 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_305_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_305_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103093
gz1="$(_compress_if_exists SRR5103093_1 || true)"
gz2="$(_compress_if_exists SRR5103093_2 || true)"
gzs="$(_compress_if_exists SRR5103093 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_306_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_306_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103094
gz1="$(_compress_if_exists SRR5103094_1 || true)"
gz2="$(_compress_if_exists SRR5103094_2 || true)"
gzs="$(_compress_if_exists SRR5103094 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_307_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_307_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103095
gz1="$(_compress_if_exists SRR5103095_1 || true)"
gz2="$(_compress_if_exists SRR5103095_2 || true)"
gzs="$(_compress_if_exists SRR5103095 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_308_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_308_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103096
gz1="$(_compress_if_exists SRR5103096_1 || true)"
gz2="$(_compress_if_exists SRR5103096_2 || true)"
gzs="$(_compress_if_exists SRR5103096 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_309_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_309_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103097
gz1="$(_compress_if_exists SRR5103097_1 || true)"
gz2="$(_compress_if_exists SRR5103097_2 || true)"
gzs="$(_compress_if_exists SRR5103097 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_30_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_30_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103098
gz1="$(_compress_if_exists SRR5103098_1 || true)"
gz2="$(_compress_if_exists SRR5103098_2 || true)"
gzs="$(_compress_if_exists SRR5103098 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_310_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_310_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103099
gz1="$(_compress_if_exists SRR5103099_1 || true)"
gz2="$(_compress_if_exists SRR5103099_2 || true)"
gzs="$(_compress_if_exists SRR5103099 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_311_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_311_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103100
gz1="$(_compress_if_exists SRR5103100_1 || true)"
gz2="$(_compress_if_exists SRR5103100_2 || true)"
gzs="$(_compress_if_exists SRR5103100 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_312_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_312_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103101
gz1="$(_compress_if_exists SRR5103101_1 || true)"
gz2="$(_compress_if_exists SRR5103101_2 || true)"
gzs="$(_compress_if_exists SRR5103101 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_313_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_313_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103102
gz1="$(_compress_if_exists SRR5103102_1 || true)"
gz2="$(_compress_if_exists SRR5103102_2 || true)"
gzs="$(_compress_if_exists SRR5103102 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_314_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_314_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103103
gz1="$(_compress_if_exists SRR5103103_1 || true)"
gz2="$(_compress_if_exists SRR5103103_2 || true)"
gzs="$(_compress_if_exists SRR5103103 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_315_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_315_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103104
gz1="$(_compress_if_exists SRR5103104_1 || true)"
gz2="$(_compress_if_exists SRR5103104_2 || true)"
gzs="$(_compress_if_exists SRR5103104 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_316_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_316_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103105
gz1="$(_compress_if_exists SRR5103105_1 || true)"
gz2="$(_compress_if_exists SRR5103105_2 || true)"
gzs="$(_compress_if_exists SRR5103105 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_317_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_317_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103106
gz1="$(_compress_if_exists SRR5103106_1 || true)"
gz2="$(_compress_if_exists SRR5103106_2 || true)"
gzs="$(_compress_if_exists SRR5103106 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_318_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_318_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103107
gz1="$(_compress_if_exists SRR5103107_1 || true)"
gz2="$(_compress_if_exists SRR5103107_2 || true)"
gzs="$(_compress_if_exists SRR5103107 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_319_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_319_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103108
gz1="$(_compress_if_exists SRR5103108_1 || true)"
gz2="$(_compress_if_exists SRR5103108_2 || true)"
gzs="$(_compress_if_exists SRR5103108 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_31_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_31_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103109
gz1="$(_compress_if_exists SRR5103109_1 || true)"
gz2="$(_compress_if_exists SRR5103109_2 || true)"
gzs="$(_compress_if_exists SRR5103109 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_320_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_320_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103110
gz1="$(_compress_if_exists SRR5103110_1 || true)"
gz2="$(_compress_if_exists SRR5103110_2 || true)"
gzs="$(_compress_if_exists SRR5103110 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_321_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_321_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103111
gz1="$(_compress_if_exists SRR5103111_1 || true)"
gz2="$(_compress_if_exists SRR5103111_2 || true)"
gzs="$(_compress_if_exists SRR5103111 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_322_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_322_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103112
gz1="$(_compress_if_exists SRR5103112_1 || true)"
gz2="$(_compress_if_exists SRR5103112_2 || true)"
gzs="$(_compress_if_exists SRR5103112 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_323_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_323_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103113
gz1="$(_compress_if_exists SRR5103113_1 || true)"
gz2="$(_compress_if_exists SRR5103113_2 || true)"
gzs="$(_compress_if_exists SRR5103113 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_324_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_324_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103114
gz1="$(_compress_if_exists SRR5103114_1 || true)"
gz2="$(_compress_if_exists SRR5103114_2 || true)"
gzs="$(_compress_if_exists SRR5103114 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_325_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_325_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103115
gz1="$(_compress_if_exists SRR5103115_1 || true)"
gz2="$(_compress_if_exists SRR5103115_2 || true)"
gzs="$(_compress_if_exists SRR5103115 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_326_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_326_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103116
gz1="$(_compress_if_exists SRR5103116_1 || true)"
gz2="$(_compress_if_exists SRR5103116_2 || true)"
gzs="$(_compress_if_exists SRR5103116 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_327_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_327_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103117
gz1="$(_compress_if_exists SRR5103117_1 || true)"
gz2="$(_compress_if_exists SRR5103117_2 || true)"
gzs="$(_compress_if_exists SRR5103117 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_328_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_328_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103118
gz1="$(_compress_if_exists SRR5103118_1 || true)"
gz2="$(_compress_if_exists SRR5103118_2 || true)"
gzs="$(_compress_if_exists SRR5103118 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_329_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_329_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103119
gz1="$(_compress_if_exists SRR5103119_1 || true)"
gz2="$(_compress_if_exists SRR5103119_2 || true)"
gzs="$(_compress_if_exists SRR5103119 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_32_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_32_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103120
gz1="$(_compress_if_exists SRR5103120_1 || true)"
gz2="$(_compress_if_exists SRR5103120_2 || true)"
gzs="$(_compress_if_exists SRR5103120 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_330_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_330_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103121
gz1="$(_compress_if_exists SRR5103121_1 || true)"
gz2="$(_compress_if_exists SRR5103121_2 || true)"
gzs="$(_compress_if_exists SRR5103121 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_331_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_331_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103122
gz1="$(_compress_if_exists SRR5103122_1 || true)"
gz2="$(_compress_if_exists SRR5103122_2 || true)"
gzs="$(_compress_if_exists SRR5103122 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_332_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_332_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103123
gz1="$(_compress_if_exists SRR5103123_1 || true)"
gz2="$(_compress_if_exists SRR5103123_2 || true)"
gzs="$(_compress_if_exists SRR5103123 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_333_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_333_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103124
gz1="$(_compress_if_exists SRR5103124_1 || true)"
gz2="$(_compress_if_exists SRR5103124_2 || true)"
gzs="$(_compress_if_exists SRR5103124 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_334_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_334_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103125
gz1="$(_compress_if_exists SRR5103125_1 || true)"
gz2="$(_compress_if_exists SRR5103125_2 || true)"
gzs="$(_compress_if_exists SRR5103125 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_335_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_335_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103126
gz1="$(_compress_if_exists SRR5103126_1 || true)"
gz2="$(_compress_if_exists SRR5103126_2 || true)"
gzs="$(_compress_if_exists SRR5103126 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_336_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_336_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103127
gz1="$(_compress_if_exists SRR5103127_1 || true)"
gz2="$(_compress_if_exists SRR5103127_2 || true)"
gzs="$(_compress_if_exists SRR5103127 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_337_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_337_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103128
gz1="$(_compress_if_exists SRR5103128_1 || true)"
gz2="$(_compress_if_exists SRR5103128_2 || true)"
gzs="$(_compress_if_exists SRR5103128 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_338_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_338_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103129
gz1="$(_compress_if_exists SRR5103129_1 || true)"
gz2="$(_compress_if_exists SRR5103129_2 || true)"
gzs="$(_compress_if_exists SRR5103129 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_339_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_339_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103130
gz1="$(_compress_if_exists SRR5103130_1 || true)"
gz2="$(_compress_if_exists SRR5103130_2 || true)"
gzs="$(_compress_if_exists SRR5103130 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_33_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_33_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103131
gz1="$(_compress_if_exists SRR5103131_1 || true)"
gz2="$(_compress_if_exists SRR5103131_2 || true)"
gzs="$(_compress_if_exists SRR5103131 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_340_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_340_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103132
gz1="$(_compress_if_exists SRR5103132_1 || true)"
gz2="$(_compress_if_exists SRR5103132_2 || true)"
gzs="$(_compress_if_exists SRR5103132 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_341_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_341_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103133
gz1="$(_compress_if_exists SRR5103133_1 || true)"
gz2="$(_compress_if_exists SRR5103133_2 || true)"
gzs="$(_compress_if_exists SRR5103133 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_342_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_342_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103134
gz1="$(_compress_if_exists SRR5103134_1 || true)"
gz2="$(_compress_if_exists SRR5103134_2 || true)"
gzs="$(_compress_if_exists SRR5103134 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_343_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_343_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103135
gz1="$(_compress_if_exists SRR5103135_1 || true)"
gz2="$(_compress_if_exists SRR5103135_2 || true)"
gzs="$(_compress_if_exists SRR5103135 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_344_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_344_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103136
gz1="$(_compress_if_exists SRR5103136_1 || true)"
gz2="$(_compress_if_exists SRR5103136_2 || true)"
gzs="$(_compress_if_exists SRR5103136 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_345_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_345_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103137
gz1="$(_compress_if_exists SRR5103137_1 || true)"
gz2="$(_compress_if_exists SRR5103137_2 || true)"
gzs="$(_compress_if_exists SRR5103137 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_346_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_346_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103138
gz1="$(_compress_if_exists SRR5103138_1 || true)"
gz2="$(_compress_if_exists SRR5103138_2 || true)"
gzs="$(_compress_if_exists SRR5103138 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_347_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_347_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103139
gz1="$(_compress_if_exists SRR5103139_1 || true)"
gz2="$(_compress_if_exists SRR5103139_2 || true)"
gzs="$(_compress_if_exists SRR5103139 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_348_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_348_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103140
gz1="$(_compress_if_exists SRR5103140_1 || true)"
gz2="$(_compress_if_exists SRR5103140_2 || true)"
gzs="$(_compress_if_exists SRR5103140 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_349_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_349_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103141
gz1="$(_compress_if_exists SRR5103141_1 || true)"
gz2="$(_compress_if_exists SRR5103141_2 || true)"
gzs="$(_compress_if_exists SRR5103141 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_34_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_34_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103142
gz1="$(_compress_if_exists SRR5103142_1 || true)"
gz2="$(_compress_if_exists SRR5103142_2 || true)"
gzs="$(_compress_if_exists SRR5103142 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_350_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_350_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103143
gz1="$(_compress_if_exists SRR5103143_1 || true)"
gz2="$(_compress_if_exists SRR5103143_2 || true)"
gzs="$(_compress_if_exists SRR5103143 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_351_WT.unmapped.2.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_351_WT.unmapped.1.fastq.gz
fi

fasterq-dump --split-files SRR5103144
gz1="$(_compress_if_exists SRR5103144_1 || true)"
gz2="$(_compress_if_exists SRR5103144_2 || true)"
gzs="$(_compress_if_exists SRR5103144 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_352_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_352_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103145
gz1="$(_compress_if_exists SRR5103145_1 || true)"
gz2="$(_compress_if_exists SRR5103145_2 || true)"
gzs="$(_compress_if_exists SRR5103145 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_353_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_353_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103146
gz1="$(_compress_if_exists SRR5103146_1 || true)"
gz2="$(_compress_if_exists SRR5103146_2 || true)"
gzs="$(_compress_if_exists SRR5103146 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_354_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_354_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103147
gz1="$(_compress_if_exists SRR5103147_1 || true)"
gz2="$(_compress_if_exists SRR5103147_2 || true)"
gzs="$(_compress_if_exists SRR5103147 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_355_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_355_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103148
gz1="$(_compress_if_exists SRR5103148_1 || true)"
gz2="$(_compress_if_exists SRR5103148_2 || true)"
gzs="$(_compress_if_exists SRR5103148 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_356_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_356_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103149
gz1="$(_compress_if_exists SRR5103149_1 || true)"
gz2="$(_compress_if_exists SRR5103149_2 || true)"
gzs="$(_compress_if_exists SRR5103149 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_357_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_357_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103150
gz1="$(_compress_if_exists SRR5103150_1 || true)"
gz2="$(_compress_if_exists SRR5103150_2 || true)"
gzs="$(_compress_if_exists SRR5103150 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_358_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_358_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103151
gz1="$(_compress_if_exists SRR5103151_1 || true)"
gz2="$(_compress_if_exists SRR5103151_2 || true)"
gzs="$(_compress_if_exists SRR5103151 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_359_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_359_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103152
gz1="$(_compress_if_exists SRR5103152_1 || true)"
gz2="$(_compress_if_exists SRR5103152_2 || true)"
gzs="$(_compress_if_exists SRR5103152 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_35_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_35_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103153
gz1="$(_compress_if_exists SRR5103153_1 || true)"
gz2="$(_compress_if_exists SRR5103153_2 || true)"
gzs="$(_compress_if_exists SRR5103153 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_360_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_360_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103154
gz1="$(_compress_if_exists SRR5103154_1 || true)"
gz2="$(_compress_if_exists SRR5103154_2 || true)"
gzs="$(_compress_if_exists SRR5103154 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_361_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_361_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103155
gz1="$(_compress_if_exists SRR5103155_1 || true)"
gz2="$(_compress_if_exists SRR5103155_2 || true)"
gzs="$(_compress_if_exists SRR5103155 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_362_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_362_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103156
gz1="$(_compress_if_exists SRR5103156_1 || true)"
gz2="$(_compress_if_exists SRR5103156_2 || true)"
gzs="$(_compress_if_exists SRR5103156 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_363_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_363_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103157
gz1="$(_compress_if_exists SRR5103157_1 || true)"
gz2="$(_compress_if_exists SRR5103157_2 || true)"
gzs="$(_compress_if_exists SRR5103157 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_364_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_364_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103158
gz1="$(_compress_if_exists SRR5103158_1 || true)"
gz2="$(_compress_if_exists SRR5103158_2 || true)"
gzs="$(_compress_if_exists SRR5103158 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_365_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_365_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103159
gz1="$(_compress_if_exists SRR5103159_1 || true)"
gz2="$(_compress_if_exists SRR5103159_2 || true)"
gzs="$(_compress_if_exists SRR5103159 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_366_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_366_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103160
gz1="$(_compress_if_exists SRR5103160_1 || true)"
gz2="$(_compress_if_exists SRR5103160_2 || true)"
gzs="$(_compress_if_exists SRR5103160 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_367_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_367_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103161
gz1="$(_compress_if_exists SRR5103161_1 || true)"
gz2="$(_compress_if_exists SRR5103161_2 || true)"
gzs="$(_compress_if_exists SRR5103161 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_368_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_368_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103162
gz1="$(_compress_if_exists SRR5103162_1 || true)"
gz2="$(_compress_if_exists SRR5103162_2 || true)"
gzs="$(_compress_if_exists SRR5103162 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_369_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_369_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103163
gz1="$(_compress_if_exists SRR5103163_1 || true)"
gz2="$(_compress_if_exists SRR5103163_2 || true)"
gzs="$(_compress_if_exists SRR5103163 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_36_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_36_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103164
gz1="$(_compress_if_exists SRR5103164_1 || true)"
gz2="$(_compress_if_exists SRR5103164_2 || true)"
gzs="$(_compress_if_exists SRR5103164 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_370_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_370_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103165
gz1="$(_compress_if_exists SRR5103165_1 || true)"
gz2="$(_compress_if_exists SRR5103165_2 || true)"
gzs="$(_compress_if_exists SRR5103165 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_371_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_371_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103166
gz1="$(_compress_if_exists SRR5103166_1 || true)"
gz2="$(_compress_if_exists SRR5103166_2 || true)"
gzs="$(_compress_if_exists SRR5103166 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_372_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_372_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103167
gz1="$(_compress_if_exists SRR5103167_1 || true)"
gz2="$(_compress_if_exists SRR5103167_2 || true)"
gzs="$(_compress_if_exists SRR5103167 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_373_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_373_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103168
gz1="$(_compress_if_exists SRR5103168_1 || true)"
gz2="$(_compress_if_exists SRR5103168_2 || true)"
gzs="$(_compress_if_exists SRR5103168 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_374_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_374_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103169
gz1="$(_compress_if_exists SRR5103169_1 || true)"
gz2="$(_compress_if_exists SRR5103169_2 || true)"
gzs="$(_compress_if_exists SRR5103169 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_375_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_375_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103170
gz1="$(_compress_if_exists SRR5103170_1 || true)"
gz2="$(_compress_if_exists SRR5103170_2 || true)"
gzs="$(_compress_if_exists SRR5103170 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_376_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_376_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103171
gz1="$(_compress_if_exists SRR5103171_1 || true)"
gz2="$(_compress_if_exists SRR5103171_2 || true)"
gzs="$(_compress_if_exists SRR5103171 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_377_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_377_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103172
gz1="$(_compress_if_exists SRR5103172_1 || true)"
gz2="$(_compress_if_exists SRR5103172_2 || true)"
gzs="$(_compress_if_exists SRR5103172 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_378_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_378_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103173
gz1="$(_compress_if_exists SRR5103173_1 || true)"
gz2="$(_compress_if_exists SRR5103173_2 || true)"
gzs="$(_compress_if_exists SRR5103173 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_379_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_379_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103174
gz1="$(_compress_if_exists SRR5103174_1 || true)"
gz2="$(_compress_if_exists SRR5103174_2 || true)"
gzs="$(_compress_if_exists SRR5103174 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_37_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_37_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103175
gz1="$(_compress_if_exists SRR5103175_1 || true)"
gz2="$(_compress_if_exists SRR5103175_2 || true)"
gzs="$(_compress_if_exists SRR5103175 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_380_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_380_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103176
gz1="$(_compress_if_exists SRR5103176_1 || true)"
gz2="$(_compress_if_exists SRR5103176_2 || true)"
gzs="$(_compress_if_exists SRR5103176 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_381_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_381_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103177
gz1="$(_compress_if_exists SRR5103177_1 || true)"
gz2="$(_compress_if_exists SRR5103177_2 || true)"
gzs="$(_compress_if_exists SRR5103177 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_382_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_382_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103178
gz1="$(_compress_if_exists SRR5103178_1 || true)"
gz2="$(_compress_if_exists SRR5103178_2 || true)"
gzs="$(_compress_if_exists SRR5103178 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_383_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_383_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103179
gz1="$(_compress_if_exists SRR5103179_1 || true)"
gz2="$(_compress_if_exists SRR5103179_2 || true)"
gzs="$(_compress_if_exists SRR5103179 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_384_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_384_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103180
gz1="$(_compress_if_exists SRR5103180_1 || true)"
gz2="$(_compress_if_exists SRR5103180_2 || true)"
gzs="$(_compress_if_exists SRR5103180 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_385_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_385_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103181
gz1="$(_compress_if_exists SRR5103181_1 || true)"
gz2="$(_compress_if_exists SRR5103181_2 || true)"
gzs="$(_compress_if_exists SRR5103181 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_386_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_386_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103182
gz1="$(_compress_if_exists SRR5103182_1 || true)"
gz2="$(_compress_if_exists SRR5103182_2 || true)"
gzs="$(_compress_if_exists SRR5103182 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_387_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_387_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103183
gz1="$(_compress_if_exists SRR5103183_1 || true)"
gz2="$(_compress_if_exists SRR5103183_2 || true)"
gzs="$(_compress_if_exists SRR5103183 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_388_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_388_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103184
gz1="$(_compress_if_exists SRR5103184_1 || true)"
gz2="$(_compress_if_exists SRR5103184_2 || true)"
gzs="$(_compress_if_exists SRR5103184 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_389_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_389_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103185
gz1="$(_compress_if_exists SRR5103185_1 || true)"
gz2="$(_compress_if_exists SRR5103185_2 || true)"
gzs="$(_compress_if_exists SRR5103185 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_38_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_38_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103186
gz1="$(_compress_if_exists SRR5103186_1 || true)"
gz2="$(_compress_if_exists SRR5103186_2 || true)"
gzs="$(_compress_if_exists SRR5103186 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_390_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_390_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103187
gz1="$(_compress_if_exists SRR5103187_1 || true)"
gz2="$(_compress_if_exists SRR5103187_2 || true)"
gzs="$(_compress_if_exists SRR5103187 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_391_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_391_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103188
gz1="$(_compress_if_exists SRR5103188_1 || true)"
gz2="$(_compress_if_exists SRR5103188_2 || true)"
gzs="$(_compress_if_exists SRR5103188 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_392_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_392_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103189
gz1="$(_compress_if_exists SRR5103189_1 || true)"
gz2="$(_compress_if_exists SRR5103189_2 || true)"
gzs="$(_compress_if_exists SRR5103189 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_393_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_393_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103190
gz1="$(_compress_if_exists SRR5103190_1 || true)"
gz2="$(_compress_if_exists SRR5103190_2 || true)"
gzs="$(_compress_if_exists SRR5103190 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_394_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_394_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103191
gz1="$(_compress_if_exists SRR5103191_1 || true)"
gz2="$(_compress_if_exists SRR5103191_2 || true)"
gzs="$(_compress_if_exists SRR5103191 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_395_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_395_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103192
gz1="$(_compress_if_exists SRR5103192_1 || true)"
gz2="$(_compress_if_exists SRR5103192_2 || true)"
gzs="$(_compress_if_exists SRR5103192 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_396_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_396_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103193
gz1="$(_compress_if_exists SRR5103193_1 || true)"
gz2="$(_compress_if_exists SRR5103193_2 || true)"
gzs="$(_compress_if_exists SRR5103193 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_397_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_397_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103194
gz1="$(_compress_if_exists SRR5103194_1 || true)"
gz2="$(_compress_if_exists SRR5103194_2 || true)"
gzs="$(_compress_if_exists SRR5103194 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_398_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_398_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103195
gz1="$(_compress_if_exists SRR5103195_1 || true)"
gz2="$(_compress_if_exists SRR5103195_2 || true)"
gzs="$(_compress_if_exists SRR5103195 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_399_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_399_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103196
gz1="$(_compress_if_exists SRR5103196_1 || true)"
gz2="$(_compress_if_exists SRR5103196_2 || true)"
gzs="$(_compress_if_exists SRR5103196 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_39_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_39_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103197
gz1="$(_compress_if_exists SRR5103197_1 || true)"
gz2="$(_compress_if_exists SRR5103197_2 || true)"
gzs="$(_compress_if_exists SRR5103197 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_3_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_3_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103198
gz1="$(_compress_if_exists SRR5103198_1 || true)"
gz2="$(_compress_if_exists SRR5103198_2 || true)"
gzs="$(_compress_if_exists SRR5103198 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_400_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_400_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103199
gz1="$(_compress_if_exists SRR5103199_1 || true)"
gz2="$(_compress_if_exists SRR5103199_2 || true)"
gzs="$(_compress_if_exists SRR5103199 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_401_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_401_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103200
gz1="$(_compress_if_exists SRR5103200_1 || true)"
gz2="$(_compress_if_exists SRR5103200_2 || true)"
gzs="$(_compress_if_exists SRR5103200 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_402_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_402_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103201
gz1="$(_compress_if_exists SRR5103201_1 || true)"
gz2="$(_compress_if_exists SRR5103201_2 || true)"
gzs="$(_compress_if_exists SRR5103201 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_403_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_403_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103202
gz1="$(_compress_if_exists SRR5103202_1 || true)"
gz2="$(_compress_if_exists SRR5103202_2 || true)"
gzs="$(_compress_if_exists SRR5103202 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_404_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_404_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103203
gz1="$(_compress_if_exists SRR5103203_1 || true)"
gz2="$(_compress_if_exists SRR5103203_2 || true)"
gzs="$(_compress_if_exists SRR5103203 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_405_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_405_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103204
gz1="$(_compress_if_exists SRR5103204_1 || true)"
gz2="$(_compress_if_exists SRR5103204_2 || true)"
gzs="$(_compress_if_exists SRR5103204 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_406_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_406_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103205
gz1="$(_compress_if_exists SRR5103205_1 || true)"
gz2="$(_compress_if_exists SRR5103205_2 || true)"
gzs="$(_compress_if_exists SRR5103205 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_407_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_407_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103206
gz1="$(_compress_if_exists SRR5103206_1 || true)"
gz2="$(_compress_if_exists SRR5103206_2 || true)"
gzs="$(_compress_if_exists SRR5103206 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_408_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_408_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103207
gz1="$(_compress_if_exists SRR5103207_1 || true)"
gz2="$(_compress_if_exists SRR5103207_2 || true)"
gzs="$(_compress_if_exists SRR5103207 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_409_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_409_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103208
gz1="$(_compress_if_exists SRR5103208_1 || true)"
gz2="$(_compress_if_exists SRR5103208_2 || true)"
gzs="$(_compress_if_exists SRR5103208 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_40_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_40_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103209
gz1="$(_compress_if_exists SRR5103209_1 || true)"
gz2="$(_compress_if_exists SRR5103209_2 || true)"
gzs="$(_compress_if_exists SRR5103209 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_410_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_410_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103210
gz1="$(_compress_if_exists SRR5103210_1 || true)"
gz2="$(_compress_if_exists SRR5103210_2 || true)"
gzs="$(_compress_if_exists SRR5103210 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_411_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_411_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103211
gz1="$(_compress_if_exists SRR5103211_1 || true)"
gz2="$(_compress_if_exists SRR5103211_2 || true)"
gzs="$(_compress_if_exists SRR5103211 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_412_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_412_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103212
gz1="$(_compress_if_exists SRR5103212_1 || true)"
gz2="$(_compress_if_exists SRR5103212_2 || true)"
gzs="$(_compress_if_exists SRR5103212 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_413_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_413_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103213
gz1="$(_compress_if_exists SRR5103213_1 || true)"
gz2="$(_compress_if_exists SRR5103213_2 || true)"
gzs="$(_compress_if_exists SRR5103213 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_414_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_414_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103214
gz1="$(_compress_if_exists SRR5103214_1 || true)"
gz2="$(_compress_if_exists SRR5103214_2 || true)"
gzs="$(_compress_if_exists SRR5103214 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_415_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_415_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103215
gz1="$(_compress_if_exists SRR5103215_1 || true)"
gz2="$(_compress_if_exists SRR5103215_2 || true)"
gzs="$(_compress_if_exists SRR5103215 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_416_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_416_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103216
gz1="$(_compress_if_exists SRR5103216_1 || true)"
gz2="$(_compress_if_exists SRR5103216_2 || true)"
gzs="$(_compress_if_exists SRR5103216 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_417_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_417_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103217
gz1="$(_compress_if_exists SRR5103217_1 || true)"
gz2="$(_compress_if_exists SRR5103217_2 || true)"
gzs="$(_compress_if_exists SRR5103217 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_418_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_418_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103218
gz1="$(_compress_if_exists SRR5103218_1 || true)"
gz2="$(_compress_if_exists SRR5103218_2 || true)"
gzs="$(_compress_if_exists SRR5103218 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_419_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_419_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103219
gz1="$(_compress_if_exists SRR5103219_1 || true)"
gz2="$(_compress_if_exists SRR5103219_2 || true)"
gzs="$(_compress_if_exists SRR5103219 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_41_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_41_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103220
gz1="$(_compress_if_exists SRR5103220_1 || true)"
gz2="$(_compress_if_exists SRR5103220_2 || true)"
gzs="$(_compress_if_exists SRR5103220 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_420_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_420_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103221
gz1="$(_compress_if_exists SRR5103221_1 || true)"
gz2="$(_compress_if_exists SRR5103221_2 || true)"
gzs="$(_compress_if_exists SRR5103221 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_421_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_421_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103222
gz1="$(_compress_if_exists SRR5103222_1 || true)"
gz2="$(_compress_if_exists SRR5103222_2 || true)"
gzs="$(_compress_if_exists SRR5103222 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_422_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_422_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103223
gz1="$(_compress_if_exists SRR5103223_1 || true)"
gz2="$(_compress_if_exists SRR5103223_2 || true)"
gzs="$(_compress_if_exists SRR5103223 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_423_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_423_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103224
gz1="$(_compress_if_exists SRR5103224_1 || true)"
gz2="$(_compress_if_exists SRR5103224_2 || true)"
gzs="$(_compress_if_exists SRR5103224 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_424_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_424_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103225
gz1="$(_compress_if_exists SRR5103225_1 || true)"
gz2="$(_compress_if_exists SRR5103225_2 || true)"
gzs="$(_compress_if_exists SRR5103225 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_425_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_425_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103226
gz1="$(_compress_if_exists SRR5103226_1 || true)"
gz2="$(_compress_if_exists SRR5103226_2 || true)"
gzs="$(_compress_if_exists SRR5103226 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_426_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_426_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103227
gz1="$(_compress_if_exists SRR5103227_1 || true)"
gz2="$(_compress_if_exists SRR5103227_2 || true)"
gzs="$(_compress_if_exists SRR5103227 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_427_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_427_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103228
gz1="$(_compress_if_exists SRR5103228_1 || true)"
gz2="$(_compress_if_exists SRR5103228_2 || true)"
gzs="$(_compress_if_exists SRR5103228 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_428_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_428_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103229
gz1="$(_compress_if_exists SRR5103229_1 || true)"
gz2="$(_compress_if_exists SRR5103229_2 || true)"
gzs="$(_compress_if_exists SRR5103229 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_429_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_429_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103230
gz1="$(_compress_if_exists SRR5103230_1 || true)"
gz2="$(_compress_if_exists SRR5103230_2 || true)"
gzs="$(_compress_if_exists SRR5103230 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_42_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_42_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103231
gz1="$(_compress_if_exists SRR5103231_1 || true)"
gz2="$(_compress_if_exists SRR5103231_2 || true)"
gzs="$(_compress_if_exists SRR5103231 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_430_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_430_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103232
gz1="$(_compress_if_exists SRR5103232_1 || true)"
gz2="$(_compress_if_exists SRR5103232_2 || true)"
gzs="$(_compress_if_exists SRR5103232 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_431_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_431_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103233
gz1="$(_compress_if_exists SRR5103233_1 || true)"
gz2="$(_compress_if_exists SRR5103233_2 || true)"
gzs="$(_compress_if_exists SRR5103233 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_432_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_432_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103234
gz1="$(_compress_if_exists SRR5103234_1 || true)"
gz2="$(_compress_if_exists SRR5103234_2 || true)"
gzs="$(_compress_if_exists SRR5103234 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_433_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_433_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103235
gz1="$(_compress_if_exists SRR5103235_1 || true)"
gz2="$(_compress_if_exists SRR5103235_2 || true)"
gzs="$(_compress_if_exists SRR5103235 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_434_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_434_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103236
gz1="$(_compress_if_exists SRR5103236_1 || true)"
gz2="$(_compress_if_exists SRR5103236_2 || true)"
gzs="$(_compress_if_exists SRR5103236 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_435_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_435_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103237
gz1="$(_compress_if_exists SRR5103237_1 || true)"
gz2="$(_compress_if_exists SRR5103237_2 || true)"
gzs="$(_compress_if_exists SRR5103237 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_436_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_436_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103238
gz1="$(_compress_if_exists SRR5103238_1 || true)"
gz2="$(_compress_if_exists SRR5103238_2 || true)"
gzs="$(_compress_if_exists SRR5103238 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_437_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_437_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103239
gz1="$(_compress_if_exists SRR5103239_1 || true)"
gz2="$(_compress_if_exists SRR5103239_2 || true)"
gzs="$(_compress_if_exists SRR5103239 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_438_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_438_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103240
gz1="$(_compress_if_exists SRR5103240_1 || true)"
gz2="$(_compress_if_exists SRR5103240_2 || true)"
gzs="$(_compress_if_exists SRR5103240 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_439_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_439_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103241
gz1="$(_compress_if_exists SRR5103241_1 || true)"
gz2="$(_compress_if_exists SRR5103241_2 || true)"
gzs="$(_compress_if_exists SRR5103241 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_43_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_43_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103242
gz1="$(_compress_if_exists SRR5103242_1 || true)"
gz2="$(_compress_if_exists SRR5103242_2 || true)"
gzs="$(_compress_if_exists SRR5103242 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_440_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_440_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103243
gz1="$(_compress_if_exists SRR5103243_1 || true)"
gz2="$(_compress_if_exists SRR5103243_2 || true)"
gzs="$(_compress_if_exists SRR5103243 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_441_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_441_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103244
gz1="$(_compress_if_exists SRR5103244_1 || true)"
gz2="$(_compress_if_exists SRR5103244_2 || true)"
gzs="$(_compress_if_exists SRR5103244 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_442_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_442_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103245
gz1="$(_compress_if_exists SRR5103245_1 || true)"
gz2="$(_compress_if_exists SRR5103245_2 || true)"
gzs="$(_compress_if_exists SRR5103245 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_443_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_443_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103246
gz1="$(_compress_if_exists SRR5103246_1 || true)"
gz2="$(_compress_if_exists SRR5103246_2 || true)"
gzs="$(_compress_if_exists SRR5103246 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_444_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_444_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103247
gz1="$(_compress_if_exists SRR5103247_1 || true)"
gz2="$(_compress_if_exists SRR5103247_2 || true)"
gzs="$(_compress_if_exists SRR5103247 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_445_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_445_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103248
gz1="$(_compress_if_exists SRR5103248_1 || true)"
gz2="$(_compress_if_exists SRR5103248_2 || true)"
gzs="$(_compress_if_exists SRR5103248 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_446_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_446_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103249
gz1="$(_compress_if_exists SRR5103249_1 || true)"
gz2="$(_compress_if_exists SRR5103249_2 || true)"
gzs="$(_compress_if_exists SRR5103249 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_447_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_447_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103250
gz1="$(_compress_if_exists SRR5103250_1 || true)"
gz2="$(_compress_if_exists SRR5103250_2 || true)"
gzs="$(_compress_if_exists SRR5103250 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_448_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_448_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103251
gz1="$(_compress_if_exists SRR5103251_1 || true)"
gz2="$(_compress_if_exists SRR5103251_2 || true)"
gzs="$(_compress_if_exists SRR5103251 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_449_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_449_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103252
gz1="$(_compress_if_exists SRR5103252_1 || true)"
gz2="$(_compress_if_exists SRR5103252_2 || true)"
gzs="$(_compress_if_exists SRR5103252 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_44_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_44_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103253
gz1="$(_compress_if_exists SRR5103253_1 || true)"
gz2="$(_compress_if_exists SRR5103253_2 || true)"
gzs="$(_compress_if_exists SRR5103253 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_450_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_450_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103254
gz1="$(_compress_if_exists SRR5103254_1 || true)"
gz2="$(_compress_if_exists SRR5103254_2 || true)"
gzs="$(_compress_if_exists SRR5103254 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_451_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_451_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103255
gz1="$(_compress_if_exists SRR5103255_1 || true)"
gz2="$(_compress_if_exists SRR5103255_2 || true)"
gzs="$(_compress_if_exists SRR5103255 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_452_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_452_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103256
gz1="$(_compress_if_exists SRR5103256_1 || true)"
gz2="$(_compress_if_exists SRR5103256_2 || true)"
gzs="$(_compress_if_exists SRR5103256 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_453_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_453_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103257
gz1="$(_compress_if_exists SRR5103257_1 || true)"
gz2="$(_compress_if_exists SRR5103257_2 || true)"
gzs="$(_compress_if_exists SRR5103257 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_454_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_454_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103258
gz1="$(_compress_if_exists SRR5103258_1 || true)"
gz2="$(_compress_if_exists SRR5103258_2 || true)"
gzs="$(_compress_if_exists SRR5103258 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_455_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_455_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103259
gz1="$(_compress_if_exists SRR5103259_1 || true)"
gz2="$(_compress_if_exists SRR5103259_2 || true)"
gzs="$(_compress_if_exists SRR5103259 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_456_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_456_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103260
gz1="$(_compress_if_exists SRR5103260_1 || true)"
gz2="$(_compress_if_exists SRR5103260_2 || true)"
gzs="$(_compress_if_exists SRR5103260 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_457_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_457_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103261
gz1="$(_compress_if_exists SRR5103261_1 || true)"
gz2="$(_compress_if_exists SRR5103261_2 || true)"
gzs="$(_compress_if_exists SRR5103261 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_458_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_458_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103262
gz1="$(_compress_if_exists SRR5103262_1 || true)"
gz2="$(_compress_if_exists SRR5103262_2 || true)"
gzs="$(_compress_if_exists SRR5103262 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_459_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_459_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103263
gz1="$(_compress_if_exists SRR5103263_1 || true)"
gz2="$(_compress_if_exists SRR5103263_2 || true)"
gzs="$(_compress_if_exists SRR5103263 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_45_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_45_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103264
gz1="$(_compress_if_exists SRR5103264_1 || true)"
gz2="$(_compress_if_exists SRR5103264_2 || true)"
gzs="$(_compress_if_exists SRR5103264 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_460_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_460_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103265
gz1="$(_compress_if_exists SRR5103265_1 || true)"
gz2="$(_compress_if_exists SRR5103265_2 || true)"
gzs="$(_compress_if_exists SRR5103265 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_461_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_461_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103266
gz1="$(_compress_if_exists SRR5103266_1 || true)"
gz2="$(_compress_if_exists SRR5103266_2 || true)"
gzs="$(_compress_if_exists SRR5103266 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_462_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_462_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103267
gz1="$(_compress_if_exists SRR5103267_1 || true)"
gz2="$(_compress_if_exists SRR5103267_2 || true)"
gzs="$(_compress_if_exists SRR5103267 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_463_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_463_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103268
gz1="$(_compress_if_exists SRR5103268_1 || true)"
gz2="$(_compress_if_exists SRR5103268_2 || true)"
gzs="$(_compress_if_exists SRR5103268 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_464_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_464_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103269
gz1="$(_compress_if_exists SRR5103269_1 || true)"
gz2="$(_compress_if_exists SRR5103269_2 || true)"
gzs="$(_compress_if_exists SRR5103269 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_465_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_465_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103270
gz1="$(_compress_if_exists SRR5103270_1 || true)"
gz2="$(_compress_if_exists SRR5103270_2 || true)"
gzs="$(_compress_if_exists SRR5103270 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_466_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_466_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103271
gz1="$(_compress_if_exists SRR5103271_1 || true)"
gz2="$(_compress_if_exists SRR5103271_2 || true)"
gzs="$(_compress_if_exists SRR5103271 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_467_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_467_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103272
gz1="$(_compress_if_exists SRR5103272_1 || true)"
gz2="$(_compress_if_exists SRR5103272_2 || true)"
gzs="$(_compress_if_exists SRR5103272 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_468_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_468_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103273
gz1="$(_compress_if_exists SRR5103273_1 || true)"
gz2="$(_compress_if_exists SRR5103273_2 || true)"
gzs="$(_compress_if_exists SRR5103273 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_469_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_469_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103274
gz1="$(_compress_if_exists SRR5103274_1 || true)"
gz2="$(_compress_if_exists SRR5103274_2 || true)"
gzs="$(_compress_if_exists SRR5103274 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_46_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_46_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103275
gz1="$(_compress_if_exists SRR5103275_1 || true)"
gz2="$(_compress_if_exists SRR5103275_2 || true)"
gzs="$(_compress_if_exists SRR5103275 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_470_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_470_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103276
gz1="$(_compress_if_exists SRR5103276_1 || true)"
gz2="$(_compress_if_exists SRR5103276_2 || true)"
gzs="$(_compress_if_exists SRR5103276 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_471_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_471_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103277
gz1="$(_compress_if_exists SRR5103277_1 || true)"
gz2="$(_compress_if_exists SRR5103277_2 || true)"
gzs="$(_compress_if_exists SRR5103277 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_472_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_472_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103278
gz1="$(_compress_if_exists SRR5103278_1 || true)"
gz2="$(_compress_if_exists SRR5103278_2 || true)"
gzs="$(_compress_if_exists SRR5103278 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_473_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_473_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103279
gz1="$(_compress_if_exists SRR5103279_1 || true)"
gz2="$(_compress_if_exists SRR5103279_2 || true)"
gzs="$(_compress_if_exists SRR5103279 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_474_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_474_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103280
gz1="$(_compress_if_exists SRR5103280_1 || true)"
gz2="$(_compress_if_exists SRR5103280_2 || true)"
gzs="$(_compress_if_exists SRR5103280 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_475_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_475_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103281
gz1="$(_compress_if_exists SRR5103281_1 || true)"
gz2="$(_compress_if_exists SRR5103281_2 || true)"
gzs="$(_compress_if_exists SRR5103281 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_476_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_476_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103282
gz1="$(_compress_if_exists SRR5103282_1 || true)"
gz2="$(_compress_if_exists SRR5103282_2 || true)"
gzs="$(_compress_if_exists SRR5103282 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_477_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_477_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103283
gz1="$(_compress_if_exists SRR5103283_1 || true)"
gz2="$(_compress_if_exists SRR5103283_2 || true)"
gzs="$(_compress_if_exists SRR5103283 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_478_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_478_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103284
gz1="$(_compress_if_exists SRR5103284_1 || true)"
gz2="$(_compress_if_exists SRR5103284_2 || true)"
gzs="$(_compress_if_exists SRR5103284 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_479_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_479_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103285
gz1="$(_compress_if_exists SRR5103285_1 || true)"
gz2="$(_compress_if_exists SRR5103285_2 || true)"
gzs="$(_compress_if_exists SRR5103285 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_47_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_47_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103286
gz1="$(_compress_if_exists SRR5103286_1 || true)"
gz2="$(_compress_if_exists SRR5103286_2 || true)"
gzs="$(_compress_if_exists SRR5103286 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_480_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_480_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103287
gz1="$(_compress_if_exists SRR5103287_1 || true)"
gz2="$(_compress_if_exists SRR5103287_2 || true)"
gzs="$(_compress_if_exists SRR5103287 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_481_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_481_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103288
gz1="$(_compress_if_exists SRR5103288_1 || true)"
gz2="$(_compress_if_exists SRR5103288_2 || true)"
gzs="$(_compress_if_exists SRR5103288 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_482_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_482_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103289
gz1="$(_compress_if_exists SRR5103289_1 || true)"
gz2="$(_compress_if_exists SRR5103289_2 || true)"
gzs="$(_compress_if_exists SRR5103289 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_483_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_483_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103290
gz1="$(_compress_if_exists SRR5103290_1 || true)"
gz2="$(_compress_if_exists SRR5103290_2 || true)"
gzs="$(_compress_if_exists SRR5103290 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_484_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_484_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103291
gz1="$(_compress_if_exists SRR5103291_1 || true)"
gz2="$(_compress_if_exists SRR5103291_2 || true)"
gzs="$(_compress_if_exists SRR5103291 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_485_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_485_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103292
gz1="$(_compress_if_exists SRR5103292_1 || true)"
gz2="$(_compress_if_exists SRR5103292_2 || true)"
gzs="$(_compress_if_exists SRR5103292 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_486_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_486_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103293
gz1="$(_compress_if_exists SRR5103293_1 || true)"
gz2="$(_compress_if_exists SRR5103293_2 || true)"
gzs="$(_compress_if_exists SRR5103293 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_487_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_487_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103294
gz1="$(_compress_if_exists SRR5103294_1 || true)"
gz2="$(_compress_if_exists SRR5103294_2 || true)"
gzs="$(_compress_if_exists SRR5103294 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_488_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_488_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103295
gz1="$(_compress_if_exists SRR5103295_1 || true)"
gz2="$(_compress_if_exists SRR5103295_2 || true)"
gzs="$(_compress_if_exists SRR5103295 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_489_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_489_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103296
gz1="$(_compress_if_exists SRR5103296_1 || true)"
gz2="$(_compress_if_exists SRR5103296_2 || true)"
gzs="$(_compress_if_exists SRR5103296 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_48_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_48_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103297
gz1="$(_compress_if_exists SRR5103297_1 || true)"
gz2="$(_compress_if_exists SRR5103297_2 || true)"
gzs="$(_compress_if_exists SRR5103297 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_490_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_490_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103298
gz1="$(_compress_if_exists SRR5103298_1 || true)"
gz2="$(_compress_if_exists SRR5103298_2 || true)"
gzs="$(_compress_if_exists SRR5103298 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_491_WT.unmapped.2.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_491_WT.unmapped.1.fastq.gz
fi

fasterq-dump --split-files SRR5103299
gz1="$(_compress_if_exists SRR5103299_1 || true)"
gz2="$(_compress_if_exists SRR5103299_2 || true)"
gzs="$(_compress_if_exists SRR5103299 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_492_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_492_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103300
gz1="$(_compress_if_exists SRR5103300_1 || true)"
gz2="$(_compress_if_exists SRR5103300_2 || true)"
gzs="$(_compress_if_exists SRR5103300 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_493_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_493_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103301
gz1="$(_compress_if_exists SRR5103301_1 || true)"
gz2="$(_compress_if_exists SRR5103301_2 || true)"
gzs="$(_compress_if_exists SRR5103301 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_494_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_494_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103302
gz1="$(_compress_if_exists SRR5103302_1 || true)"
gz2="$(_compress_if_exists SRR5103302_2 || true)"
gzs="$(_compress_if_exists SRR5103302 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_495_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_495_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103303
gz1="$(_compress_if_exists SRR5103303_1 || true)"
gz2="$(_compress_if_exists SRR5103303_2 || true)"
gzs="$(_compress_if_exists SRR5103303 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_496_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_496_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103304
gz1="$(_compress_if_exists SRR5103304_1 || true)"
gz2="$(_compress_if_exists SRR5103304_2 || true)"
gzs="$(_compress_if_exists SRR5103304 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_497_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_497_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103305
gz1="$(_compress_if_exists SRR5103305_1 || true)"
gz2="$(_compress_if_exists SRR5103305_2 || true)"
gzs="$(_compress_if_exists SRR5103305 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_498_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_498_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103306
gz1="$(_compress_if_exists SRR5103306_1 || true)"
gz2="$(_compress_if_exists SRR5103306_2 || true)"
gzs="$(_compress_if_exists SRR5103306 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_499_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_499_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103307
gz1="$(_compress_if_exists SRR5103307_1 || true)"
gz2="$(_compress_if_exists SRR5103307_2 || true)"
gzs="$(_compress_if_exists SRR5103307 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_49_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_49_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103308
gz1="$(_compress_if_exists SRR5103308_1 || true)"
gz2="$(_compress_if_exists SRR5103308_2 || true)"
gzs="$(_compress_if_exists SRR5103308 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_4_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_4_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103309
gz1="$(_compress_if_exists SRR5103309_1 || true)"
gz2="$(_compress_if_exists SRR5103309_2 || true)"
gzs="$(_compress_if_exists SRR5103309 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_500_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_500_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103310
gz1="$(_compress_if_exists SRR5103310_1 || true)"
gz2="$(_compress_if_exists SRR5103310_2 || true)"
gzs="$(_compress_if_exists SRR5103310 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_501_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_501_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103311
gz1="$(_compress_if_exists SRR5103311_1 || true)"
gz2="$(_compress_if_exists SRR5103311_2 || true)"
gzs="$(_compress_if_exists SRR5103311 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_502_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_502_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103312
gz1="$(_compress_if_exists SRR5103312_1 || true)"
gz2="$(_compress_if_exists SRR5103312_2 || true)"
gzs="$(_compress_if_exists SRR5103312 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_503_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_503_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103313
gz1="$(_compress_if_exists SRR5103313_1 || true)"
gz2="$(_compress_if_exists SRR5103313_2 || true)"
gzs="$(_compress_if_exists SRR5103313 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_504_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_504_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103314
gz1="$(_compress_if_exists SRR5103314_1 || true)"
gz2="$(_compress_if_exists SRR5103314_2 || true)"
gzs="$(_compress_if_exists SRR5103314 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_505_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_505_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103315
gz1="$(_compress_if_exists SRR5103315_1 || true)"
gz2="$(_compress_if_exists SRR5103315_2 || true)"
gzs="$(_compress_if_exists SRR5103315 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_506_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_506_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103316
gz1="$(_compress_if_exists SRR5103316_1 || true)"
gz2="$(_compress_if_exists SRR5103316_2 || true)"
gzs="$(_compress_if_exists SRR5103316 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_507_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_507_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103317
gz1="$(_compress_if_exists SRR5103317_1 || true)"
gz2="$(_compress_if_exists SRR5103317_2 || true)"
gzs="$(_compress_if_exists SRR5103317 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_508_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_508_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103318
gz1="$(_compress_if_exists SRR5103318_1 || true)"
gz2="$(_compress_if_exists SRR5103318_2 || true)"
gzs="$(_compress_if_exists SRR5103318 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_509_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_509_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103319
gz1="$(_compress_if_exists SRR5103319_1 || true)"
gz2="$(_compress_if_exists SRR5103319_2 || true)"
gzs="$(_compress_if_exists SRR5103319 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_50_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_50_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103320
gz1="$(_compress_if_exists SRR5103320_1 || true)"
gz2="$(_compress_if_exists SRR5103320_2 || true)"
gzs="$(_compress_if_exists SRR5103320 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_510_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_510_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103321
gz1="$(_compress_if_exists SRR5103321_1 || true)"
gz2="$(_compress_if_exists SRR5103321_2 || true)"
gzs="$(_compress_if_exists SRR5103321 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_511_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_511_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103322
gz1="$(_compress_if_exists SRR5103322_1 || true)"
gz2="$(_compress_if_exists SRR5103322_2 || true)"
gzs="$(_compress_if_exists SRR5103322 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_512_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_512_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103323
gz1="$(_compress_if_exists SRR5103323_1 || true)"
gz2="$(_compress_if_exists SRR5103323_2 || true)"
gzs="$(_compress_if_exists SRR5103323 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_513_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_513_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103324
gz1="$(_compress_if_exists SRR5103324_1 || true)"
gz2="$(_compress_if_exists SRR5103324_2 || true)"
gzs="$(_compress_if_exists SRR5103324 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_514_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_514_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103325
gz1="$(_compress_if_exists SRR5103325_1 || true)"
gz2="$(_compress_if_exists SRR5103325_2 || true)"
gzs="$(_compress_if_exists SRR5103325 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_515_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_515_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103326
gz1="$(_compress_if_exists SRR5103326_1 || true)"
gz2="$(_compress_if_exists SRR5103326_2 || true)"
gzs="$(_compress_if_exists SRR5103326 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_516_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_516_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103327
gz1="$(_compress_if_exists SRR5103327_1 || true)"
gz2="$(_compress_if_exists SRR5103327_2 || true)"
gzs="$(_compress_if_exists SRR5103327 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_517_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_517_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103328
gz1="$(_compress_if_exists SRR5103328_1 || true)"
gz2="$(_compress_if_exists SRR5103328_2 || true)"
gzs="$(_compress_if_exists SRR5103328 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_518_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_518_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103329
gz1="$(_compress_if_exists SRR5103329_1 || true)"
gz2="$(_compress_if_exists SRR5103329_2 || true)"
gzs="$(_compress_if_exists SRR5103329 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_519_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_519_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103330
gz1="$(_compress_if_exists SRR5103330_1 || true)"
gz2="$(_compress_if_exists SRR5103330_2 || true)"
gzs="$(_compress_if_exists SRR5103330 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_51_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_51_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103331
gz1="$(_compress_if_exists SRR5103331_1 || true)"
gz2="$(_compress_if_exists SRR5103331_2 || true)"
gzs="$(_compress_if_exists SRR5103331 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_520_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_520_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103332
gz1="$(_compress_if_exists SRR5103332_1 || true)"
gz2="$(_compress_if_exists SRR5103332_2 || true)"
gzs="$(_compress_if_exists SRR5103332 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_521_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_521_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103333
gz1="$(_compress_if_exists SRR5103333_1 || true)"
gz2="$(_compress_if_exists SRR5103333_2 || true)"
gzs="$(_compress_if_exists SRR5103333 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_522_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_522_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103334
gz1="$(_compress_if_exists SRR5103334_1 || true)"
gz2="$(_compress_if_exists SRR5103334_2 || true)"
gzs="$(_compress_if_exists SRR5103334 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_523_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_523_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103335
gz1="$(_compress_if_exists SRR5103335_1 || true)"
gz2="$(_compress_if_exists SRR5103335_2 || true)"
gzs="$(_compress_if_exists SRR5103335 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_524_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_524_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103336
gz1="$(_compress_if_exists SRR5103336_1 || true)"
gz2="$(_compress_if_exists SRR5103336_2 || true)"
gzs="$(_compress_if_exists SRR5103336 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_525_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_525_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103337
gz1="$(_compress_if_exists SRR5103337_1 || true)"
gz2="$(_compress_if_exists SRR5103337_2 || true)"
gzs="$(_compress_if_exists SRR5103337 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_526_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_526_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103338
gz1="$(_compress_if_exists SRR5103338_1 || true)"
gz2="$(_compress_if_exists SRR5103338_2 || true)"
gzs="$(_compress_if_exists SRR5103338 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_527_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_527_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103339
gz1="$(_compress_if_exists SRR5103339_1 || true)"
gz2="$(_compress_if_exists SRR5103339_2 || true)"
gzs="$(_compress_if_exists SRR5103339 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_528_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_528_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103340
gz1="$(_compress_if_exists SRR5103340_1 || true)"
gz2="$(_compress_if_exists SRR5103340_2 || true)"
gzs="$(_compress_if_exists SRR5103340 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_529_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_529_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103341
gz1="$(_compress_if_exists SRR5103341_1 || true)"
gz2="$(_compress_if_exists SRR5103341_2 || true)"
gzs="$(_compress_if_exists SRR5103341 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_52_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_52_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103342
gz1="$(_compress_if_exists SRR5103342_1 || true)"
gz2="$(_compress_if_exists SRR5103342_2 || true)"
gzs="$(_compress_if_exists SRR5103342 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_530_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_530_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103343
gz1="$(_compress_if_exists SRR5103343_1 || true)"
gz2="$(_compress_if_exists SRR5103343_2 || true)"
gzs="$(_compress_if_exists SRR5103343 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_531_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_531_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103344
gz1="$(_compress_if_exists SRR5103344_1 || true)"
gz2="$(_compress_if_exists SRR5103344_2 || true)"
gzs="$(_compress_if_exists SRR5103344 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_532_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_532_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103345
gz1="$(_compress_if_exists SRR5103345_1 || true)"
gz2="$(_compress_if_exists SRR5103345_2 || true)"
gzs="$(_compress_if_exists SRR5103345 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_533_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_533_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103346
gz1="$(_compress_if_exists SRR5103346_1 || true)"
gz2="$(_compress_if_exists SRR5103346_2 || true)"
gzs="$(_compress_if_exists SRR5103346 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_534_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_534_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103347
gz1="$(_compress_if_exists SRR5103347_1 || true)"
gz2="$(_compress_if_exists SRR5103347_2 || true)"
gzs="$(_compress_if_exists SRR5103347 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_535_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_535_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103348
gz1="$(_compress_if_exists SRR5103348_1 || true)"
gz2="$(_compress_if_exists SRR5103348_2 || true)"
gzs="$(_compress_if_exists SRR5103348 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_536_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_536_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103349
gz1="$(_compress_if_exists SRR5103349_1 || true)"
gz2="$(_compress_if_exists SRR5103349_2 || true)"
gzs="$(_compress_if_exists SRR5103349 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_537_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_537_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103350
gz1="$(_compress_if_exists SRR5103350_1 || true)"
gz2="$(_compress_if_exists SRR5103350_2 || true)"
gzs="$(_compress_if_exists SRR5103350 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_538_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_538_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103351
gz1="$(_compress_if_exists SRR5103351_1 || true)"
gz2="$(_compress_if_exists SRR5103351_2 || true)"
gzs="$(_compress_if_exists SRR5103351 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_539_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_539_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103352
gz1="$(_compress_if_exists SRR5103352_1 || true)"
gz2="$(_compress_if_exists SRR5103352_2 || true)"
gzs="$(_compress_if_exists SRR5103352 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_53_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_53_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103353
gz1="$(_compress_if_exists SRR5103353_1 || true)"
gz2="$(_compress_if_exists SRR5103353_2 || true)"
gzs="$(_compress_if_exists SRR5103353 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_540_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_540_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103354
gz1="$(_compress_if_exists SRR5103354_1 || true)"
gz2="$(_compress_if_exists SRR5103354_2 || true)"
gzs="$(_compress_if_exists SRR5103354 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_541_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_541_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103355
gz1="$(_compress_if_exists SRR5103355_1 || true)"
gz2="$(_compress_if_exists SRR5103355_2 || true)"
gzs="$(_compress_if_exists SRR5103355 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_542_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_542_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103356
gz1="$(_compress_if_exists SRR5103356_1 || true)"
gz2="$(_compress_if_exists SRR5103356_2 || true)"
gzs="$(_compress_if_exists SRR5103356 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_543_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_543_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103357
gz1="$(_compress_if_exists SRR5103357_1 || true)"
gz2="$(_compress_if_exists SRR5103357_2 || true)"
gzs="$(_compress_if_exists SRR5103357 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_544_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_544_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103358
gz1="$(_compress_if_exists SRR5103358_1 || true)"
gz2="$(_compress_if_exists SRR5103358_2 || true)"
gzs="$(_compress_if_exists SRR5103358 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_545_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_545_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103359
gz1="$(_compress_if_exists SRR5103359_1 || true)"
gz2="$(_compress_if_exists SRR5103359_2 || true)"
gzs="$(_compress_if_exists SRR5103359 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_546_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_546_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103360
gz1="$(_compress_if_exists SRR5103360_1 || true)"
gz2="$(_compress_if_exists SRR5103360_2 || true)"
gzs="$(_compress_if_exists SRR5103360 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_547_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_547_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103361
gz1="$(_compress_if_exists SRR5103361_1 || true)"
gz2="$(_compress_if_exists SRR5103361_2 || true)"
gzs="$(_compress_if_exists SRR5103361 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_548_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_548_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103362
gz1="$(_compress_if_exists SRR5103362_1 || true)"
gz2="$(_compress_if_exists SRR5103362_2 || true)"
gzs="$(_compress_if_exists SRR5103362 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_549_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_549_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103363
gz1="$(_compress_if_exists SRR5103363_1 || true)"
gz2="$(_compress_if_exists SRR5103363_2 || true)"
gzs="$(_compress_if_exists SRR5103363 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_54_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_54_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103364
gz1="$(_compress_if_exists SRR5103364_1 || true)"
gz2="$(_compress_if_exists SRR5103364_2 || true)"
gzs="$(_compress_if_exists SRR5103364 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_550_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_550_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103365
gz1="$(_compress_if_exists SRR5103365_1 || true)"
gz2="$(_compress_if_exists SRR5103365_2 || true)"
gzs="$(_compress_if_exists SRR5103365 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_551_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_551_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103366
gz1="$(_compress_if_exists SRR5103366_1 || true)"
gz2="$(_compress_if_exists SRR5103366_2 || true)"
gzs="$(_compress_if_exists SRR5103366 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_552_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_552_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103367
gz1="$(_compress_if_exists SRR5103367_1 || true)"
gz2="$(_compress_if_exists SRR5103367_2 || true)"
gzs="$(_compress_if_exists SRR5103367 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_553_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_553_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103368
gz1="$(_compress_if_exists SRR5103368_1 || true)"
gz2="$(_compress_if_exists SRR5103368_2 || true)"
gzs="$(_compress_if_exists SRR5103368 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_554_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_554_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103369
gz1="$(_compress_if_exists SRR5103369_1 || true)"
gz2="$(_compress_if_exists SRR5103369_2 || true)"
gzs="$(_compress_if_exists SRR5103369 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_555_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_555_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103370
gz1="$(_compress_if_exists SRR5103370_1 || true)"
gz2="$(_compress_if_exists SRR5103370_2 || true)"
gzs="$(_compress_if_exists SRR5103370 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_556_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_556_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103371
gz1="$(_compress_if_exists SRR5103371_1 || true)"
gz2="$(_compress_if_exists SRR5103371_2 || true)"
gzs="$(_compress_if_exists SRR5103371 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_557_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_557_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103372
gz1="$(_compress_if_exists SRR5103372_1 || true)"
gz2="$(_compress_if_exists SRR5103372_2 || true)"
gzs="$(_compress_if_exists SRR5103372 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_558_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_558_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103373
gz1="$(_compress_if_exists SRR5103373_1 || true)"
gz2="$(_compress_if_exists SRR5103373_2 || true)"
gzs="$(_compress_if_exists SRR5103373 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_559_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_559_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103374
gz1="$(_compress_if_exists SRR5103374_1 || true)"
gz2="$(_compress_if_exists SRR5103374_2 || true)"
gzs="$(_compress_if_exists SRR5103374 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_55_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_55_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103375
gz1="$(_compress_if_exists SRR5103375_1 || true)"
gz2="$(_compress_if_exists SRR5103375_2 || true)"
gzs="$(_compress_if_exists SRR5103375 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_560_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_560_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103376
gz1="$(_compress_if_exists SRR5103376_1 || true)"
gz2="$(_compress_if_exists SRR5103376_2 || true)"
gzs="$(_compress_if_exists SRR5103376 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_561_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_561_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103377
gz1="$(_compress_if_exists SRR5103377_1 || true)"
gz2="$(_compress_if_exists SRR5103377_2 || true)"
gzs="$(_compress_if_exists SRR5103377 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_562_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_562_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103378
gz1="$(_compress_if_exists SRR5103378_1 || true)"
gz2="$(_compress_if_exists SRR5103378_2 || true)"
gzs="$(_compress_if_exists SRR5103378 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_563_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_563_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103379
gz1="$(_compress_if_exists SRR5103379_1 || true)"
gz2="$(_compress_if_exists SRR5103379_2 || true)"
gzs="$(_compress_if_exists SRR5103379 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_564_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_564_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103380
gz1="$(_compress_if_exists SRR5103380_1 || true)"
gz2="$(_compress_if_exists SRR5103380_2 || true)"
gzs="$(_compress_if_exists SRR5103380 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_565_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_565_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103381
gz1="$(_compress_if_exists SRR5103381_1 || true)"
gz2="$(_compress_if_exists SRR5103381_2 || true)"
gzs="$(_compress_if_exists SRR5103381 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_566_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_566_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103382
gz1="$(_compress_if_exists SRR5103382_1 || true)"
gz2="$(_compress_if_exists SRR5103382_2 || true)"
gzs="$(_compress_if_exists SRR5103382 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_567_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_567_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103383
gz1="$(_compress_if_exists SRR5103383_1 || true)"
gz2="$(_compress_if_exists SRR5103383_2 || true)"
gzs="$(_compress_if_exists SRR5103383 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_568_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_568_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103384
gz1="$(_compress_if_exists SRR5103384_1 || true)"
gz2="$(_compress_if_exists SRR5103384_2 || true)"
gzs="$(_compress_if_exists SRR5103384 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_569_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_569_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103385
gz1="$(_compress_if_exists SRR5103385_1 || true)"
gz2="$(_compress_if_exists SRR5103385_2 || true)"
gzs="$(_compress_if_exists SRR5103385 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_56_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_56_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103386
gz1="$(_compress_if_exists SRR5103386_1 || true)"
gz2="$(_compress_if_exists SRR5103386_2 || true)"
gzs="$(_compress_if_exists SRR5103386 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_570_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_570_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103387
gz1="$(_compress_if_exists SRR5103387_1 || true)"
gz2="$(_compress_if_exists SRR5103387_2 || true)"
gzs="$(_compress_if_exists SRR5103387 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_571_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_571_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103388
gz1="$(_compress_if_exists SRR5103388_1 || true)"
gz2="$(_compress_if_exists SRR5103388_2 || true)"
gzs="$(_compress_if_exists SRR5103388 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_572_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_572_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103389
gz1="$(_compress_if_exists SRR5103389_1 || true)"
gz2="$(_compress_if_exists SRR5103389_2 || true)"
gzs="$(_compress_if_exists SRR5103389 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_573_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_573_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103390
gz1="$(_compress_if_exists SRR5103390_1 || true)"
gz2="$(_compress_if_exists SRR5103390_2 || true)"
gzs="$(_compress_if_exists SRR5103390 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_574_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_574_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103391
gz1="$(_compress_if_exists SRR5103391_1 || true)"
gz2="$(_compress_if_exists SRR5103391_2 || true)"
gzs="$(_compress_if_exists SRR5103391 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_575_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_575_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103392
gz1="$(_compress_if_exists SRR5103392_1 || true)"
gz2="$(_compress_if_exists SRR5103392_2 || true)"
gzs="$(_compress_if_exists SRR5103392 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_576_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_576_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103393
gz1="$(_compress_if_exists SRR5103393_1 || true)"
gz2="$(_compress_if_exists SRR5103393_2 || true)"
gzs="$(_compress_if_exists SRR5103393 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_577_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_577_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103394
gz1="$(_compress_if_exists SRR5103394_1 || true)"
gz2="$(_compress_if_exists SRR5103394_2 || true)"
gzs="$(_compress_if_exists SRR5103394 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_578_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_578_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103395
gz1="$(_compress_if_exists SRR5103395_1 || true)"
gz2="$(_compress_if_exists SRR5103395_2 || true)"
gzs="$(_compress_if_exists SRR5103395 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_579_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_579_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103396
gz1="$(_compress_if_exists SRR5103396_1 || true)"
gz2="$(_compress_if_exists SRR5103396_2 || true)"
gzs="$(_compress_if_exists SRR5103396 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_57_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_57_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103397
gz1="$(_compress_if_exists SRR5103397_1 || true)"
gz2="$(_compress_if_exists SRR5103397_2 || true)"
gzs="$(_compress_if_exists SRR5103397 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_580_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_580_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103398
gz1="$(_compress_if_exists SRR5103398_1 || true)"
gz2="$(_compress_if_exists SRR5103398_2 || true)"
gzs="$(_compress_if_exists SRR5103398 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_581_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_581_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103399
gz1="$(_compress_if_exists SRR5103399_1 || true)"
gz2="$(_compress_if_exists SRR5103399_2 || true)"
gzs="$(_compress_if_exists SRR5103399 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_582_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_582_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103400
gz1="$(_compress_if_exists SRR5103400_1 || true)"
gz2="$(_compress_if_exists SRR5103400_2 || true)"
gzs="$(_compress_if_exists SRR5103400 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_583_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_583_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103401
gz1="$(_compress_if_exists SRR5103401_1 || true)"
gz2="$(_compress_if_exists SRR5103401_2 || true)"
gzs="$(_compress_if_exists SRR5103401 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_584_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_584_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103402
gz1="$(_compress_if_exists SRR5103402_1 || true)"
gz2="$(_compress_if_exists SRR5103402_2 || true)"
gzs="$(_compress_if_exists SRR5103402 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_585_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_585_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103403
gz1="$(_compress_if_exists SRR5103403_1 || true)"
gz2="$(_compress_if_exists SRR5103403_2 || true)"
gzs="$(_compress_if_exists SRR5103403 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_586_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_586_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103404
gz1="$(_compress_if_exists SRR5103404_1 || true)"
gz2="$(_compress_if_exists SRR5103404_2 || true)"
gzs="$(_compress_if_exists SRR5103404 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_587_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_587_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103405
gz1="$(_compress_if_exists SRR5103405_1 || true)"
gz2="$(_compress_if_exists SRR5103405_2 || true)"
gzs="$(_compress_if_exists SRR5103405 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_588_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_588_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103406
gz1="$(_compress_if_exists SRR5103406_1 || true)"
gz2="$(_compress_if_exists SRR5103406_2 || true)"
gzs="$(_compress_if_exists SRR5103406 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_589_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_589_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103407
gz1="$(_compress_if_exists SRR5103407_1 || true)"
gz2="$(_compress_if_exists SRR5103407_2 || true)"
gzs="$(_compress_if_exists SRR5103407 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_58_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_58_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103408
gz1="$(_compress_if_exists SRR5103408_1 || true)"
gz2="$(_compress_if_exists SRR5103408_2 || true)"
gzs="$(_compress_if_exists SRR5103408 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_590_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_590_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103409
gz1="$(_compress_if_exists SRR5103409_1 || true)"
gz2="$(_compress_if_exists SRR5103409_2 || true)"
gzs="$(_compress_if_exists SRR5103409 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_591_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_591_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103410
gz1="$(_compress_if_exists SRR5103410_1 || true)"
gz2="$(_compress_if_exists SRR5103410_2 || true)"
gzs="$(_compress_if_exists SRR5103410 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_592_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_592_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103411
gz1="$(_compress_if_exists SRR5103411_1 || true)"
gz2="$(_compress_if_exists SRR5103411_2 || true)"
gzs="$(_compress_if_exists SRR5103411 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_593_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_593_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103412
gz1="$(_compress_if_exists SRR5103412_1 || true)"
gz2="$(_compress_if_exists SRR5103412_2 || true)"
gzs="$(_compress_if_exists SRR5103412 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_594_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_594_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103413
gz1="$(_compress_if_exists SRR5103413_1 || true)"
gz2="$(_compress_if_exists SRR5103413_2 || true)"
gzs="$(_compress_if_exists SRR5103413 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_595_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_595_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103414
gz1="$(_compress_if_exists SRR5103414_1 || true)"
gz2="$(_compress_if_exists SRR5103414_2 || true)"
gzs="$(_compress_if_exists SRR5103414 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_596_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_596_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103415
gz1="$(_compress_if_exists SRR5103415_1 || true)"
gz2="$(_compress_if_exists SRR5103415_2 || true)"
gzs="$(_compress_if_exists SRR5103415 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_597_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_597_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103416
gz1="$(_compress_if_exists SRR5103416_1 || true)"
gz2="$(_compress_if_exists SRR5103416_2 || true)"
gzs="$(_compress_if_exists SRR5103416 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_598_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_598_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103417
gz1="$(_compress_if_exists SRR5103417_1 || true)"
gz2="$(_compress_if_exists SRR5103417_2 || true)"
gzs="$(_compress_if_exists SRR5103417 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_599_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_599_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103418
gz1="$(_compress_if_exists SRR5103418_1 || true)"
gz2="$(_compress_if_exists SRR5103418_2 || true)"
gzs="$(_compress_if_exists SRR5103418 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_59_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_59_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103419
gz1="$(_compress_if_exists SRR5103419_1 || true)"
gz2="$(_compress_if_exists SRR5103419_2 || true)"
gzs="$(_compress_if_exists SRR5103419 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_5_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_5_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103420
gz1="$(_compress_if_exists SRR5103420_1 || true)"
gz2="$(_compress_if_exists SRR5103420_2 || true)"
gzs="$(_compress_if_exists SRR5103420 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_600_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_600_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103421
gz1="$(_compress_if_exists SRR5103421_1 || true)"
gz2="$(_compress_if_exists SRR5103421_2 || true)"
gzs="$(_compress_if_exists SRR5103421 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_601_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_601_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103422
gz1="$(_compress_if_exists SRR5103422_1 || true)"
gz2="$(_compress_if_exists SRR5103422_2 || true)"
gzs="$(_compress_if_exists SRR5103422 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_602_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_602_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103423
gz1="$(_compress_if_exists SRR5103423_1 || true)"
gz2="$(_compress_if_exists SRR5103423_2 || true)"
gzs="$(_compress_if_exists SRR5103423 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_603_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_603_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103424
gz1="$(_compress_if_exists SRR5103424_1 || true)"
gz2="$(_compress_if_exists SRR5103424_2 || true)"
gzs="$(_compress_if_exists SRR5103424 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_604_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_604_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103425
gz1="$(_compress_if_exists SRR5103425_1 || true)"
gz2="$(_compress_if_exists SRR5103425_2 || true)"
gzs="$(_compress_if_exists SRR5103425 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_605_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_605_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103426
gz1="$(_compress_if_exists SRR5103426_1 || true)"
gz2="$(_compress_if_exists SRR5103426_2 || true)"
gzs="$(_compress_if_exists SRR5103426 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_606_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_606_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103427
gz1="$(_compress_if_exists SRR5103427_1 || true)"
gz2="$(_compress_if_exists SRR5103427_2 || true)"
gzs="$(_compress_if_exists SRR5103427 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_607_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_607_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103428
gz1="$(_compress_if_exists SRR5103428_1 || true)"
gz2="$(_compress_if_exists SRR5103428_2 || true)"
gzs="$(_compress_if_exists SRR5103428 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_608_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_608_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103429
gz1="$(_compress_if_exists SRR5103429_1 || true)"
gz2="$(_compress_if_exists SRR5103429_2 || true)"
gzs="$(_compress_if_exists SRR5103429 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_609_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_609_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103430
gz1="$(_compress_if_exists SRR5103430_1 || true)"
gz2="$(_compress_if_exists SRR5103430_2 || true)"
gzs="$(_compress_if_exists SRR5103430 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_60_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_60_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103431
gz1="$(_compress_if_exists SRR5103431_1 || true)"
gz2="$(_compress_if_exists SRR5103431_2 || true)"
gzs="$(_compress_if_exists SRR5103431 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_610_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_610_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103432
gz1="$(_compress_if_exists SRR5103432_1 || true)"
gz2="$(_compress_if_exists SRR5103432_2 || true)"
gzs="$(_compress_if_exists SRR5103432 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_611_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_611_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103433
gz1="$(_compress_if_exists SRR5103433_1 || true)"
gz2="$(_compress_if_exists SRR5103433_2 || true)"
gzs="$(_compress_if_exists SRR5103433 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_612_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_612_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103434
gz1="$(_compress_if_exists SRR5103434_1 || true)"
gz2="$(_compress_if_exists SRR5103434_2 || true)"
gzs="$(_compress_if_exists SRR5103434 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_613_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_613_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103435
gz1="$(_compress_if_exists SRR5103435_1 || true)"
gz2="$(_compress_if_exists SRR5103435_2 || true)"
gzs="$(_compress_if_exists SRR5103435 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_614_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_614_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103436
gz1="$(_compress_if_exists SRR5103436_1 || true)"
gz2="$(_compress_if_exists SRR5103436_2 || true)"
gzs="$(_compress_if_exists SRR5103436 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_615_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_615_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103437
gz1="$(_compress_if_exists SRR5103437_1 || true)"
gz2="$(_compress_if_exists SRR5103437_2 || true)"
gzs="$(_compress_if_exists SRR5103437 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_616_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_616_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103438
gz1="$(_compress_if_exists SRR5103438_1 || true)"
gz2="$(_compress_if_exists SRR5103438_2 || true)"
gzs="$(_compress_if_exists SRR5103438 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_617_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_617_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103439
gz1="$(_compress_if_exists SRR5103439_1 || true)"
gz2="$(_compress_if_exists SRR5103439_2 || true)"
gzs="$(_compress_if_exists SRR5103439 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_618_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_618_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103440
gz1="$(_compress_if_exists SRR5103440_1 || true)"
gz2="$(_compress_if_exists SRR5103440_2 || true)"
gzs="$(_compress_if_exists SRR5103440 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_619_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_619_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103441
gz1="$(_compress_if_exists SRR5103441_1 || true)"
gz2="$(_compress_if_exists SRR5103441_2 || true)"
gzs="$(_compress_if_exists SRR5103441 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_61_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_61_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103442
gz1="$(_compress_if_exists SRR5103442_1 || true)"
gz2="$(_compress_if_exists SRR5103442_2 || true)"
gzs="$(_compress_if_exists SRR5103442 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_620_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_620_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103443
gz1="$(_compress_if_exists SRR5103443_1 || true)"
gz2="$(_compress_if_exists SRR5103443_2 || true)"
gzs="$(_compress_if_exists SRR5103443 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_621_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_621_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103444
gz1="$(_compress_if_exists SRR5103444_1 || true)"
gz2="$(_compress_if_exists SRR5103444_2 || true)"
gzs="$(_compress_if_exists SRR5103444 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_622_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_622_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103445
gz1="$(_compress_if_exists SRR5103445_1 || true)"
gz2="$(_compress_if_exists SRR5103445_2 || true)"
gzs="$(_compress_if_exists SRR5103445 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_623_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_623_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103446
gz1="$(_compress_if_exists SRR5103446_1 || true)"
gz2="$(_compress_if_exists SRR5103446_2 || true)"
gzs="$(_compress_if_exists SRR5103446 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_624_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_624_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103447
gz1="$(_compress_if_exists SRR5103447_1 || true)"
gz2="$(_compress_if_exists SRR5103447_2 || true)"
gzs="$(_compress_if_exists SRR5103447 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_625_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_625_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103448
gz1="$(_compress_if_exists SRR5103448_1 || true)"
gz2="$(_compress_if_exists SRR5103448_2 || true)"
gzs="$(_compress_if_exists SRR5103448 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_626_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_626_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103449
gz1="$(_compress_if_exists SRR5103449_1 || true)"
gz2="$(_compress_if_exists SRR5103449_2 || true)"
gzs="$(_compress_if_exists SRR5103449 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_627_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_627_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103450
gz1="$(_compress_if_exists SRR5103450_1 || true)"
gz2="$(_compress_if_exists SRR5103450_2 || true)"
gzs="$(_compress_if_exists SRR5103450 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_628_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_628_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103451
gz1="$(_compress_if_exists SRR5103451_1 || true)"
gz2="$(_compress_if_exists SRR5103451_2 || true)"
gzs="$(_compress_if_exists SRR5103451 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_629_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_629_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103452
gz1="$(_compress_if_exists SRR5103452_1 || true)"
gz2="$(_compress_if_exists SRR5103452_2 || true)"
gzs="$(_compress_if_exists SRR5103452 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_62_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_62_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103453
gz1="$(_compress_if_exists SRR5103453_1 || true)"
gz2="$(_compress_if_exists SRR5103453_2 || true)"
gzs="$(_compress_if_exists SRR5103453 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_630_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_630_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103454
gz1="$(_compress_if_exists SRR5103454_1 || true)"
gz2="$(_compress_if_exists SRR5103454_2 || true)"
gzs="$(_compress_if_exists SRR5103454 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_631_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_631_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103455
gz1="$(_compress_if_exists SRR5103455_1 || true)"
gz2="$(_compress_if_exists SRR5103455_2 || true)"
gzs="$(_compress_if_exists SRR5103455 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_632_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_632_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103456
gz1="$(_compress_if_exists SRR5103456_1 || true)"
gz2="$(_compress_if_exists SRR5103456_2 || true)"
gzs="$(_compress_if_exists SRR5103456 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_633_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_633_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103457
gz1="$(_compress_if_exists SRR5103457_1 || true)"
gz2="$(_compress_if_exists SRR5103457_2 || true)"
gzs="$(_compress_if_exists SRR5103457 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_634_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_634_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103458
gz1="$(_compress_if_exists SRR5103458_1 || true)"
gz2="$(_compress_if_exists SRR5103458_2 || true)"
gzs="$(_compress_if_exists SRR5103458 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_635_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_635_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103459
gz1="$(_compress_if_exists SRR5103459_1 || true)"
gz2="$(_compress_if_exists SRR5103459_2 || true)"
gzs="$(_compress_if_exists SRR5103459 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_636_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_636_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103460
gz1="$(_compress_if_exists SRR5103460_1 || true)"
gz2="$(_compress_if_exists SRR5103460_2 || true)"
gzs="$(_compress_if_exists SRR5103460 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_637_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_637_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103461
gz1="$(_compress_if_exists SRR5103461_1 || true)"
gz2="$(_compress_if_exists SRR5103461_2 || true)"
gzs="$(_compress_if_exists SRR5103461 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_638_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_638_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103462
gz1="$(_compress_if_exists SRR5103462_1 || true)"
gz2="$(_compress_if_exists SRR5103462_2 || true)"
gzs="$(_compress_if_exists SRR5103462 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_639_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_639_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103463
gz1="$(_compress_if_exists SRR5103463_1 || true)"
gz2="$(_compress_if_exists SRR5103463_2 || true)"
gzs="$(_compress_if_exists SRR5103463 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_63_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_63_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103464
gz1="$(_compress_if_exists SRR5103464_1 || true)"
gz2="$(_compress_if_exists SRR5103464_2 || true)"
gzs="$(_compress_if_exists SRR5103464 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_640_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_640_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103465
gz1="$(_compress_if_exists SRR5103465_1 || true)"
gz2="$(_compress_if_exists SRR5103465_2 || true)"
gzs="$(_compress_if_exists SRR5103465 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_641_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_641_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103466
gz1="$(_compress_if_exists SRR5103466_1 || true)"
gz2="$(_compress_if_exists SRR5103466_2 || true)"
gzs="$(_compress_if_exists SRR5103466 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_642_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_642_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103467
gz1="$(_compress_if_exists SRR5103467_1 || true)"
gz2="$(_compress_if_exists SRR5103467_2 || true)"
gzs="$(_compress_if_exists SRR5103467 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_643_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_643_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103468
gz1="$(_compress_if_exists SRR5103468_1 || true)"
gz2="$(_compress_if_exists SRR5103468_2 || true)"
gzs="$(_compress_if_exists SRR5103468 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_644_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_644_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103469
gz1="$(_compress_if_exists SRR5103469_1 || true)"
gz2="$(_compress_if_exists SRR5103469_2 || true)"
gzs="$(_compress_if_exists SRR5103469 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_645_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_645_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103470
gz1="$(_compress_if_exists SRR5103470_1 || true)"
gz2="$(_compress_if_exists SRR5103470_2 || true)"
gzs="$(_compress_if_exists SRR5103470 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_646_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_646_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103471
gz1="$(_compress_if_exists SRR5103471_1 || true)"
gz2="$(_compress_if_exists SRR5103471_2 || true)"
gzs="$(_compress_if_exists SRR5103471 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_647_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_647_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103472
gz1="$(_compress_if_exists SRR5103472_1 || true)"
gz2="$(_compress_if_exists SRR5103472_2 || true)"
gzs="$(_compress_if_exists SRR5103472 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_648_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_648_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103473
gz1="$(_compress_if_exists SRR5103473_1 || true)"
gz2="$(_compress_if_exists SRR5103473_2 || true)"
gzs="$(_compress_if_exists SRR5103473 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_649_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_649_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103474
gz1="$(_compress_if_exists SRR5103474_1 || true)"
gz2="$(_compress_if_exists SRR5103474_2 || true)"
gzs="$(_compress_if_exists SRR5103474 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_64_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_64_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103475
gz1="$(_compress_if_exists SRR5103475_1 || true)"
gz2="$(_compress_if_exists SRR5103475_2 || true)"
gzs="$(_compress_if_exists SRR5103475 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_650_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_650_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103476
gz1="$(_compress_if_exists SRR5103476_1 || true)"
gz2="$(_compress_if_exists SRR5103476_2 || true)"
gzs="$(_compress_if_exists SRR5103476 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_651_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_651_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103477
gz1="$(_compress_if_exists SRR5103477_1 || true)"
gz2="$(_compress_if_exists SRR5103477_2 || true)"
gzs="$(_compress_if_exists SRR5103477 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_652_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_652_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103478
gz1="$(_compress_if_exists SRR5103478_1 || true)"
gz2="$(_compress_if_exists SRR5103478_2 || true)"
gzs="$(_compress_if_exists SRR5103478 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_653_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_653_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103479
gz1="$(_compress_if_exists SRR5103479_1 || true)"
gz2="$(_compress_if_exists SRR5103479_2 || true)"
gzs="$(_compress_if_exists SRR5103479 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_654_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_654_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103480
gz1="$(_compress_if_exists SRR5103480_1 || true)"
gz2="$(_compress_if_exists SRR5103480_2 || true)"
gzs="$(_compress_if_exists SRR5103480 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_655_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_655_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103481
gz1="$(_compress_if_exists SRR5103481_1 || true)"
gz2="$(_compress_if_exists SRR5103481_2 || true)"
gzs="$(_compress_if_exists SRR5103481 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_656_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_656_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103482
gz1="$(_compress_if_exists SRR5103482_1 || true)"
gz2="$(_compress_if_exists SRR5103482_2 || true)"
gzs="$(_compress_if_exists SRR5103482 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_657_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_657_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103483
gz1="$(_compress_if_exists SRR5103483_1 || true)"
gz2="$(_compress_if_exists SRR5103483_2 || true)"
gzs="$(_compress_if_exists SRR5103483 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_658_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_658_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103484
gz1="$(_compress_if_exists SRR5103484_1 || true)"
gz2="$(_compress_if_exists SRR5103484_2 || true)"
gzs="$(_compress_if_exists SRR5103484 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_659_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_659_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103485
gz1="$(_compress_if_exists SRR5103485_1 || true)"
gz2="$(_compress_if_exists SRR5103485_2 || true)"
gzs="$(_compress_if_exists SRR5103485 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_65_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_65_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103486
gz1="$(_compress_if_exists SRR5103486_1 || true)"
gz2="$(_compress_if_exists SRR5103486_2 || true)"
gzs="$(_compress_if_exists SRR5103486 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_660_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_660_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103487
gz1="$(_compress_if_exists SRR5103487_1 || true)"
gz2="$(_compress_if_exists SRR5103487_2 || true)"
gzs="$(_compress_if_exists SRR5103487 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_661_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_661_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103488
gz1="$(_compress_if_exists SRR5103488_1 || true)"
gz2="$(_compress_if_exists SRR5103488_2 || true)"
gzs="$(_compress_if_exists SRR5103488 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_662_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_662_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103489
gz1="$(_compress_if_exists SRR5103489_1 || true)"
gz2="$(_compress_if_exists SRR5103489_2 || true)"
gzs="$(_compress_if_exists SRR5103489 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_663_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_663_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103490
gz1="$(_compress_if_exists SRR5103490_1 || true)"
gz2="$(_compress_if_exists SRR5103490_2 || true)"
gzs="$(_compress_if_exists SRR5103490 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_664_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_664_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103491
gz1="$(_compress_if_exists SRR5103491_1 || true)"
gz2="$(_compress_if_exists SRR5103491_2 || true)"
gzs="$(_compress_if_exists SRR5103491 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_665_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_665_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103492
gz1="$(_compress_if_exists SRR5103492_1 || true)"
gz2="$(_compress_if_exists SRR5103492_2 || true)"
gzs="$(_compress_if_exists SRR5103492 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_666_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_666_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103493
gz1="$(_compress_if_exists SRR5103493_1 || true)"
gz2="$(_compress_if_exists SRR5103493_2 || true)"
gzs="$(_compress_if_exists SRR5103493 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_667_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_667_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103494
gz1="$(_compress_if_exists SRR5103494_1 || true)"
gz2="$(_compress_if_exists SRR5103494_2 || true)"
gzs="$(_compress_if_exists SRR5103494 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_668_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_668_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103495
gz1="$(_compress_if_exists SRR5103495_1 || true)"
gz2="$(_compress_if_exists SRR5103495_2 || true)"
gzs="$(_compress_if_exists SRR5103495 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_669_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_669_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103496
gz1="$(_compress_if_exists SRR5103496_1 || true)"
gz2="$(_compress_if_exists SRR5103496_2 || true)"
gzs="$(_compress_if_exists SRR5103496 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_66_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_66_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103497
gz1="$(_compress_if_exists SRR5103497_1 || true)"
gz2="$(_compress_if_exists SRR5103497_2 || true)"
gzs="$(_compress_if_exists SRR5103497 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_670_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_670_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103498
gz1="$(_compress_if_exists SRR5103498_1 || true)"
gz2="$(_compress_if_exists SRR5103498_2 || true)"
gzs="$(_compress_if_exists SRR5103498 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_671_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_671_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103499
gz1="$(_compress_if_exists SRR5103499_1 || true)"
gz2="$(_compress_if_exists SRR5103499_2 || true)"
gzs="$(_compress_if_exists SRR5103499 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_672_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_672_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103500
gz1="$(_compress_if_exists SRR5103500_1 || true)"
gz2="$(_compress_if_exists SRR5103500_2 || true)"
gzs="$(_compress_if_exists SRR5103500 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_673_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_673_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103501
gz1="$(_compress_if_exists SRR5103501_1 || true)"
gz2="$(_compress_if_exists SRR5103501_2 || true)"
gzs="$(_compress_if_exists SRR5103501 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_674_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_674_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103502
gz1="$(_compress_if_exists SRR5103502_1 || true)"
gz2="$(_compress_if_exists SRR5103502_2 || true)"
gzs="$(_compress_if_exists SRR5103502 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_675_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_675_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103503
gz1="$(_compress_if_exists SRR5103503_1 || true)"
gz2="$(_compress_if_exists SRR5103503_2 || true)"
gzs="$(_compress_if_exists SRR5103503 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_676_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_676_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103504
gz1="$(_compress_if_exists SRR5103504_1 || true)"
gz2="$(_compress_if_exists SRR5103504_2 || true)"
gzs="$(_compress_if_exists SRR5103504 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_677_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_677_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103505
gz1="$(_compress_if_exists SRR5103505_1 || true)"
gz2="$(_compress_if_exists SRR5103505_2 || true)"
gzs="$(_compress_if_exists SRR5103505 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_678_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_678_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103506
gz1="$(_compress_if_exists SRR5103506_1 || true)"
gz2="$(_compress_if_exists SRR5103506_2 || true)"
gzs="$(_compress_if_exists SRR5103506 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_679_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_679_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103507
gz1="$(_compress_if_exists SRR5103507_1 || true)"
gz2="$(_compress_if_exists SRR5103507_2 || true)"
gzs="$(_compress_if_exists SRR5103507 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_67_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_67_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103508
gz1="$(_compress_if_exists SRR5103508_1 || true)"
gz2="$(_compress_if_exists SRR5103508_2 || true)"
gzs="$(_compress_if_exists SRR5103508 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_680_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_680_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103509
gz1="$(_compress_if_exists SRR5103509_1 || true)"
gz2="$(_compress_if_exists SRR5103509_2 || true)"
gzs="$(_compress_if_exists SRR5103509 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_681_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_681_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103510
gz1="$(_compress_if_exists SRR5103510_1 || true)"
gz2="$(_compress_if_exists SRR5103510_2 || true)"
gzs="$(_compress_if_exists SRR5103510 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_682_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_682_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103511
gz1="$(_compress_if_exists SRR5103511_1 || true)"
gz2="$(_compress_if_exists SRR5103511_2 || true)"
gzs="$(_compress_if_exists SRR5103511 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_683_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_683_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103512
gz1="$(_compress_if_exists SRR5103512_1 || true)"
gz2="$(_compress_if_exists SRR5103512_2 || true)"
gzs="$(_compress_if_exists SRR5103512 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_684_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_684_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103513
gz1="$(_compress_if_exists SRR5103513_1 || true)"
gz2="$(_compress_if_exists SRR5103513_2 || true)"
gzs="$(_compress_if_exists SRR5103513 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_685_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_685_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103514
gz1="$(_compress_if_exists SRR5103514_1 || true)"
gz2="$(_compress_if_exists SRR5103514_2 || true)"
gzs="$(_compress_if_exists SRR5103514 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_686_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_686_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103515
gz1="$(_compress_if_exists SRR5103515_1 || true)"
gz2="$(_compress_if_exists SRR5103515_2 || true)"
gzs="$(_compress_if_exists SRR5103515 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_687_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_687_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103516
gz1="$(_compress_if_exists SRR5103516_1 || true)"
gz2="$(_compress_if_exists SRR5103516_2 || true)"
gzs="$(_compress_if_exists SRR5103516 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_688_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_688_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103517
gz1="$(_compress_if_exists SRR5103517_1 || true)"
gz2="$(_compress_if_exists SRR5103517_2 || true)"
gzs="$(_compress_if_exists SRR5103517 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_689_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_689_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103518
gz1="$(_compress_if_exists SRR5103518_1 || true)"
gz2="$(_compress_if_exists SRR5103518_2 || true)"
gzs="$(_compress_if_exists SRR5103518 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_68_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_68_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103519
gz1="$(_compress_if_exists SRR5103519_1 || true)"
gz2="$(_compress_if_exists SRR5103519_2 || true)"
gzs="$(_compress_if_exists SRR5103519 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_690_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_690_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103520
gz1="$(_compress_if_exists SRR5103520_1 || true)"
gz2="$(_compress_if_exists SRR5103520_2 || true)"
gzs="$(_compress_if_exists SRR5103520 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_691_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_691_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103521
gz1="$(_compress_if_exists SRR5103521_1 || true)"
gz2="$(_compress_if_exists SRR5103521_2 || true)"
gzs="$(_compress_if_exists SRR5103521 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_692_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_692_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103522
gz1="$(_compress_if_exists SRR5103522_1 || true)"
gz2="$(_compress_if_exists SRR5103522_2 || true)"
gzs="$(_compress_if_exists SRR5103522 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_693_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_693_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103523
gz1="$(_compress_if_exists SRR5103523_1 || true)"
gz2="$(_compress_if_exists SRR5103523_2 || true)"
gzs="$(_compress_if_exists SRR5103523 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_694_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_694_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103524
gz1="$(_compress_if_exists SRR5103524_1 || true)"
gz2="$(_compress_if_exists SRR5103524_2 || true)"
gzs="$(_compress_if_exists SRR5103524 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_695_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_695_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103525
gz1="$(_compress_if_exists SRR5103525_1 || true)"
gz2="$(_compress_if_exists SRR5103525_2 || true)"
gzs="$(_compress_if_exists SRR5103525 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_696_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_696_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103526
gz1="$(_compress_if_exists SRR5103526_1 || true)"
gz2="$(_compress_if_exists SRR5103526_2 || true)"
gzs="$(_compress_if_exists SRR5103526 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_697_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_697_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103527
gz1="$(_compress_if_exists SRR5103527_1 || true)"
gz2="$(_compress_if_exists SRR5103527_2 || true)"
gzs="$(_compress_if_exists SRR5103527 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_698_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_698_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103528
gz1="$(_compress_if_exists SRR5103528_1 || true)"
gz2="$(_compress_if_exists SRR5103528_2 || true)"
gzs="$(_compress_if_exists SRR5103528 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_699_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_699_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103529
gz1="$(_compress_if_exists SRR5103529_1 || true)"
gz2="$(_compress_if_exists SRR5103529_2 || true)"
gzs="$(_compress_if_exists SRR5103529 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_69_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_69_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103530
gz1="$(_compress_if_exists SRR5103530_1 || true)"
gz2="$(_compress_if_exists SRR5103530_2 || true)"
gzs="$(_compress_if_exists SRR5103530 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_6_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_6_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103531
gz1="$(_compress_if_exists SRR5103531_1 || true)"
gz2="$(_compress_if_exists SRR5103531_2 || true)"
gzs="$(_compress_if_exists SRR5103531 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_700_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_700_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103532
gz1="$(_compress_if_exists SRR5103532_1 || true)"
gz2="$(_compress_if_exists SRR5103532_2 || true)"
gzs="$(_compress_if_exists SRR5103532 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_701_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_701_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103533
gz1="$(_compress_if_exists SRR5103533_1 || true)"
gz2="$(_compress_if_exists SRR5103533_2 || true)"
gzs="$(_compress_if_exists SRR5103533 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_702_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_702_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103534
gz1="$(_compress_if_exists SRR5103534_1 || true)"
gz2="$(_compress_if_exists SRR5103534_2 || true)"
gzs="$(_compress_if_exists SRR5103534 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_703_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_703_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103535
gz1="$(_compress_if_exists SRR5103535_1 || true)"
gz2="$(_compress_if_exists SRR5103535_2 || true)"
gzs="$(_compress_if_exists SRR5103535 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_704_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_704_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103536
gz1="$(_compress_if_exists SRR5103536_1 || true)"
gz2="$(_compress_if_exists SRR5103536_2 || true)"
gzs="$(_compress_if_exists SRR5103536 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_705_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_705_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103537
gz1="$(_compress_if_exists SRR5103537_1 || true)"
gz2="$(_compress_if_exists SRR5103537_2 || true)"
gzs="$(_compress_if_exists SRR5103537 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_706_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_706_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103538
gz1="$(_compress_if_exists SRR5103538_1 || true)"
gz2="$(_compress_if_exists SRR5103538_2 || true)"
gzs="$(_compress_if_exists SRR5103538 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_707_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_707_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103539
gz1="$(_compress_if_exists SRR5103539_1 || true)"
gz2="$(_compress_if_exists SRR5103539_2 || true)"
gzs="$(_compress_if_exists SRR5103539 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_708_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_708_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103540
gz1="$(_compress_if_exists SRR5103540_1 || true)"
gz2="$(_compress_if_exists SRR5103540_2 || true)"
gzs="$(_compress_if_exists SRR5103540 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_709_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_709_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103541
gz1="$(_compress_if_exists SRR5103541_1 || true)"
gz2="$(_compress_if_exists SRR5103541_2 || true)"
gzs="$(_compress_if_exists SRR5103541 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_70_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_70_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103542
gz1="$(_compress_if_exists SRR5103542_1 || true)"
gz2="$(_compress_if_exists SRR5103542_2 || true)"
gzs="$(_compress_if_exists SRR5103542 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_710_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_710_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103543
gz1="$(_compress_if_exists SRR5103543_1 || true)"
gz2="$(_compress_if_exists SRR5103543_2 || true)"
gzs="$(_compress_if_exists SRR5103543 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_711_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_711_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103544
gz1="$(_compress_if_exists SRR5103544_1 || true)"
gz2="$(_compress_if_exists SRR5103544_2 || true)"
gzs="$(_compress_if_exists SRR5103544 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_712_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_712_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103545
gz1="$(_compress_if_exists SRR5103545_1 || true)"
gz2="$(_compress_if_exists SRR5103545_2 || true)"
gzs="$(_compress_if_exists SRR5103545 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_713_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_713_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103546
gz1="$(_compress_if_exists SRR5103546_1 || true)"
gz2="$(_compress_if_exists SRR5103546_2 || true)"
gzs="$(_compress_if_exists SRR5103546 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_714_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_714_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103547
gz1="$(_compress_if_exists SRR5103547_1 || true)"
gz2="$(_compress_if_exists SRR5103547_2 || true)"
gzs="$(_compress_if_exists SRR5103547 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_715_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_715_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103548
gz1="$(_compress_if_exists SRR5103548_1 || true)"
gz2="$(_compress_if_exists SRR5103548_2 || true)"
gzs="$(_compress_if_exists SRR5103548 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_716_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_716_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103549
gz1="$(_compress_if_exists SRR5103549_1 || true)"
gz2="$(_compress_if_exists SRR5103549_2 || true)"
gzs="$(_compress_if_exists SRR5103549 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_717_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_717_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103550
gz1="$(_compress_if_exists SRR5103550_1 || true)"
gz2="$(_compress_if_exists SRR5103550_2 || true)"
gzs="$(_compress_if_exists SRR5103550 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_718_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_718_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103551
gz1="$(_compress_if_exists SRR5103551_1 || true)"
gz2="$(_compress_if_exists SRR5103551_2 || true)"
gzs="$(_compress_if_exists SRR5103551 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_719_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_719_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103552
gz1="$(_compress_if_exists SRR5103552_1 || true)"
gz2="$(_compress_if_exists SRR5103552_2 || true)"
gzs="$(_compress_if_exists SRR5103552 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_71_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_71_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103553
gz1="$(_compress_if_exists SRR5103553_1 || true)"
gz2="$(_compress_if_exists SRR5103553_2 || true)"
gzs="$(_compress_if_exists SRR5103553 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_720_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_720_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103554
gz1="$(_compress_if_exists SRR5103554_1 || true)"
gz2="$(_compress_if_exists SRR5103554_2 || true)"
gzs="$(_compress_if_exists SRR5103554 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_721_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_721_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103555
gz1="$(_compress_if_exists SRR5103555_1 || true)"
gz2="$(_compress_if_exists SRR5103555_2 || true)"
gzs="$(_compress_if_exists SRR5103555 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_722_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_722_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103556
gz1="$(_compress_if_exists SRR5103556_1 || true)"
gz2="$(_compress_if_exists SRR5103556_2 || true)"
gzs="$(_compress_if_exists SRR5103556 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_723_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_723_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103557
gz1="$(_compress_if_exists SRR5103557_1 || true)"
gz2="$(_compress_if_exists SRR5103557_2 || true)"
gzs="$(_compress_if_exists SRR5103557 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_724_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_724_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103558
gz1="$(_compress_if_exists SRR5103558_1 || true)"
gz2="$(_compress_if_exists SRR5103558_2 || true)"
gzs="$(_compress_if_exists SRR5103558 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_725_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_725_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103559
gz1="$(_compress_if_exists SRR5103559_1 || true)"
gz2="$(_compress_if_exists SRR5103559_2 || true)"
gzs="$(_compress_if_exists SRR5103559 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_726_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_726_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103560
gz1="$(_compress_if_exists SRR5103560_1 || true)"
gz2="$(_compress_if_exists SRR5103560_2 || true)"
gzs="$(_compress_if_exists SRR5103560 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_727_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_727_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103561
gz1="$(_compress_if_exists SRR5103561_1 || true)"
gz2="$(_compress_if_exists SRR5103561_2 || true)"
gzs="$(_compress_if_exists SRR5103561 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_728_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_728_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103562
gz1="$(_compress_if_exists SRR5103562_1 || true)"
gz2="$(_compress_if_exists SRR5103562_2 || true)"
gzs="$(_compress_if_exists SRR5103562 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_729_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_729_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103563
gz1="$(_compress_if_exists SRR5103563_1 || true)"
gz2="$(_compress_if_exists SRR5103563_2 || true)"
gzs="$(_compress_if_exists SRR5103563 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_72_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_72_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103564
gz1="$(_compress_if_exists SRR5103564_1 || true)"
gz2="$(_compress_if_exists SRR5103564_2 || true)"
gzs="$(_compress_if_exists SRR5103564 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_730_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_730_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103565
gz1="$(_compress_if_exists SRR5103565_1 || true)"
gz2="$(_compress_if_exists SRR5103565_2 || true)"
gzs="$(_compress_if_exists SRR5103565 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_731_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_731_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103566
gz1="$(_compress_if_exists SRR5103566_1 || true)"
gz2="$(_compress_if_exists SRR5103566_2 || true)"
gzs="$(_compress_if_exists SRR5103566 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_732_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_732_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103568
gz1="$(_compress_if_exists SRR5103568_1 || true)"
gz2="$(_compress_if_exists SRR5103568_2 || true)"
gzs="$(_compress_if_exists SRR5103568 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_733_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_733_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103569
gz1="$(_compress_if_exists SRR5103569_1 || true)"
gz2="$(_compress_if_exists SRR5103569_2 || true)"
gzs="$(_compress_if_exists SRR5103569 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_734_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_734_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103570
gz1="$(_compress_if_exists SRR5103570_1 || true)"
gz2="$(_compress_if_exists SRR5103570_2 || true)"
gzs="$(_compress_if_exists SRR5103570 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_735_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_735_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103571
gz1="$(_compress_if_exists SRR5103571_1 || true)"
gz2="$(_compress_if_exists SRR5103571_2 || true)"
gzs="$(_compress_if_exists SRR5103571 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_736_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_736_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103572
gz1="$(_compress_if_exists SRR5103572_1 || true)"
gz2="$(_compress_if_exists SRR5103572_2 || true)"
gzs="$(_compress_if_exists SRR5103572 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_737_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_737_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103573
gz1="$(_compress_if_exists SRR5103573_1 || true)"
gz2="$(_compress_if_exists SRR5103573_2 || true)"
gzs="$(_compress_if_exists SRR5103573 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_738_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_738_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103574
gz1="$(_compress_if_exists SRR5103574_1 || true)"
gz2="$(_compress_if_exists SRR5103574_2 || true)"
gzs="$(_compress_if_exists SRR5103574 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_739_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_739_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103575
gz1="$(_compress_if_exists SRR5103575_1 || true)"
gz2="$(_compress_if_exists SRR5103575_2 || true)"
gzs="$(_compress_if_exists SRR5103575 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_73_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_73_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103576
gz1="$(_compress_if_exists SRR5103576_1 || true)"
gz2="$(_compress_if_exists SRR5103576_2 || true)"
gzs="$(_compress_if_exists SRR5103576 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_740_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_740_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103577
gz1="$(_compress_if_exists SRR5103577_1 || true)"
gz2="$(_compress_if_exists SRR5103577_2 || true)"
gzs="$(_compress_if_exists SRR5103577 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_741_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_741_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103578
gz1="$(_compress_if_exists SRR5103578_1 || true)"
gz2="$(_compress_if_exists SRR5103578_2 || true)"
gzs="$(_compress_if_exists SRR5103578 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_742_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_742_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103579
gz1="$(_compress_if_exists SRR5103579_1 || true)"
gz2="$(_compress_if_exists SRR5103579_2 || true)"
gzs="$(_compress_if_exists SRR5103579 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_743_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_743_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103580
gz1="$(_compress_if_exists SRR5103580_1 || true)"
gz2="$(_compress_if_exists SRR5103580_2 || true)"
gzs="$(_compress_if_exists SRR5103580 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_744_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_744_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103581
gz1="$(_compress_if_exists SRR5103581_1 || true)"
gz2="$(_compress_if_exists SRR5103581_2 || true)"
gzs="$(_compress_if_exists SRR5103581 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_745_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_745_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103582
gz1="$(_compress_if_exists SRR5103582_1 || true)"
gz2="$(_compress_if_exists SRR5103582_2 || true)"
gzs="$(_compress_if_exists SRR5103582 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_746_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_746_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103583
gz1="$(_compress_if_exists SRR5103583_1 || true)"
gz2="$(_compress_if_exists SRR5103583_2 || true)"
gzs="$(_compress_if_exists SRR5103583 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_747_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_747_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103584
gz1="$(_compress_if_exists SRR5103584_1 || true)"
gz2="$(_compress_if_exists SRR5103584_2 || true)"
gzs="$(_compress_if_exists SRR5103584 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_748_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_748_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103585
gz1="$(_compress_if_exists SRR5103585_1 || true)"
gz2="$(_compress_if_exists SRR5103585_2 || true)"
gzs="$(_compress_if_exists SRR5103585 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_749_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_749_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103586
gz1="$(_compress_if_exists SRR5103586_1 || true)"
gz2="$(_compress_if_exists SRR5103586_2 || true)"
gzs="$(_compress_if_exists SRR5103586 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_74_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_74_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103587
gz1="$(_compress_if_exists SRR5103587_1 || true)"
gz2="$(_compress_if_exists SRR5103587_2 || true)"
gzs="$(_compress_if_exists SRR5103587 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_750_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_750_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103588
gz1="$(_compress_if_exists SRR5103588_1 || true)"
gz2="$(_compress_if_exists SRR5103588_2 || true)"
gzs="$(_compress_if_exists SRR5103588 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_751_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_751_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103589
gz1="$(_compress_if_exists SRR5103589_1 || true)"
gz2="$(_compress_if_exists SRR5103589_2 || true)"
gzs="$(_compress_if_exists SRR5103589 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_752_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_752_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103590
gz1="$(_compress_if_exists SRR5103590_1 || true)"
gz2="$(_compress_if_exists SRR5103590_2 || true)"
gzs="$(_compress_if_exists SRR5103590 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_753_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_753_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103591
gz1="$(_compress_if_exists SRR5103591_1 || true)"
gz2="$(_compress_if_exists SRR5103591_2 || true)"
gzs="$(_compress_if_exists SRR5103591 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_754_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_754_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103592
gz1="$(_compress_if_exists SRR5103592_1 || true)"
gz2="$(_compress_if_exists SRR5103592_2 || true)"
gzs="$(_compress_if_exists SRR5103592 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_755_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_755_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103593
gz1="$(_compress_if_exists SRR5103593_1 || true)"
gz2="$(_compress_if_exists SRR5103593_2 || true)"
gzs="$(_compress_if_exists SRR5103593 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_756_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_756_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103594
gz1="$(_compress_if_exists SRR5103594_1 || true)"
gz2="$(_compress_if_exists SRR5103594_2 || true)"
gzs="$(_compress_if_exists SRR5103594 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_757_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_757_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103595
gz1="$(_compress_if_exists SRR5103595_1 || true)"
gz2="$(_compress_if_exists SRR5103595_2 || true)"
gzs="$(_compress_if_exists SRR5103595 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_758_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_758_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103596
gz1="$(_compress_if_exists SRR5103596_1 || true)"
gz2="$(_compress_if_exists SRR5103596_2 || true)"
gzs="$(_compress_if_exists SRR5103596 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_759_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_759_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103597
gz1="$(_compress_if_exists SRR5103597_1 || true)"
gz2="$(_compress_if_exists SRR5103597_2 || true)"
gzs="$(_compress_if_exists SRR5103597 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_75_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_75_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103598
gz1="$(_compress_if_exists SRR5103598_1 || true)"
gz2="$(_compress_if_exists SRR5103598_2 || true)"
gzs="$(_compress_if_exists SRR5103598 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_760_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_760_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103599
gz1="$(_compress_if_exists SRR5103599_1 || true)"
gz2="$(_compress_if_exists SRR5103599_2 || true)"
gzs="$(_compress_if_exists SRR5103599 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_761_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_761_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103600
gz1="$(_compress_if_exists SRR5103600_1 || true)"
gz2="$(_compress_if_exists SRR5103600_2 || true)"
gzs="$(_compress_if_exists SRR5103600 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_762_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_762_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103601
gz1="$(_compress_if_exists SRR5103601_1 || true)"
gz2="$(_compress_if_exists SRR5103601_2 || true)"
gzs="$(_compress_if_exists SRR5103601 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_763_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_763_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103602
gz1="$(_compress_if_exists SRR5103602_1 || true)"
gz2="$(_compress_if_exists SRR5103602_2 || true)"
gzs="$(_compress_if_exists SRR5103602 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_764_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_764_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103603
gz1="$(_compress_if_exists SRR5103603_1 || true)"
gz2="$(_compress_if_exists SRR5103603_2 || true)"
gzs="$(_compress_if_exists SRR5103603 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_765_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_765_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103604
gz1="$(_compress_if_exists SRR5103604_1 || true)"
gz2="$(_compress_if_exists SRR5103604_2 || true)"
gzs="$(_compress_if_exists SRR5103604 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_766_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_766_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103605
gz1="$(_compress_if_exists SRR5103605_1 || true)"
gz2="$(_compress_if_exists SRR5103605_2 || true)"
gzs="$(_compress_if_exists SRR5103605 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_767_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_767_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103606
gz1="$(_compress_if_exists SRR5103606_1 || true)"
gz2="$(_compress_if_exists SRR5103606_2 || true)"
gzs="$(_compress_if_exists SRR5103606 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_768_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_768_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103607
gz1="$(_compress_if_exists SRR5103607_1 || true)"
gz2="$(_compress_if_exists SRR5103607_2 || true)"
gzs="$(_compress_if_exists SRR5103607 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_769_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_769_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103608
gz1="$(_compress_if_exists SRR5103608_1 || true)"
gz2="$(_compress_if_exists SRR5103608_2 || true)"
gzs="$(_compress_if_exists SRR5103608 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_76_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_76_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103609
gz1="$(_compress_if_exists SRR5103609_1 || true)"
gz2="$(_compress_if_exists SRR5103609_2 || true)"
gzs="$(_compress_if_exists SRR5103609 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_770_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_770_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103610
gz1="$(_compress_if_exists SRR5103610_1 || true)"
gz2="$(_compress_if_exists SRR5103610_2 || true)"
gzs="$(_compress_if_exists SRR5103610 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_771_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_771_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103611
gz1="$(_compress_if_exists SRR5103611_1 || true)"
gz2="$(_compress_if_exists SRR5103611_2 || true)"
gzs="$(_compress_if_exists SRR5103611 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_772_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_772_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103612
gz1="$(_compress_if_exists SRR5103612_1 || true)"
gz2="$(_compress_if_exists SRR5103612_2 || true)"
gzs="$(_compress_if_exists SRR5103612 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_773_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_773_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103613
gz1="$(_compress_if_exists SRR5103613_1 || true)"
gz2="$(_compress_if_exists SRR5103613_2 || true)"
gzs="$(_compress_if_exists SRR5103613 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_774_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_774_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103614
gz1="$(_compress_if_exists SRR5103614_1 || true)"
gz2="$(_compress_if_exists SRR5103614_2 || true)"
gzs="$(_compress_if_exists SRR5103614 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_775_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_775_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103615
gz1="$(_compress_if_exists SRR5103615_1 || true)"
gz2="$(_compress_if_exists SRR5103615_2 || true)"
gzs="$(_compress_if_exists SRR5103615 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_776_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_776_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103616
gz1="$(_compress_if_exists SRR5103616_1 || true)"
gz2="$(_compress_if_exists SRR5103616_2 || true)"
gzs="$(_compress_if_exists SRR5103616 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_777_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_777_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103617
gz1="$(_compress_if_exists SRR5103617_1 || true)"
gz2="$(_compress_if_exists SRR5103617_2 || true)"
gzs="$(_compress_if_exists SRR5103617 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_778_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_778_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103618
gz1="$(_compress_if_exists SRR5103618_1 || true)"
gz2="$(_compress_if_exists SRR5103618_2 || true)"
gzs="$(_compress_if_exists SRR5103618 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_779_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_779_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103619
gz1="$(_compress_if_exists SRR5103619_1 || true)"
gz2="$(_compress_if_exists SRR5103619_2 || true)"
gzs="$(_compress_if_exists SRR5103619 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_77_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_77_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103620
gz1="$(_compress_if_exists SRR5103620_1 || true)"
gz2="$(_compress_if_exists SRR5103620_2 || true)"
gzs="$(_compress_if_exists SRR5103620 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_780_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_780_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103621
gz1="$(_compress_if_exists SRR5103621_1 || true)"
gz2="$(_compress_if_exists SRR5103621_2 || true)"
gzs="$(_compress_if_exists SRR5103621 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_781_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_781_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103622
gz1="$(_compress_if_exists SRR5103622_1 || true)"
gz2="$(_compress_if_exists SRR5103622_2 || true)"
gzs="$(_compress_if_exists SRR5103622 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_782_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_782_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103623
gz1="$(_compress_if_exists SRR5103623_1 || true)"
gz2="$(_compress_if_exists SRR5103623_2 || true)"
gzs="$(_compress_if_exists SRR5103623 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_783_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_783_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103624
gz1="$(_compress_if_exists SRR5103624_1 || true)"
gz2="$(_compress_if_exists SRR5103624_2 || true)"
gzs="$(_compress_if_exists SRR5103624 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_784_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_784_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103625
gz1="$(_compress_if_exists SRR5103625_1 || true)"
gz2="$(_compress_if_exists SRR5103625_2 || true)"
gzs="$(_compress_if_exists SRR5103625 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_785_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_785_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103626
gz1="$(_compress_if_exists SRR5103626_1 || true)"
gz2="$(_compress_if_exists SRR5103626_2 || true)"
gzs="$(_compress_if_exists SRR5103626 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_786_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_786_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103627
gz1="$(_compress_if_exists SRR5103627_1 || true)"
gz2="$(_compress_if_exists SRR5103627_2 || true)"
gzs="$(_compress_if_exists SRR5103627 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_787_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_787_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103628
gz1="$(_compress_if_exists SRR5103628_1 || true)"
gz2="$(_compress_if_exists SRR5103628_2 || true)"
gzs="$(_compress_if_exists SRR5103628 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_788_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_788_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103629
gz1="$(_compress_if_exists SRR5103629_1 || true)"
gz2="$(_compress_if_exists SRR5103629_2 || true)"
gzs="$(_compress_if_exists SRR5103629 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_789_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_789_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103630
gz1="$(_compress_if_exists SRR5103630_1 || true)"
gz2="$(_compress_if_exists SRR5103630_2 || true)"
gzs="$(_compress_if_exists SRR5103630 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_78_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_78_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103631
gz1="$(_compress_if_exists SRR5103631_1 || true)"
gz2="$(_compress_if_exists SRR5103631_2 || true)"
gzs="$(_compress_if_exists SRR5103631 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_790_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_790_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103632
gz1="$(_compress_if_exists SRR5103632_1 || true)"
gz2="$(_compress_if_exists SRR5103632_2 || true)"
gzs="$(_compress_if_exists SRR5103632 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_791_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_791_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103633
gz1="$(_compress_if_exists SRR5103633_1 || true)"
gz2="$(_compress_if_exists SRR5103633_2 || true)"
gzs="$(_compress_if_exists SRR5103633 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_792_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_792_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103634
gz1="$(_compress_if_exists SRR5103634_1 || true)"
gz2="$(_compress_if_exists SRR5103634_2 || true)"
gzs="$(_compress_if_exists SRR5103634 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_793_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_793_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103635
gz1="$(_compress_if_exists SRR5103635_1 || true)"
gz2="$(_compress_if_exists SRR5103635_2 || true)"
gzs="$(_compress_if_exists SRR5103635 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_794_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_794_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103636
gz1="$(_compress_if_exists SRR5103636_1 || true)"
gz2="$(_compress_if_exists SRR5103636_2 || true)"
gzs="$(_compress_if_exists SRR5103636 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_795_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_795_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103637
gz1="$(_compress_if_exists SRR5103637_1 || true)"
gz2="$(_compress_if_exists SRR5103637_2 || true)"
gzs="$(_compress_if_exists SRR5103637 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_796_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_796_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103638
gz1="$(_compress_if_exists SRR5103638_1 || true)"
gz2="$(_compress_if_exists SRR5103638_2 || true)"
gzs="$(_compress_if_exists SRR5103638 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_797_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_797_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103639
gz1="$(_compress_if_exists SRR5103639_1 || true)"
gz2="$(_compress_if_exists SRR5103639_2 || true)"
gzs="$(_compress_if_exists SRR5103639 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_798_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_798_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103640
gz1="$(_compress_if_exists SRR5103640_1 || true)"
gz2="$(_compress_if_exists SRR5103640_2 || true)"
gzs="$(_compress_if_exists SRR5103640 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_799_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_799_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103641
gz1="$(_compress_if_exists SRR5103641_1 || true)"
gz2="$(_compress_if_exists SRR5103641_2 || true)"
gzs="$(_compress_if_exists SRR5103641 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_79_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_79_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103642
gz1="$(_compress_if_exists SRR5103642_1 || true)"
gz2="$(_compress_if_exists SRR5103642_2 || true)"
gzs="$(_compress_if_exists SRR5103642 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_7_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_7_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103643
gz1="$(_compress_if_exists SRR5103643_1 || true)"
gz2="$(_compress_if_exists SRR5103643_2 || true)"
gzs="$(_compress_if_exists SRR5103643 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_800_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_800_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103644
gz1="$(_compress_if_exists SRR5103644_1 || true)"
gz2="$(_compress_if_exists SRR5103644_2 || true)"
gzs="$(_compress_if_exists SRR5103644 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_801_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_801_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103645
gz1="$(_compress_if_exists SRR5103645_1 || true)"
gz2="$(_compress_if_exists SRR5103645_2 || true)"
gzs="$(_compress_if_exists SRR5103645 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_802_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_802_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103646
gz1="$(_compress_if_exists SRR5103646_1 || true)"
gz2="$(_compress_if_exists SRR5103646_2 || true)"
gzs="$(_compress_if_exists SRR5103646 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_803_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_803_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103647
gz1="$(_compress_if_exists SRR5103647_1 || true)"
gz2="$(_compress_if_exists SRR5103647_2 || true)"
gzs="$(_compress_if_exists SRR5103647 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_804_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_804_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103648
gz1="$(_compress_if_exists SRR5103648_1 || true)"
gz2="$(_compress_if_exists SRR5103648_2 || true)"
gzs="$(_compress_if_exists SRR5103648 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_805_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_805_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103649
gz1="$(_compress_if_exists SRR5103649_1 || true)"
gz2="$(_compress_if_exists SRR5103649_2 || true)"
gzs="$(_compress_if_exists SRR5103649 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_806_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_806_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103650
gz1="$(_compress_if_exists SRR5103650_1 || true)"
gz2="$(_compress_if_exists SRR5103650_2 || true)"
gzs="$(_compress_if_exists SRR5103650 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_807_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_807_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103651
gz1="$(_compress_if_exists SRR5103651_1 || true)"
gz2="$(_compress_if_exists SRR5103651_2 || true)"
gzs="$(_compress_if_exists SRR5103651 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_808_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_808_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103652
gz1="$(_compress_if_exists SRR5103652_1 || true)"
gz2="$(_compress_if_exists SRR5103652_2 || true)"
gzs="$(_compress_if_exists SRR5103652 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_809_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_809_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103653
gz1="$(_compress_if_exists SRR5103653_1 || true)"
gz2="$(_compress_if_exists SRR5103653_2 || true)"
gzs="$(_compress_if_exists SRR5103653 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_80_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_80_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103654
gz1="$(_compress_if_exists SRR5103654_1 || true)"
gz2="$(_compress_if_exists SRR5103654_2 || true)"
gzs="$(_compress_if_exists SRR5103654 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_810_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_810_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103655
gz1="$(_compress_if_exists SRR5103655_1 || true)"
gz2="$(_compress_if_exists SRR5103655_2 || true)"
gzs="$(_compress_if_exists SRR5103655 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_811_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_811_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103656
gz1="$(_compress_if_exists SRR5103656_1 || true)"
gz2="$(_compress_if_exists SRR5103656_2 || true)"
gzs="$(_compress_if_exists SRR5103656 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_812_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_812_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103657
gz1="$(_compress_if_exists SRR5103657_1 || true)"
gz2="$(_compress_if_exists SRR5103657_2 || true)"
gzs="$(_compress_if_exists SRR5103657 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_813_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_813_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103658
gz1="$(_compress_if_exists SRR5103658_1 || true)"
gz2="$(_compress_if_exists SRR5103658_2 || true)"
gzs="$(_compress_if_exists SRR5103658 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_814_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_814_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103659
gz1="$(_compress_if_exists SRR5103659_1 || true)"
gz2="$(_compress_if_exists SRR5103659_2 || true)"
gzs="$(_compress_if_exists SRR5103659 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_815_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_815_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103660
gz1="$(_compress_if_exists SRR5103660_1 || true)"
gz2="$(_compress_if_exists SRR5103660_2 || true)"
gzs="$(_compress_if_exists SRR5103660 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_816_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_816_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103661
gz1="$(_compress_if_exists SRR5103661_1 || true)"
gz2="$(_compress_if_exists SRR5103661_2 || true)"
gzs="$(_compress_if_exists SRR5103661 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_817_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_817_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103662
gz1="$(_compress_if_exists SRR5103662_1 || true)"
gz2="$(_compress_if_exists SRR5103662_2 || true)"
gzs="$(_compress_if_exists SRR5103662 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_818_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_818_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103663
gz1="$(_compress_if_exists SRR5103663_1 || true)"
gz2="$(_compress_if_exists SRR5103663_2 || true)"
gzs="$(_compress_if_exists SRR5103663 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_819_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_819_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103664
gz1="$(_compress_if_exists SRR5103664_1 || true)"
gz2="$(_compress_if_exists SRR5103664_2 || true)"
gzs="$(_compress_if_exists SRR5103664 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_81_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_81_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103665
gz1="$(_compress_if_exists SRR5103665_1 || true)"
gz2="$(_compress_if_exists SRR5103665_2 || true)"
gzs="$(_compress_if_exists SRR5103665 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_820_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_820_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103666
gz1="$(_compress_if_exists SRR5103666_1 || true)"
gz2="$(_compress_if_exists SRR5103666_2 || true)"
gzs="$(_compress_if_exists SRR5103666 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_821_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_821_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103667
gz1="$(_compress_if_exists SRR5103667_1 || true)"
gz2="$(_compress_if_exists SRR5103667_2 || true)"
gzs="$(_compress_if_exists SRR5103667 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_822_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_822_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103668
gz1="$(_compress_if_exists SRR5103668_1 || true)"
gz2="$(_compress_if_exists SRR5103668_2 || true)"
gzs="$(_compress_if_exists SRR5103668 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_823_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_823_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103669
gz1="$(_compress_if_exists SRR5103669_1 || true)"
gz2="$(_compress_if_exists SRR5103669_2 || true)"
gzs="$(_compress_if_exists SRR5103669 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_824_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_824_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103670
gz1="$(_compress_if_exists SRR5103670_1 || true)"
gz2="$(_compress_if_exists SRR5103670_2 || true)"
gzs="$(_compress_if_exists SRR5103670 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_825_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_825_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103671
gz1="$(_compress_if_exists SRR5103671_1 || true)"
gz2="$(_compress_if_exists SRR5103671_2 || true)"
gzs="$(_compress_if_exists SRR5103671 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_826_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_826_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103672
gz1="$(_compress_if_exists SRR5103672_1 || true)"
gz2="$(_compress_if_exists SRR5103672_2 || true)"
gzs="$(_compress_if_exists SRR5103672 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_827_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_827_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103673
gz1="$(_compress_if_exists SRR5103673_1 || true)"
gz2="$(_compress_if_exists SRR5103673_2 || true)"
gzs="$(_compress_if_exists SRR5103673 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_828_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_828_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103674
gz1="$(_compress_if_exists SRR5103674_1 || true)"
gz2="$(_compress_if_exists SRR5103674_2 || true)"
gzs="$(_compress_if_exists SRR5103674 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_829_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_829_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103675
gz1="$(_compress_if_exists SRR5103675_1 || true)"
gz2="$(_compress_if_exists SRR5103675_2 || true)"
gzs="$(_compress_if_exists SRR5103675 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_82_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_82_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103676
gz1="$(_compress_if_exists SRR5103676_1 || true)"
gz2="$(_compress_if_exists SRR5103676_2 || true)"
gzs="$(_compress_if_exists SRR5103676 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_830_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_830_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103677
gz1="$(_compress_if_exists SRR5103677_1 || true)"
gz2="$(_compress_if_exists SRR5103677_2 || true)"
gzs="$(_compress_if_exists SRR5103677 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_831_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_831_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103678
gz1="$(_compress_if_exists SRR5103678_1 || true)"
gz2="$(_compress_if_exists SRR5103678_2 || true)"
gzs="$(_compress_if_exists SRR5103678 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_832_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_832_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103679
gz1="$(_compress_if_exists SRR5103679_1 || true)"
gz2="$(_compress_if_exists SRR5103679_2 || true)"
gzs="$(_compress_if_exists SRR5103679 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_833_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_833_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103680
gz1="$(_compress_if_exists SRR5103680_1 || true)"
gz2="$(_compress_if_exists SRR5103680_2 || true)"
gzs="$(_compress_if_exists SRR5103680 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_834_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_834_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103681
gz1="$(_compress_if_exists SRR5103681_1 || true)"
gz2="$(_compress_if_exists SRR5103681_2 || true)"
gzs="$(_compress_if_exists SRR5103681 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_835_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_835_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103682
gz1="$(_compress_if_exists SRR5103682_1 || true)"
gz2="$(_compress_if_exists SRR5103682_2 || true)"
gzs="$(_compress_if_exists SRR5103682 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_836_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_836_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103683
gz1="$(_compress_if_exists SRR5103683_1 || true)"
gz2="$(_compress_if_exists SRR5103683_2 || true)"
gzs="$(_compress_if_exists SRR5103683 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_837_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_837_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103684
gz1="$(_compress_if_exists SRR5103684_1 || true)"
gz2="$(_compress_if_exists SRR5103684_2 || true)"
gzs="$(_compress_if_exists SRR5103684 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_838_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_838_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103685
gz1="$(_compress_if_exists SRR5103685_1 || true)"
gz2="$(_compress_if_exists SRR5103685_2 || true)"
gzs="$(_compress_if_exists SRR5103685 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_839_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_839_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103686
gz1="$(_compress_if_exists SRR5103686_1 || true)"
gz2="$(_compress_if_exists SRR5103686_2 || true)"
gzs="$(_compress_if_exists SRR5103686 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_83_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_83_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103687
gz1="$(_compress_if_exists SRR5103687_1 || true)"
gz2="$(_compress_if_exists SRR5103687_2 || true)"
gzs="$(_compress_if_exists SRR5103687 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_840_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_840_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103688
gz1="$(_compress_if_exists SRR5103688_1 || true)"
gz2="$(_compress_if_exists SRR5103688_2 || true)"
gzs="$(_compress_if_exists SRR5103688 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_841_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_841_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103689
gz1="$(_compress_if_exists SRR5103689_1 || true)"
gz2="$(_compress_if_exists SRR5103689_2 || true)"
gzs="$(_compress_if_exists SRR5103689 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_842_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_842_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103690
gz1="$(_compress_if_exists SRR5103690_1 || true)"
gz2="$(_compress_if_exists SRR5103690_2 || true)"
gzs="$(_compress_if_exists SRR5103690 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_843_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_843_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103691
gz1="$(_compress_if_exists SRR5103691_1 || true)"
gz2="$(_compress_if_exists SRR5103691_2 || true)"
gzs="$(_compress_if_exists SRR5103691 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_844_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_844_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103692
gz1="$(_compress_if_exists SRR5103692_1 || true)"
gz2="$(_compress_if_exists SRR5103692_2 || true)"
gzs="$(_compress_if_exists SRR5103692 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_845_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_845_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103693
gz1="$(_compress_if_exists SRR5103693_1 || true)"
gz2="$(_compress_if_exists SRR5103693_2 || true)"
gzs="$(_compress_if_exists SRR5103693 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_846_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_846_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103694
gz1="$(_compress_if_exists SRR5103694_1 || true)"
gz2="$(_compress_if_exists SRR5103694_2 || true)"
gzs="$(_compress_if_exists SRR5103694 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_847_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_847_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103695
gz1="$(_compress_if_exists SRR5103695_1 || true)"
gz2="$(_compress_if_exists SRR5103695_2 || true)"
gzs="$(_compress_if_exists SRR5103695 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_848_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_848_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103696
gz1="$(_compress_if_exists SRR5103696_1 || true)"
gz2="$(_compress_if_exists SRR5103696_2 || true)"
gzs="$(_compress_if_exists SRR5103696 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_849_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_849_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103697
gz1="$(_compress_if_exists SRR5103697_1 || true)"
gz2="$(_compress_if_exists SRR5103697_2 || true)"
gzs="$(_compress_if_exists SRR5103697 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_84_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_84_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103698
gz1="$(_compress_if_exists SRR5103698_1 || true)"
gz2="$(_compress_if_exists SRR5103698_2 || true)"
gzs="$(_compress_if_exists SRR5103698 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_850_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_850_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103699
gz1="$(_compress_if_exists SRR5103699_1 || true)"
gz2="$(_compress_if_exists SRR5103699_2 || true)"
gzs="$(_compress_if_exists SRR5103699 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_851_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_851_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103700
gz1="$(_compress_if_exists SRR5103700_1 || true)"
gz2="$(_compress_if_exists SRR5103700_2 || true)"
gzs="$(_compress_if_exists SRR5103700 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_852_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_852_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103701
gz1="$(_compress_if_exists SRR5103701_1 || true)"
gz2="$(_compress_if_exists SRR5103701_2 || true)"
gzs="$(_compress_if_exists SRR5103701 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_853_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_853_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103702
gz1="$(_compress_if_exists SRR5103702_1 || true)"
gz2="$(_compress_if_exists SRR5103702_2 || true)"
gzs="$(_compress_if_exists SRR5103702 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_854_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_854_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103703
gz1="$(_compress_if_exists SRR5103703_1 || true)"
gz2="$(_compress_if_exists SRR5103703_2 || true)"
gzs="$(_compress_if_exists SRR5103703 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_855_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_855_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103704
gz1="$(_compress_if_exists SRR5103704_1 || true)"
gz2="$(_compress_if_exists SRR5103704_2 || true)"
gzs="$(_compress_if_exists SRR5103704 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_856_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_856_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103705
gz1="$(_compress_if_exists SRR5103705_1 || true)"
gz2="$(_compress_if_exists SRR5103705_2 || true)"
gzs="$(_compress_if_exists SRR5103705 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_857_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_857_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103706
gz1="$(_compress_if_exists SRR5103706_1 || true)"
gz2="$(_compress_if_exists SRR5103706_2 || true)"
gzs="$(_compress_if_exists SRR5103706 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_858_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_858_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103707
gz1="$(_compress_if_exists SRR5103707_1 || true)"
gz2="$(_compress_if_exists SRR5103707_2 || true)"
gzs="$(_compress_if_exists SRR5103707 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_859_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_859_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103708
gz1="$(_compress_if_exists SRR5103708_1 || true)"
gz2="$(_compress_if_exists SRR5103708_2 || true)"
gzs="$(_compress_if_exists SRR5103708 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_85_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_85_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103709
gz1="$(_compress_if_exists SRR5103709_1 || true)"
gz2="$(_compress_if_exists SRR5103709_2 || true)"
gzs="$(_compress_if_exists SRR5103709 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_860_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_860_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103710
gz1="$(_compress_if_exists SRR5103710_1 || true)"
gz2="$(_compress_if_exists SRR5103710_2 || true)"
gzs="$(_compress_if_exists SRR5103710 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_861_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_861_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103711
gz1="$(_compress_if_exists SRR5103711_1 || true)"
gz2="$(_compress_if_exists SRR5103711_2 || true)"
gzs="$(_compress_if_exists SRR5103711 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_862_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_862_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103712
gz1="$(_compress_if_exists SRR5103712_1 || true)"
gz2="$(_compress_if_exists SRR5103712_2 || true)"
gzs="$(_compress_if_exists SRR5103712 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_863_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_863_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103713
gz1="$(_compress_if_exists SRR5103713_1 || true)"
gz2="$(_compress_if_exists SRR5103713_2 || true)"
gzs="$(_compress_if_exists SRR5103713 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_864_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_864_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103714
gz1="$(_compress_if_exists SRR5103714_1 || true)"
gz2="$(_compress_if_exists SRR5103714_2 || true)"
gzs="$(_compress_if_exists SRR5103714 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_865_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_865_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103715
gz1="$(_compress_if_exists SRR5103715_1 || true)"
gz2="$(_compress_if_exists SRR5103715_2 || true)"
gzs="$(_compress_if_exists SRR5103715 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_866_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_866_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103716
gz1="$(_compress_if_exists SRR5103716_1 || true)"
gz2="$(_compress_if_exists SRR5103716_2 || true)"
gzs="$(_compress_if_exists SRR5103716 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_867_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_867_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103717
gz1="$(_compress_if_exists SRR5103717_1 || true)"
gz2="$(_compress_if_exists SRR5103717_2 || true)"
gzs="$(_compress_if_exists SRR5103717 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_868_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_868_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103718
gz1="$(_compress_if_exists SRR5103718_1 || true)"
gz2="$(_compress_if_exists SRR5103718_2 || true)"
gzs="$(_compress_if_exists SRR5103718 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_869_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_869_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103719
gz1="$(_compress_if_exists SRR5103719_1 || true)"
gz2="$(_compress_if_exists SRR5103719_2 || true)"
gzs="$(_compress_if_exists SRR5103719 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_86_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_86_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103720
gz1="$(_compress_if_exists SRR5103720_1 || true)"
gz2="$(_compress_if_exists SRR5103720_2 || true)"
gzs="$(_compress_if_exists SRR5103720 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_870_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_870_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103721
gz1="$(_compress_if_exists SRR5103721_1 || true)"
gz2="$(_compress_if_exists SRR5103721_2 || true)"
gzs="$(_compress_if_exists SRR5103721 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_871_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_871_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103722
gz1="$(_compress_if_exists SRR5103722_1 || true)"
gz2="$(_compress_if_exists SRR5103722_2 || true)"
gzs="$(_compress_if_exists SRR5103722 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_872_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_872_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103723
gz1="$(_compress_if_exists SRR5103723_1 || true)"
gz2="$(_compress_if_exists SRR5103723_2 || true)"
gzs="$(_compress_if_exists SRR5103723 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_873_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_873_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103724
gz1="$(_compress_if_exists SRR5103724_1 || true)"
gz2="$(_compress_if_exists SRR5103724_2 || true)"
gzs="$(_compress_if_exists SRR5103724 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_874_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_874_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103725
gz1="$(_compress_if_exists SRR5103725_1 || true)"
gz2="$(_compress_if_exists SRR5103725_2 || true)"
gzs="$(_compress_if_exists SRR5103725 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_875_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_875_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103726
gz1="$(_compress_if_exists SRR5103726_1 || true)"
gz2="$(_compress_if_exists SRR5103726_2 || true)"
gzs="$(_compress_if_exists SRR5103726 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_876_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_876_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103727
gz1="$(_compress_if_exists SRR5103727_1 || true)"
gz2="$(_compress_if_exists SRR5103727_2 || true)"
gzs="$(_compress_if_exists SRR5103727 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_877_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_877_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103728
gz1="$(_compress_if_exists SRR5103728_1 || true)"
gz2="$(_compress_if_exists SRR5103728_2 || true)"
gzs="$(_compress_if_exists SRR5103728 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_878_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_878_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103729
gz1="$(_compress_if_exists SRR5103729_1 || true)"
gz2="$(_compress_if_exists SRR5103729_2 || true)"
gzs="$(_compress_if_exists SRR5103729 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_879_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_879_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103730
gz1="$(_compress_if_exists SRR5103730_1 || true)"
gz2="$(_compress_if_exists SRR5103730_2 || true)"
gzs="$(_compress_if_exists SRR5103730 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_87_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_87_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103731
gz1="$(_compress_if_exists SRR5103731_1 || true)"
gz2="$(_compress_if_exists SRR5103731_2 || true)"
gzs="$(_compress_if_exists SRR5103731 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_880_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_880_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103732
gz1="$(_compress_if_exists SRR5103732_1 || true)"
gz2="$(_compress_if_exists SRR5103732_2 || true)"
gzs="$(_compress_if_exists SRR5103732 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_881_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_881_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103733
gz1="$(_compress_if_exists SRR5103733_1 || true)"
gz2="$(_compress_if_exists SRR5103733_2 || true)"
gzs="$(_compress_if_exists SRR5103733 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_882_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_882_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103734
gz1="$(_compress_if_exists SRR5103734_1 || true)"
gz2="$(_compress_if_exists SRR5103734_2 || true)"
gzs="$(_compress_if_exists SRR5103734 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_883_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_883_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103735
gz1="$(_compress_if_exists SRR5103735_1 || true)"
gz2="$(_compress_if_exists SRR5103735_2 || true)"
gzs="$(_compress_if_exists SRR5103735 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_884_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_884_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103736
gz1="$(_compress_if_exists SRR5103736_1 || true)"
gz2="$(_compress_if_exists SRR5103736_2 || true)"
gzs="$(_compress_if_exists SRR5103736 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_885_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_885_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103737
gz1="$(_compress_if_exists SRR5103737_1 || true)"
gz2="$(_compress_if_exists SRR5103737_2 || true)"
gzs="$(_compress_if_exists SRR5103737 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_886_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_886_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103738
gz1="$(_compress_if_exists SRR5103738_1 || true)"
gz2="$(_compress_if_exists SRR5103738_2 || true)"
gzs="$(_compress_if_exists SRR5103738 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_887_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_887_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103739
gz1="$(_compress_if_exists SRR5103739_1 || true)"
gz2="$(_compress_if_exists SRR5103739_2 || true)"
gzs="$(_compress_if_exists SRR5103739 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_888_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_888_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103740
gz1="$(_compress_if_exists SRR5103740_1 || true)"
gz2="$(_compress_if_exists SRR5103740_2 || true)"
gzs="$(_compress_if_exists SRR5103740 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_889_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_889_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103741
gz1="$(_compress_if_exists SRR5103741_1 || true)"
gz2="$(_compress_if_exists SRR5103741_2 || true)"
gzs="$(_compress_if_exists SRR5103741 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_88_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_88_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103742
gz1="$(_compress_if_exists SRR5103742_1 || true)"
gz2="$(_compress_if_exists SRR5103742_2 || true)"
gzs="$(_compress_if_exists SRR5103742 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_890_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_890_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103743
gz1="$(_compress_if_exists SRR5103743_1 || true)"
gz2="$(_compress_if_exists SRR5103743_2 || true)"
gzs="$(_compress_if_exists SRR5103743 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_891_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_891_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103744
gz1="$(_compress_if_exists SRR5103744_1 || true)"
gz2="$(_compress_if_exists SRR5103744_2 || true)"
gzs="$(_compress_if_exists SRR5103744 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_892_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_892_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103745
gz1="$(_compress_if_exists SRR5103745_1 || true)"
gz2="$(_compress_if_exists SRR5103745_2 || true)"
gzs="$(_compress_if_exists SRR5103745 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_893_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_893_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103746
gz1="$(_compress_if_exists SRR5103746_1 || true)"
gz2="$(_compress_if_exists SRR5103746_2 || true)"
gzs="$(_compress_if_exists SRR5103746 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_894_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_894_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103747
gz1="$(_compress_if_exists SRR5103747_1 || true)"
gz2="$(_compress_if_exists SRR5103747_2 || true)"
gzs="$(_compress_if_exists SRR5103747 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_895_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_895_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103748
gz1="$(_compress_if_exists SRR5103748_1 || true)"
gz2="$(_compress_if_exists SRR5103748_2 || true)"
gzs="$(_compress_if_exists SRR5103748 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_896_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_896_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103749
gz1="$(_compress_if_exists SRR5103749_1 || true)"
gz2="$(_compress_if_exists SRR5103749_2 || true)"
gzs="$(_compress_if_exists SRR5103749 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_897_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_897_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103750
gz1="$(_compress_if_exists SRR5103750_1 || true)"
gz2="$(_compress_if_exists SRR5103750_2 || true)"
gzs="$(_compress_if_exists SRR5103750 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_898_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_898_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103751
gz1="$(_compress_if_exists SRR5103751_1 || true)"
gz2="$(_compress_if_exists SRR5103751_2 || true)"
gzs="$(_compress_if_exists SRR5103751 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_899_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_899_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103752
gz1="$(_compress_if_exists SRR5103752_1 || true)"
gz2="$(_compress_if_exists SRR5103752_2 || true)"
gzs="$(_compress_if_exists SRR5103752 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_89_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_89_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103753
gz1="$(_compress_if_exists SRR5103753_1 || true)"
gz2="$(_compress_if_exists SRR5103753_2 || true)"
gzs="$(_compress_if_exists SRR5103753 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_8_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_8_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103754
gz1="$(_compress_if_exists SRR5103754_1 || true)"
gz2="$(_compress_if_exists SRR5103754_2 || true)"
gzs="$(_compress_if_exists SRR5103754 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_900_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_900_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103755
gz1="$(_compress_if_exists SRR5103755_1 || true)"
gz2="$(_compress_if_exists SRR5103755_2 || true)"
gzs="$(_compress_if_exists SRR5103755 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_901_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_901_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103756
gz1="$(_compress_if_exists SRR5103756_1 || true)"
gz2="$(_compress_if_exists SRR5103756_2 || true)"
gzs="$(_compress_if_exists SRR5103756 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_902_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_902_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103757
gz1="$(_compress_if_exists SRR5103757_1 || true)"
gz2="$(_compress_if_exists SRR5103757_2 || true)"
gzs="$(_compress_if_exists SRR5103757 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_903_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_903_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103758
gz1="$(_compress_if_exists SRR5103758_1 || true)"
gz2="$(_compress_if_exists SRR5103758_2 || true)"
gzs="$(_compress_if_exists SRR5103758 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_904_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_904_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103759
gz1="$(_compress_if_exists SRR5103759_1 || true)"
gz2="$(_compress_if_exists SRR5103759_2 || true)"
gzs="$(_compress_if_exists SRR5103759 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_905_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_905_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103760
gz1="$(_compress_if_exists SRR5103760_1 || true)"
gz2="$(_compress_if_exists SRR5103760_2 || true)"
gzs="$(_compress_if_exists SRR5103760 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_906_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_906_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103761
gz1="$(_compress_if_exists SRR5103761_1 || true)"
gz2="$(_compress_if_exists SRR5103761_2 || true)"
gzs="$(_compress_if_exists SRR5103761 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_907_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_907_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103762
gz1="$(_compress_if_exists SRR5103762_1 || true)"
gz2="$(_compress_if_exists SRR5103762_2 || true)"
gzs="$(_compress_if_exists SRR5103762 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_908_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_908_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103763
gz1="$(_compress_if_exists SRR5103763_1 || true)"
gz2="$(_compress_if_exists SRR5103763_2 || true)"
gzs="$(_compress_if_exists SRR5103763 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_909_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_909_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103764
gz1="$(_compress_if_exists SRR5103764_1 || true)"
gz2="$(_compress_if_exists SRR5103764_2 || true)"
gzs="$(_compress_if_exists SRR5103764 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_90_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_90_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103765
gz1="$(_compress_if_exists SRR5103765_1 || true)"
gz2="$(_compress_if_exists SRR5103765_2 || true)"
gzs="$(_compress_if_exists SRR5103765 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_910_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_910_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103766
gz1="$(_compress_if_exists SRR5103766_1 || true)"
gz2="$(_compress_if_exists SRR5103766_2 || true)"
gzs="$(_compress_if_exists SRR5103766 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_911_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_911_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103767
gz1="$(_compress_if_exists SRR5103767_1 || true)"
gz2="$(_compress_if_exists SRR5103767_2 || true)"
gzs="$(_compress_if_exists SRR5103767 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_912_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_912_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103768
gz1="$(_compress_if_exists SRR5103768_1 || true)"
gz2="$(_compress_if_exists SRR5103768_2 || true)"
gzs="$(_compress_if_exists SRR5103768 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_913_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_913_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103769
gz1="$(_compress_if_exists SRR5103769_1 || true)"
gz2="$(_compress_if_exists SRR5103769_2 || true)"
gzs="$(_compress_if_exists SRR5103769 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_914_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_914_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103770
gz1="$(_compress_if_exists SRR5103770_1 || true)"
gz2="$(_compress_if_exists SRR5103770_2 || true)"
gzs="$(_compress_if_exists SRR5103770 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_915_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_915_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103771
gz1="$(_compress_if_exists SRR5103771_1 || true)"
gz2="$(_compress_if_exists SRR5103771_2 || true)"
gzs="$(_compress_if_exists SRR5103771 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_916_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_916_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103772
gz1="$(_compress_if_exists SRR5103772_1 || true)"
gz2="$(_compress_if_exists SRR5103772_2 || true)"
gzs="$(_compress_if_exists SRR5103772 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_917_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_917_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103773
gz1="$(_compress_if_exists SRR5103773_1 || true)"
gz2="$(_compress_if_exists SRR5103773_2 || true)"
gzs="$(_compress_if_exists SRR5103773 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_918_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_918_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103774
gz1="$(_compress_if_exists SRR5103774_1 || true)"
gz2="$(_compress_if_exists SRR5103774_2 || true)"
gzs="$(_compress_if_exists SRR5103774 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_919_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_919_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103775
gz1="$(_compress_if_exists SRR5103775_1 || true)"
gz2="$(_compress_if_exists SRR5103775_2 || true)"
gzs="$(_compress_if_exists SRR5103775 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_91_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_91_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103776
gz1="$(_compress_if_exists SRR5103776_1 || true)"
gz2="$(_compress_if_exists SRR5103776_2 || true)"
gzs="$(_compress_if_exists SRR5103776 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_920_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_920_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103777
gz1="$(_compress_if_exists SRR5103777_1 || true)"
gz2="$(_compress_if_exists SRR5103777_2 || true)"
gzs="$(_compress_if_exists SRR5103777 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_921_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_921_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103778
gz1="$(_compress_if_exists SRR5103778_1 || true)"
gz2="$(_compress_if_exists SRR5103778_2 || true)"
gzs="$(_compress_if_exists SRR5103778 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_922_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_922_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103779
gz1="$(_compress_if_exists SRR5103779_1 || true)"
gz2="$(_compress_if_exists SRR5103779_2 || true)"
gzs="$(_compress_if_exists SRR5103779 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_923_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_923_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103780
gz1="$(_compress_if_exists SRR5103780_1 || true)"
gz2="$(_compress_if_exists SRR5103780_2 || true)"
gzs="$(_compress_if_exists SRR5103780 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_924_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_924_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103781
gz1="$(_compress_if_exists SRR5103781_1 || true)"
gz2="$(_compress_if_exists SRR5103781_2 || true)"
gzs="$(_compress_if_exists SRR5103781 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_925_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_925_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103782
gz1="$(_compress_if_exists SRR5103782_1 || true)"
gz2="$(_compress_if_exists SRR5103782_2 || true)"
gzs="$(_compress_if_exists SRR5103782 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_926_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_926_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103783
gz1="$(_compress_if_exists SRR5103783_1 || true)"
gz2="$(_compress_if_exists SRR5103783_2 || true)"
gzs="$(_compress_if_exists SRR5103783 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_927_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_927_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103784
gz1="$(_compress_if_exists SRR5103784_1 || true)"
gz2="$(_compress_if_exists SRR5103784_2 || true)"
gzs="$(_compress_if_exists SRR5103784 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_928_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_928_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103785
gz1="$(_compress_if_exists SRR5103785_1 || true)"
gz2="$(_compress_if_exists SRR5103785_2 || true)"
gzs="$(_compress_if_exists SRR5103785 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_929_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_929_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103786
gz1="$(_compress_if_exists SRR5103786_1 || true)"
gz2="$(_compress_if_exists SRR5103786_2 || true)"
gzs="$(_compress_if_exists SRR5103786 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_92_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_92_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103787
gz1="$(_compress_if_exists SRR5103787_1 || true)"
gz2="$(_compress_if_exists SRR5103787_2 || true)"
gzs="$(_compress_if_exists SRR5103787 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_930_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_930_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103788
gz1="$(_compress_if_exists SRR5103788_1 || true)"
gz2="$(_compress_if_exists SRR5103788_2 || true)"
gzs="$(_compress_if_exists SRR5103788 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_931_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_931_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103789
gz1="$(_compress_if_exists SRR5103789_1 || true)"
gz2="$(_compress_if_exists SRR5103789_2 || true)"
gzs="$(_compress_if_exists SRR5103789 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_932_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_932_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103790
gz1="$(_compress_if_exists SRR5103790_1 || true)"
gz2="$(_compress_if_exists SRR5103790_2 || true)"
gzs="$(_compress_if_exists SRR5103790 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_933_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_933_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103791
gz1="$(_compress_if_exists SRR5103791_1 || true)"
gz2="$(_compress_if_exists SRR5103791_2 || true)"
gzs="$(_compress_if_exists SRR5103791 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_934_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_934_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103792
gz1="$(_compress_if_exists SRR5103792_1 || true)"
gz2="$(_compress_if_exists SRR5103792_2 || true)"
gzs="$(_compress_if_exists SRR5103792 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_935_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_935_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103793
gz1="$(_compress_if_exists SRR5103793_1 || true)"
gz2="$(_compress_if_exists SRR5103793_2 || true)"
gzs="$(_compress_if_exists SRR5103793 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_936_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_936_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103794
gz1="$(_compress_if_exists SRR5103794_1 || true)"
gz2="$(_compress_if_exists SRR5103794_2 || true)"
gzs="$(_compress_if_exists SRR5103794 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_937_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_937_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103795
gz1="$(_compress_if_exists SRR5103795_1 || true)"
gz2="$(_compress_if_exists SRR5103795_2 || true)"
gzs="$(_compress_if_exists SRR5103795 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_938_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_938_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103796
gz1="$(_compress_if_exists SRR5103796_1 || true)"
gz2="$(_compress_if_exists SRR5103796_2 || true)"
gzs="$(_compress_if_exists SRR5103796 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_939_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_939_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103797
gz1="$(_compress_if_exists SRR5103797_1 || true)"
gz2="$(_compress_if_exists SRR5103797_2 || true)"
gzs="$(_compress_if_exists SRR5103797 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_93_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_93_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103798
gz1="$(_compress_if_exists SRR5103798_1 || true)"
gz2="$(_compress_if_exists SRR5103798_2 || true)"
gzs="$(_compress_if_exists SRR5103798 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_940_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_940_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103799
gz1="$(_compress_if_exists SRR5103799_1 || true)"
gz2="$(_compress_if_exists SRR5103799_2 || true)"
gzs="$(_compress_if_exists SRR5103799 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_941_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_941_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103800
gz1="$(_compress_if_exists SRR5103800_1 || true)"
gz2="$(_compress_if_exists SRR5103800_2 || true)"
gzs="$(_compress_if_exists SRR5103800 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_942_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_942_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103801
gz1="$(_compress_if_exists SRR5103801_1 || true)"
gz2="$(_compress_if_exists SRR5103801_2 || true)"
gzs="$(_compress_if_exists SRR5103801 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_943_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_943_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103802
gz1="$(_compress_if_exists SRR5103802_1 || true)"
gz2="$(_compress_if_exists SRR5103802_2 || true)"
gzs="$(_compress_if_exists SRR5103802 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_944_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_944_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103803
gz1="$(_compress_if_exists SRR5103803_1 || true)"
gz2="$(_compress_if_exists SRR5103803_2 || true)"
gzs="$(_compress_if_exists SRR5103803 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_945_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_945_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103804
gz1="$(_compress_if_exists SRR5103804_1 || true)"
gz2="$(_compress_if_exists SRR5103804_2 || true)"
gzs="$(_compress_if_exists SRR5103804 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_946_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_946_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103805
gz1="$(_compress_if_exists SRR5103805_1 || true)"
gz2="$(_compress_if_exists SRR5103805_2 || true)"
gzs="$(_compress_if_exists SRR5103805 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_947_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_947_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103806
gz1="$(_compress_if_exists SRR5103806_1 || true)"
gz2="$(_compress_if_exists SRR5103806_2 || true)"
gzs="$(_compress_if_exists SRR5103806 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_948_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_948_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103807
gz1="$(_compress_if_exists SRR5103807_1 || true)"
gz2="$(_compress_if_exists SRR5103807_2 || true)"
gzs="$(_compress_if_exists SRR5103807 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_949_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_949_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103808
gz1="$(_compress_if_exists SRR5103808_1 || true)"
gz2="$(_compress_if_exists SRR5103808_2 || true)"
gzs="$(_compress_if_exists SRR5103808 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_94_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_94_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103809
gz1="$(_compress_if_exists SRR5103809_1 || true)"
gz2="$(_compress_if_exists SRR5103809_2 || true)"
gzs="$(_compress_if_exists SRR5103809 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_950_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_950_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103810
gz1="$(_compress_if_exists SRR5103810_1 || true)"
gz2="$(_compress_if_exists SRR5103810_2 || true)"
gzs="$(_compress_if_exists SRR5103810 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_951_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_951_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103811
gz1="$(_compress_if_exists SRR5103811_1 || true)"
gz2="$(_compress_if_exists SRR5103811_2 || true)"
gzs="$(_compress_if_exists SRR5103811 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_952_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_952_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103812
gz1="$(_compress_if_exists SRR5103812_1 || true)"
gz2="$(_compress_if_exists SRR5103812_2 || true)"
gzs="$(_compress_if_exists SRR5103812 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_953_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_953_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103813
gz1="$(_compress_if_exists SRR5103813_1 || true)"
gz2="$(_compress_if_exists SRR5103813_2 || true)"
gzs="$(_compress_if_exists SRR5103813 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_954_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_954_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103814
gz1="$(_compress_if_exists SRR5103814_1 || true)"
gz2="$(_compress_if_exists SRR5103814_2 || true)"
gzs="$(_compress_if_exists SRR5103814 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_955_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_955_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103815
gz1="$(_compress_if_exists SRR5103815_1 || true)"
gz2="$(_compress_if_exists SRR5103815_2 || true)"
gzs="$(_compress_if_exists SRR5103815 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_956_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_956_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103816
gz1="$(_compress_if_exists SRR5103816_1 || true)"
gz2="$(_compress_if_exists SRR5103816_2 || true)"
gzs="$(_compress_if_exists SRR5103816 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_957_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_957_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103817
gz1="$(_compress_if_exists SRR5103817_1 || true)"
gz2="$(_compress_if_exists SRR5103817_2 || true)"
gzs="$(_compress_if_exists SRR5103817 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_958_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_958_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103818
gz1="$(_compress_if_exists SRR5103818_1 || true)"
gz2="$(_compress_if_exists SRR5103818_2 || true)"
gzs="$(_compress_if_exists SRR5103818 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_959_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_959_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103819
gz1="$(_compress_if_exists SRR5103819_1 || true)"
gz2="$(_compress_if_exists SRR5103819_2 || true)"
gzs="$(_compress_if_exists SRR5103819 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_95_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_95_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103820
gz1="$(_compress_if_exists SRR5103820_1 || true)"
gz2="$(_compress_if_exists SRR5103820_2 || true)"
gzs="$(_compress_if_exists SRR5103820 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_960_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_960_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103821
gz1="$(_compress_if_exists SRR5103821_1 || true)"
gz2="$(_compress_if_exists SRR5103821_2 || true)"
gzs="$(_compress_if_exists SRR5103821 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_961_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_961_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103822
gz1="$(_compress_if_exists SRR5103822_1 || true)"
gz2="$(_compress_if_exists SRR5103822_2 || true)"
gzs="$(_compress_if_exists SRR5103822 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_962_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_962_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103823
gz1="$(_compress_if_exists SRR5103823_1 || true)"
gz2="$(_compress_if_exists SRR5103823_2 || true)"
gzs="$(_compress_if_exists SRR5103823 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_963_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_963_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103824
gz1="$(_compress_if_exists SRR5103824_1 || true)"
gz2="$(_compress_if_exists SRR5103824_2 || true)"
gzs="$(_compress_if_exists SRR5103824 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_964_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_964_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103825
gz1="$(_compress_if_exists SRR5103825_1 || true)"
gz2="$(_compress_if_exists SRR5103825_2 || true)"
gzs="$(_compress_if_exists SRR5103825 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_965_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_965_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103826
gz1="$(_compress_if_exists SRR5103826_1 || true)"
gz2="$(_compress_if_exists SRR5103826_2 || true)"
gzs="$(_compress_if_exists SRR5103826 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_966_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_966_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103827
gz1="$(_compress_if_exists SRR5103827_1 || true)"
gz2="$(_compress_if_exists SRR5103827_2 || true)"
gzs="$(_compress_if_exists SRR5103827 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_967_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_967_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103828
gz1="$(_compress_if_exists SRR5103828_1 || true)"
gz2="$(_compress_if_exists SRR5103828_2 || true)"
gzs="$(_compress_if_exists SRR5103828 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_968_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_968_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103829
gz1="$(_compress_if_exists SRR5103829_1 || true)"
gz2="$(_compress_if_exists SRR5103829_2 || true)"
gzs="$(_compress_if_exists SRR5103829 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_969_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_969_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103830
gz1="$(_compress_if_exists SRR5103830_1 || true)"
gz2="$(_compress_if_exists SRR5103830_2 || true)"
gzs="$(_compress_if_exists SRR5103830 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_96_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_96_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103831
gz1="$(_compress_if_exists SRR5103831_1 || true)"
gz2="$(_compress_if_exists SRR5103831_2 || true)"
gzs="$(_compress_if_exists SRR5103831 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_970_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_970_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103832
gz1="$(_compress_if_exists SRR5103832_1 || true)"
gz2="$(_compress_if_exists SRR5103832_2 || true)"
gzs="$(_compress_if_exists SRR5103832 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_971_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_971_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103833
gz1="$(_compress_if_exists SRR5103833_1 || true)"
gz2="$(_compress_if_exists SRR5103833_2 || true)"
gzs="$(_compress_if_exists SRR5103833 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_972_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_972_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103834
gz1="$(_compress_if_exists SRR5103834_1 || true)"
gz2="$(_compress_if_exists SRR5103834_2 || true)"
gzs="$(_compress_if_exists SRR5103834 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_973_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_973_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103835
gz1="$(_compress_if_exists SRR5103835_1 || true)"
gz2="$(_compress_if_exists SRR5103835_2 || true)"
gzs="$(_compress_if_exists SRR5103835 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_974_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_974_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103836
gz1="$(_compress_if_exists SRR5103836_1 || true)"
gz2="$(_compress_if_exists SRR5103836_2 || true)"
gzs="$(_compress_if_exists SRR5103836 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_975_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_975_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103837
gz1="$(_compress_if_exists SRR5103837_1 || true)"
gz2="$(_compress_if_exists SRR5103837_2 || true)"
gzs="$(_compress_if_exists SRR5103837 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_976_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_976_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103838
gz1="$(_compress_if_exists SRR5103838_1 || true)"
gz2="$(_compress_if_exists SRR5103838_2 || true)"
gzs="$(_compress_if_exists SRR5103838 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_977_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_977_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103839
gz1="$(_compress_if_exists SRR5103839_1 || true)"
gz2="$(_compress_if_exists SRR5103839_2 || true)"
gzs="$(_compress_if_exists SRR5103839 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_978_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_978_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103840
gz1="$(_compress_if_exists SRR5103840_1 || true)"
gz2="$(_compress_if_exists SRR5103840_2 || true)"
gzs="$(_compress_if_exists SRR5103840 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_979_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_979_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103841
gz1="$(_compress_if_exists SRR5103841_1 || true)"
gz2="$(_compress_if_exists SRR5103841_2 || true)"
gzs="$(_compress_if_exists SRR5103841 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_97_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_97_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103842
gz1="$(_compress_if_exists SRR5103842_1 || true)"
gz2="$(_compress_if_exists SRR5103842_2 || true)"
gzs="$(_compress_if_exists SRR5103842 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_980_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_980_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103843
gz1="$(_compress_if_exists SRR5103843_1 || true)"
gz2="$(_compress_if_exists SRR5103843_2 || true)"
gzs="$(_compress_if_exists SRR5103843 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_981_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_981_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103844
gz1="$(_compress_if_exists SRR5103844_1 || true)"
gz2="$(_compress_if_exists SRR5103844_2 || true)"
gzs="$(_compress_if_exists SRR5103844 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_982_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_982_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103845
gz1="$(_compress_if_exists SRR5103845_1 || true)"
gz2="$(_compress_if_exists SRR5103845_2 || true)"
gzs="$(_compress_if_exists SRR5103845 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_983_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_983_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103846
gz1="$(_compress_if_exists SRR5103846_1 || true)"
gz2="$(_compress_if_exists SRR5103846_2 || true)"
gzs="$(_compress_if_exists SRR5103846 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_984_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_984_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103847
gz1="$(_compress_if_exists SRR5103847_1 || true)"
gz2="$(_compress_if_exists SRR5103847_2 || true)"
gzs="$(_compress_if_exists SRR5103847 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_985_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_985_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103848
gz1="$(_compress_if_exists SRR5103848_1 || true)"
gz2="$(_compress_if_exists SRR5103848_2 || true)"
gzs="$(_compress_if_exists SRR5103848 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_986_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_986_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103849
gz1="$(_compress_if_exists SRR5103849_1 || true)"
gz2="$(_compress_if_exists SRR5103849_2 || true)"
gzs="$(_compress_if_exists SRR5103849 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_987_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_987_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103850
gz1="$(_compress_if_exists SRR5103850_1 || true)"
gz2="$(_compress_if_exists SRR5103850_2 || true)"
gzs="$(_compress_if_exists SRR5103850 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_988_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_988_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103851
gz1="$(_compress_if_exists SRR5103851_1 || true)"
gz2="$(_compress_if_exists SRR5103851_2 || true)"
gzs="$(_compress_if_exists SRR5103851 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_989_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_989_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103852
gz1="$(_compress_if_exists SRR5103852_1 || true)"
gz2="$(_compress_if_exists SRR5103852_2 || true)"
gzs="$(_compress_if_exists SRR5103852 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_98_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_98_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103853
gz1="$(_compress_if_exists SRR5103853_1 || true)"
gz2="$(_compress_if_exists SRR5103853_2 || true)"
gzs="$(_compress_if_exists SRR5103853 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_990_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_990_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103854
gz1="$(_compress_if_exists SRR5103854_1 || true)"
gz2="$(_compress_if_exists SRR5103854_2 || true)"
gzs="$(_compress_if_exists SRR5103854 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_991_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_991_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103855
gz1="$(_compress_if_exists SRR5103855_1 || true)"
gz2="$(_compress_if_exists SRR5103855_2 || true)"
gzs="$(_compress_if_exists SRR5103855 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_992_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_992_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103856
gz1="$(_compress_if_exists SRR5103856_1 || true)"
gz2="$(_compress_if_exists SRR5103856_2 || true)"
gzs="$(_compress_if_exists SRR5103856 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_993_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_993_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103857
gz1="$(_compress_if_exists SRR5103857_1 || true)"
gz2="$(_compress_if_exists SRR5103857_2 || true)"
gzs="$(_compress_if_exists SRR5103857 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_994_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_994_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103858
gz1="$(_compress_if_exists SRR5103858_1 || true)"
gz2="$(_compress_if_exists SRR5103858_2 || true)"
gzs="$(_compress_if_exists SRR5103858 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_995_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_995_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103859
gz1="$(_compress_if_exists SRR5103859_1 || true)"
gz2="$(_compress_if_exists SRR5103859_2 || true)"
gzs="$(_compress_if_exists SRR5103859 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_996_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_996_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103860
gz1="$(_compress_if_exists SRR5103860_1 || true)"
gz2="$(_compress_if_exists SRR5103860_2 || true)"
gzs="$(_compress_if_exists SRR5103860 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_997_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_997_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103861
gz1="$(_compress_if_exists SRR5103861_1 || true)"
gz2="$(_compress_if_exists SRR5103861_2 || true)"
gzs="$(_compress_if_exists SRR5103861 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_998_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_998_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103862
gz1="$(_compress_if_exists SRR5103862_1 || true)"
gz2="$(_compress_if_exists SRR5103862_2 || true)"
gzs="$(_compress_if_exists SRR5103862 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_999_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_999_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103863
gz1="$(_compress_if_exists SRR5103863_1 || true)"
gz2="$(_compress_if_exists SRR5103863_2 || true)"
gzs="$(_compress_if_exists SRR5103863 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_99_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_99_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR5103864
gz1="$(_compress_if_exists SRR5103864_1 || true)"
gz2="$(_compress_if_exists SRR5103864_2 || true)"
gzs="$(_compress_if_exists SRR5103864 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" SI_9_WT.unmapped.1.fastq.gz
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" SI_9_WT.unmapped.2.fastq.gz
fi

fasterq-dump --split-files SRR6237197
gz1="$(_compress_if_exists SRR6237197_1 || true)"
gz2="$(_compress_if_exists SRR6237197_2 || true)"
gzs="$(_compress_if_exists SRR6237197 || true)"

fasterq-dump --split-files SRR6237198
gz1="$(_compress_if_exists SRR6237198_1 || true)"
gz2="$(_compress_if_exists SRR6237198_2 || true)"
gzs="$(_compress_if_exists SRR6237198 || true)"

fasterq-dump --split-files SRR6237199
gz1="$(_compress_if_exists SRR6237199_1 || true)"
gz2="$(_compress_if_exists SRR6237199_2 || true)"
gzs="$(_compress_if_exists SRR6237199 || true)"

fasterq-dump --split-files SRR6237200
gz1="$(_compress_if_exists SRR6237200_1 || true)"
gz2="$(_compress_if_exists SRR6237200_2 || true)"
gzs="$(_compress_if_exists SRR6237200 || true)"

fasterq-dump --split-files SRR6237201
gz1="$(_compress_if_exists SRR6237201_1 || true)"
gz2="$(_compress_if_exists SRR6237201_2 || true)"
gzs="$(_compress_if_exists SRR6237201 || true)"

fasterq-dump --split-files SRR6237202
gz1="$(_compress_if_exists SRR6237202_1 || true)"
gz2="$(_compress_if_exists SRR6237202_2 || true)"
gzs="$(_compress_if_exists SRR6237202 || true)"

fasterq-dump --split-files SRR6237203
gz1="$(_compress_if_exists SRR6237203_1 || true)"
gz2="$(_compress_if_exists SRR6237203_2 || true)"
gzs="$(_compress_if_exists SRR6237203 || true)"

fasterq-dump --split-files SRR6237204
gz1="$(_compress_if_exists SRR6237204_1 || true)"
gz2="$(_compress_if_exists SRR6237204_2 || true)"
gzs="$(_compress_if_exists SRR6237204 || true)"

fasterq-dump --split-files SRR6237205
gz1="$(_compress_if_exists SRR6237205_1 || true)"
gz2="$(_compress_if_exists SRR6237205_2 || true)"
gzs="$(_compress_if_exists SRR6237205 || true)"

fasterq-dump --split-files SRR6237206
gz1="$(_compress_if_exists SRR6237206_1 || true)"
gz2="$(_compress_if_exists SRR6237206_2 || true)"
gzs="$(_compress_if_exists SRR6237206 || true)"

fasterq-dump --split-files SRR6237207
gz1="$(_compress_if_exists SRR6237207_1 || true)"
gz2="$(_compress_if_exists SRR6237207_2 || true)"
gzs="$(_compress_if_exists SRR6237207 || true)"

fasterq-dump --split-files SRR6237208
gz1="$(_compress_if_exists SRR6237208_1 || true)"
gz2="$(_compress_if_exists SRR6237208_2 || true)"
gzs="$(_compress_if_exists SRR6237208 || true)"

fasterq-dump --split-files SRR6237209
gz1="$(_compress_if_exists SRR6237209_1 || true)"
gz2="$(_compress_if_exists SRR6237209_2 || true)"
gzs="$(_compress_if_exists SRR6237209 || true)"

fasterq-dump --split-files SRR6237210
gz1="$(_compress_if_exists SRR6237210_1 || true)"
gz2="$(_compress_if_exists SRR6237210_2 || true)"
gzs="$(_compress_if_exists SRR6237210 || true)"

fasterq-dump --split-files SRR6237211
gz1="$(_compress_if_exists SRR6237211_1 || true)"
gz2="$(_compress_if_exists SRR6237211_2 || true)"
gzs="$(_compress_if_exists SRR6237211 || true)"

fasterq-dump --split-files SRR6237212
gz1="$(_compress_if_exists SRR6237212_1 || true)"
gz2="$(_compress_if_exists SRR6237212_2 || true)"
gzs="$(_compress_if_exists SRR6237212 || true)"

fasterq-dump --split-files SRR6237213
gz1="$(_compress_if_exists SRR6237213_1 || true)"
gz2="$(_compress_if_exists SRR6237213_2 || true)"
gzs="$(_compress_if_exists SRR6237213 || true)"

fasterq-dump --split-files SRR6254355
gz1="$(_compress_if_exists SRR6254355_1 || true)"
gz2="$(_compress_if_exists SRR6254355_2 || true)"
gzs="$(_compress_if_exists SRR6254355 || true)"

fasterq-dump --split-files SRR6254356
gz1="$(_compress_if_exists SRR6254356_1 || true)"
gz2="$(_compress_if_exists SRR6254356_2 || true)"
gzs="$(_compress_if_exists SRR6254356 || true)"

fasterq-dump --split-files SRR6254357
gz1="$(_compress_if_exists SRR6254357_1 || true)"
gz2="$(_compress_if_exists SRR6254357_2 || true)"
gzs="$(_compress_if_exists SRR6254357 || true)"

fasterq-dump --split-files SRR6254358
gz1="$(_compress_if_exists SRR6254358_1 || true)"
gz2="$(_compress_if_exists SRR6254358_2 || true)"
gzs="$(_compress_if_exists SRR6254358 || true)"

fasterq-dump --split-files SRR6254359
gz1="$(_compress_if_exists SRR6254359_1 || true)"
gz2="$(_compress_if_exists SRR6254359_2 || true)"
gzs="$(_compress_if_exists SRR6254359 || true)"

fasterq-dump --split-files SRR6254360
gz1="$(_compress_if_exists SRR6254360_1 || true)"
gz2="$(_compress_if_exists SRR6254360_2 || true)"
gzs="$(_compress_if_exists SRR6254360 || true)"

fasterq-dump --split-files SRR6254361
gz1="$(_compress_if_exists SRR6254361_1 || true)"
gz2="$(_compress_if_exists SRR6254361_2 || true)"
gzs="$(_compress_if_exists SRR6254361 || true)"

fasterq-dump --split-files SRR6254362
gz1="$(_compress_if_exists SRR6254362_1 || true)"
gz2="$(_compress_if_exists SRR6254362_2 || true)"
gzs="$(_compress_if_exists SRR6254362 || true)"

fasterq-dump --split-files SRR6254363
gz1="$(_compress_if_exists SRR6254363_1 || true)"
gz2="$(_compress_if_exists SRR6254363_2 || true)"
gzs="$(_compress_if_exists SRR6254363 || true)"

fasterq-dump --split-files SRR6254364
gz1="$(_compress_if_exists SRR6254364_1 || true)"
gz2="$(_compress_if_exists SRR6254364_2 || true)"
gzs="$(_compress_if_exists SRR6254364 || true)"

fasterq-dump --split-files SRR6254365
gz1="$(_compress_if_exists SRR6254365_1 || true)"
gz2="$(_compress_if_exists SRR6254365_2 || true)"
gzs="$(_compress_if_exists SRR6254365 || true)"

fasterq-dump --split-files SRR6254366
gz1="$(_compress_if_exists SRR6254366_1 || true)"
gz2="$(_compress_if_exists SRR6254366_2 || true)"
gzs="$(_compress_if_exists SRR6254366 || true)"

fasterq-dump --split-files SRR6254367
gz1="$(_compress_if_exists SRR6254367_1 || true)"
gz2="$(_compress_if_exists SRR6254367_2 || true)"
gzs="$(_compress_if_exists SRR6254367 || true)"

fasterq-dump --split-files SRR6254368
gz1="$(_compress_if_exists SRR6254368_1 || true)"
gz2="$(_compress_if_exists SRR6254368_2 || true)"
gzs="$(_compress_if_exists SRR6254368 || true)"

fasterq-dump --split-files SRR6254369
gz1="$(_compress_if_exists SRR6254369_1 || true)"
gz2="$(_compress_if_exists SRR6254369_2 || true)"
gzs="$(_compress_if_exists SRR6254369 || true)"

fasterq-dump --split-files SRR6254370
gz1="$(_compress_if_exists SRR6254370_1 || true)"
gz2="$(_compress_if_exists SRR6254370_2 || true)"
gzs="$(_compress_if_exists SRR6254370 || true)"

fasterq-dump --split-files SRR6254371
gz1="$(_compress_if_exists SRR6254371_1 || true)"
gz2="$(_compress_if_exists SRR6254371_2 || true)"
gzs="$(_compress_if_exists SRR6254371 || true)"

fasterq-dump --split-files SRR6254372
gz1="$(_compress_if_exists SRR6254372_1 || true)"
gz2="$(_compress_if_exists SRR6254372_2 || true)"
gzs="$(_compress_if_exists SRR6254372 || true)"

fasterq-dump --split-files SRR6254373
gz1="$(_compress_if_exists SRR6254373_1 || true)"
gz2="$(_compress_if_exists SRR6254373_2 || true)"
gzs="$(_compress_if_exists SRR6254373 || true)"

fasterq-dump --split-files SRR6254375
gz1="$(_compress_if_exists SRR6254375_1 || true)"
gz2="$(_compress_if_exists SRR6254375_2 || true)"
gzs="$(_compress_if_exists SRR6254375 || true)"

fasterq-dump --split-files SRR6254376
gz1="$(_compress_if_exists SRR6254376_1 || true)"
gz2="$(_compress_if_exists SRR6254376_2 || true)"
gzs="$(_compress_if_exists SRR6254376 || true)"

fasterq-dump --split-files SRR6254377
gz1="$(_compress_if_exists SRR6254377_1 || true)"
gz2="$(_compress_if_exists SRR6254377_2 || true)"
gzs="$(_compress_if_exists SRR6254377 || true)"

fasterq-dump --split-files SRR6254378
gz1="$(_compress_if_exists SRR6254378_1 || true)"
gz2="$(_compress_if_exists SRR6254378_2 || true)"
gzs="$(_compress_if_exists SRR6254378 || true)"

fasterq-dump --split-files SRR6254379
gz1="$(_compress_if_exists SRR6254379_1 || true)"
gz2="$(_compress_if_exists SRR6254379_2 || true)"
gzs="$(_compress_if_exists SRR6254379 || true)"

fasterq-dump --split-files SRR6254380
gz1="$(_compress_if_exists SRR6254380_1 || true)"
gz2="$(_compress_if_exists SRR6254380_2 || true)"
gzs="$(_compress_if_exists SRR6254380 || true)"

fasterq-dump --split-files SRR6254381
gz1="$(_compress_if_exists SRR6254381_1 || true)"
gz2="$(_compress_if_exists SRR6254381_2 || true)"
gzs="$(_compress_if_exists SRR6254381 || true)"

fasterq-dump --split-files SRR6254382
gz1="$(_compress_if_exists SRR6254382_1 || true)"
gz2="$(_compress_if_exists SRR6254382_2 || true)"
gzs="$(_compress_if_exists SRR6254382 || true)"

fasterq-dump --split-files SRR6985831
gz1="$(_compress_if_exists SRR6985831_1 || true)"
gz2="$(_compress_if_exists SRR6985831_2 || true)"
gzs="$(_compress_if_exists SRR6985831 || true)"

fasterq-dump --split-files SRR6985832
gz1="$(_compress_if_exists SRR6985832_1 || true)"
gz2="$(_compress_if_exists SRR6985832_2 || true)"
gzs="$(_compress_if_exists SRR6985832 || true)"


# Option B: Direct download (larger .sra files)
curl -L -O -C - https://sra-pub-src-1.s3.amazonaws.com/SRR11728967/FAE.epi3.WT.bam.1
curl -L -O -C - https://sra-pub-src-1.s3.amazonaws.com/SRR11728968/FAE.epi4.WT.bam.1
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5101952/SRR5101952
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5101953/SRR5101953
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5101954/SRR5101954
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5101955/SRR5101955
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5101956/SRR5101956
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5101957/SRR5101957
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5101958/SRR5101958
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5101959/SRR5101959
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5101960/SRR5101960
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5101961/SRR5101961
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5101962/SRR5101962
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5101963/SRR5101963
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5101964/SRR5101964
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5101965/SRR5101965
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5101966/SRR5101966
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5101967/SRR5101967
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5101968/SRR5101968
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5101969/SRR5101969
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5101970/SRR5101970
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5101971/SRR5101971
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5101972/SRR5101972
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5101973/SRR5101973
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5101974/SRR5101974
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5101975/SRR5101975
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5101976/SRR5101976
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5101977/SRR5101977
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5101978/SRR5101978
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5101979/SRR5101979
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5101980/SRR5101980
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5101981/SRR5101981
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5101982/SRR5101982
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5101983/SRR5101983
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5101984/SRR5101984
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5101985/SRR5101985
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5101986/SRR5101986
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5101987/SRR5101987
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5101988/SRR5101988
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5101989/SRR5101989
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5101990/SRR5101990
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5101991/SRR5101991
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5101992/SRR5101992
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5101993/SRR5101993
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5101994/SRR5101994
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5101995/SRR5101995
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5101996/SRR5101996
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5101997/SRR5101997
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5101998/SRR5101998
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5101999/SRR5101999
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102000/SRR5102000
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102001/SRR5102001
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102002/SRR5102002
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102003/SRR5102003
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102004/SRR5102004
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102005/SRR5102005
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102006/SRR5102006
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102007/SRR5102007
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102008/SRR5102008
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102009/SRR5102009
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102010/SRR5102010
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102011/SRR5102011
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102012/SRR5102012
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102013/SRR5102013
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102014/SRR5102014
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102015/SRR5102015
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102016/SRR5102016
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102017/SRR5102017
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102018/SRR5102018
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102019/SRR5102019
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102020/SRR5102020
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102021/SRR5102021
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102022/SRR5102022
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102023/SRR5102023
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102024/SRR5102024
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102025/SRR5102025
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102026/SRR5102026
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102027/SRR5102027
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102028/SRR5102028
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102029/SRR5102029
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102030/SRR5102030
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102031/SRR5102031
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102032/SRR5102032
curl -L -O -C - https://sra-pub-src-1.s3.amazonaws.com/SRR5102033/SC_S177_m5.helminthday3.epi.p1_R1.fastq.gz.1
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102034/SRR5102034
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102035/SRR5102035
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102036/SRR5102036
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102037/SRR5102037
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102038/SRR5102038
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102039/SRR5102039
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102040/SRR5102040
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102041/SRR5102041
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102042/SRR5102042
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102043/SRR5102043
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102044/SRR5102044
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102045/SRR5102045
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102046/SRR5102046
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102047/SRR5102047
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102048/SRR5102048
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102049/SRR5102049
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102050/SRR5102050
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102051/SRR5102051
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102052/SRR5102052
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102053/SRR5102053
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102054/SRR5102054
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102055/SRR5102055
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102056/SRR5102056
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102057/SRR5102057
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102058/SRR5102058
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102059/SRR5102059
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102060/SRR5102060
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102061/SRR5102061
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102062/SRR5102062
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102063/SRR5102063
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102064/SRR5102064
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102065/SRR5102065
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102066/SRR5102066
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102067/SRR5102067
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102068/SRR5102068
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102069/SRR5102069
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102070/SRR5102070
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102071/SRR5102071
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102072/SRR5102072
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102073/SRR5102073
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102074/SRR5102074
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102075/SRR5102075
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102076/SRR5102076
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102077/SRR5102077
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102078/SRR5102078
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102079/SRR5102079
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102080/SRR5102080
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102081/SRR5102081
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102082/SRR5102082
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102083/SRR5102083
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102084/SRR5102084
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102085/SRR5102085
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102086/SRR5102086
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102087/SRR5102087
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102088/SRR5102088
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102089/SRR5102089
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102090/SRR5102090
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102091/SRR5102091
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102092/SRR5102092
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102093/SRR5102093
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102094/SRR5102094
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102095/SRR5102095
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102096/SRR5102096
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102097/SRR5102097
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102098/SRR5102098
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102099/SRR5102099
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102100/SRR5102100
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102101/SRR5102101
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102102/SRR5102102
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102103/SRR5102103
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102104/SRR5102104
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102105/SRR5102105
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102106/SRR5102106
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102107/SRR5102107
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102108/SRR5102108
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102109/SRR5102109
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102110/SRR5102110
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102111/SRR5102111
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102112/SRR5102112
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102113/SRR5102113
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102114/SRR5102114
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102115/SRR5102115
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102116/SRR5102116
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102117/SRR5102117
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102118/SRR5102118
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102119/SRR5102119
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102120/SRR5102120
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102121/SRR5102121
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102122/SRR5102122
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102123/SRR5102123
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102124/SRR5102124
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102125/SRR5102125
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102126/SRR5102126
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102127/SRR5102127
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102128/SRR5102128
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102129/SRR5102129
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102130/SRR5102130
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102131/SRR5102131
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102132/SRR5102132
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102133/SRR5102133
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102134/SRR5102134
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102135/SRR5102135
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102136/SRR5102136
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102137/SRR5102137
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102138/SRR5102138
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102139/SRR5102139
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102140/SRR5102140
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102141/SRR5102141
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102142/SRR5102142
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102143/SRR5102143
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102144/SRR5102144
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102145/SRR5102145
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102146/SRR5102146
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102147/SRR5102147
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102148/SRR5102148
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102149/SRR5102149
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102150/SRR5102150
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102151/SRR5102151
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102152/SRR5102152
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102153/SRR5102153
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102154/SRR5102154
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102155/SRR5102155
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102156/SRR5102156
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102157/SRR5102157
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102158/SRR5102158
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102159/SRR5102159
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102160/SRR5102160
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102161/SRR5102161
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102162/SRR5102162
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102163/SRR5102163
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102164/SRR5102164
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102165/SRR5102165
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102166/SRR5102166
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102167/SRR5102167
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102168/SRR5102168
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102169/SRR5102169
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102170/SRR5102170
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102171/SRR5102171
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102172/SRR5102172
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102173/SRR5102173
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102174/SRR5102174
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102175/SRR5102175
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102176/SRR5102176
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102177/SRR5102177
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102178/SRR5102178
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102179/SRR5102179
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102180/SRR5102180
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102181/SRR5102181
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102182/SRR5102182
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102183/SRR5102183
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102184/SRR5102184
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102185/SRR5102185
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102186/SRR5102186
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102187/SRR5102187
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102188/SRR5102188
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102189/SRR5102189
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102190/SRR5102190
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102191/SRR5102191
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102192/SRR5102192
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102193/SRR5102193
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102194/SRR5102194
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102195/SRR5102195
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102196/SRR5102196
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102197/SRR5102197
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102198/SRR5102198
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102199/SRR5102199
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102200/SRR5102200
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102201/SRR5102201
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102202/SRR5102202
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102203/SRR5102203
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102204/SRR5102204
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102205/SRR5102205
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102206/SRR5102206
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102207/SRR5102207
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102208/SRR5102208
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102209/SRR5102209
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102210/SRR5102210
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102211/SRR5102211
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102212/SRR5102212
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102213/SRR5102213
curl -L -O -C - https://sra-downloadb.be-md.ncbi.nlm.nih.gov/sos5/sra-pub-zq-14/SRR005/102/SRR5102214.sralite.1
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102215/SRR5102215
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102216/SRR5102216
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102217/SRR5102217
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102218/SRR5102218
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102219/SRR5102219
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102220/SRR5102220
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102221/SRR5102221
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102222/SRR5102222
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102223/SRR5102223
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102224/SRR5102224
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102225/SRR5102225
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102226/SRR5102226
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102227/SRR5102227
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102228/SRR5102228
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102229/SRR5102229
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102230/SRR5102230
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102231/SRR5102231
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102232/SRR5102232
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102233/SRR5102233
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102234/SRR5102234
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102235/SRR5102235
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102236/SRR5102236
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102237/SRR5102237
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102238/SRR5102238
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102239/SRR5102239
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102240/SRR5102240
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102241/SRR5102241
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102242/SRR5102242
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102243/SRR5102243
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102244/SRR5102244
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102245/SRR5102245
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102246/SRR5102246
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102247/SRR5102247
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102248/SRR5102248
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102249/SRR5102249
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102250/SRR5102250
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102251/SRR5102251
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102252/SRR5102252
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102253/SRR5102253
curl -L -O -C - https://sra-downloadb.be-md.ncbi.nlm.nih.gov/sos5/sra-pub-zq-14/SRR005/102/SRR5102254.sralite.1
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102255/SRR5102255
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102256/SRR5102256
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102257/SRR5102257
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102258/SRR5102258
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102259/SRR5102259
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102260/SRR5102260
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102261/SRR5102261
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102262/SRR5102262
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102263/SRR5102263
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102264/SRR5102264
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102265/SRR5102265
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102266/SRR5102266
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102267/SRR5102267
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102268/SRR5102268
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102269/SRR5102269
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102270/SRR5102270
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102271/SRR5102271
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102272/SRR5102272
curl -L -O -C - https://sra-pub-src-1.s3.amazonaws.com/SRR5102273/SC_S46_m3.salmonella.epi.p1_R1.fastq.gz.1
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102274/SRR5102274
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102275/SRR5102275
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102276/SRR5102276
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102277/SRR5102277
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102278/SRR5102278
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102279/SRR5102279
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102280/SRR5102280
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102281/SRR5102281
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102282/SRR5102282
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102283/SRR5102283
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102284/SRR5102284
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102285/SRR5102285
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102286/SRR5102286
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102287/SRR5102287
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102288/SRR5102288
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102289/SRR5102289
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102290/SRR5102290
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102291/SRR5102291
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102292/SRR5102292
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102293/SRR5102293
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102294/SRR5102294
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102295/SRR5102295
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102296/SRR5102296
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102297/SRR5102297
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102298/SRR5102298
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102299/SRR5102299
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102300/SRR5102300
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102301/SRR5102301
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102302/SRR5102302
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102303/SRR5102303
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102304/SRR5102304
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102305/SRR5102305
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102306/SRR5102306
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102307/SRR5102307
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102308/SRR5102308
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102309/SRR5102309
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102310/SRR5102310
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102311/SRR5102311
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102312/SRR5102312
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102313/SRR5102313
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102314/SRR5102314
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102315/SRR5102315
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102316/SRR5102316
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102317/SRR5102317
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102318/SRR5102318
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102319/SRR5102319
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102320/SRR5102320
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102321/SRR5102321
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102322/SRR5102322
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102323/SRR5102323
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102324/SRR5102324
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102325/SRR5102325
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102326/SRR5102326
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102327/SRR5102327
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102328/SRR5102328
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102329/SRR5102329
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102330/SRR5102330
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102331/SRR5102331
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102332/SRR5102332
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102333/SRR5102333
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102334/SRR5102334
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102335/SRR5102335
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102336/SRR5102336
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102337/SRR5102337
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102338/SRR5102338
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102339/SRR5102339
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102340/SRR5102340
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102341/SRR5102341
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102342/SRR5102342
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102343/SRR5102343
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102344/SRR5102344
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102345/SRR5102345
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102346/SRR5102346
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102347/SRR5102347
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102348/SRR5102348
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102349/SRR5102349
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102350/SRR5102350
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102351/SRR5102351
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102352/SRR5102352
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102353/SRR5102353
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102354/SRR5102354
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102355/SRR5102355
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102356/SRR5102356
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102357/SRR5102357
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102358/SRR5102358
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102359/SRR5102359
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102360/SRR5102360
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102361/SRR5102361
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102362/SRR5102362
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102363/SRR5102363
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102364/SRR5102364
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102365/SRR5102365
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102366/SRR5102366
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102367/SRR5102367
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102368/SRR5102368
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102369/SRR5102369
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102370/SRR5102370
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102371/SRR5102371
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102372/SRR5102372
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102373/SRR5102373
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102374/SRR5102374
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102375/SRR5102375
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102376/SRR5102376
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102377/SRR5102377
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102378/SRR5102378
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102379/SRR5102379
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102380/SRR5102380
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102381/SRR5102381
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102382/SRR5102382
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102383/SRR5102383
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102384/SRR5102384
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102385/SRR5102385
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102386/SRR5102386
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102387/SRR5102387
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102388/SRR5102388
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102389/SRR5102389
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102390/SRR5102390
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102391/SRR5102391
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102392/SRR5102392
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102393/SRR5102393
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102394/SRR5102394
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102395/SRR5102395
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102396/SRR5102396
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102397/SRR5102397
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102398/SRR5102398
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102399/SRR5102399
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102400/SRR5102400
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102401/SRR5102401
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102402/SRR5102402
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102403/SRR5102403
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102404/SRR5102404
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102405/SRR5102405
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102406/SRR5102406
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102407/SRR5102407
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102408/SRR5102408
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102409/SRR5102409
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102410/SRR5102410
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102411/SRR5102411
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102412/SRR5102412
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102413/SRR5102413
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102414/SRR5102414
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102415/SRR5102415
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102416/SRR5102416
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102417/SRR5102417
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102418/SRR5102418
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102419/SRR5102419
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102420/SRR5102420
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102421/SRR5102421
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102422/SRR5102422
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102423/SRR5102423
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102424/SRR5102424
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102425/SRR5102425
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102426/SRR5102426
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102427/SRR5102427
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102428/SRR5102428
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102429/SRR5102429
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102430/SRR5102430
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102431/SRR5102431
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102432/SRR5102432
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102433/SRR5102433
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102434/SRR5102434
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102435/SRR5102435
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102436/SRR5102436
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102437/SRR5102437
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102438/SRR5102438
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102439/SRR5102439
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102440/SRR5102440
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102441/SRR5102441
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102442/SRR5102442
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102443/SRR5102443
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102444/SRR5102444
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102445/SRR5102445
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102446/SRR5102446
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102447/SRR5102447
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102448/SRR5102448
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102449/SRR5102449
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102450/SRR5102450
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102451/SRR5102451
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102452/SRR5102452
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102453/SRR5102453
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102454/SRR5102454
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102455/SRR5102455
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102456/SRR5102456
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102457/SRR5102457
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102458/SRR5102458
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102459/SRR5102459
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102460/SRR5102460
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102461/SRR5102461
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102462/SRR5102462
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102463/SRR5102463
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102464/SRR5102464
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102465/SRR5102465
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102466/SRR5102466
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102467/SRR5102467
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102468/SRR5102468
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102469/SRR5102469
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102470/SRR5102470
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102471/SRR5102471
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102472/SRR5102472
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102473/SRR5102473
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102474/SRR5102474
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102475/SRR5102475
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102476/SRR5102476
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102477/SRR5102477
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102478/SRR5102478
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102479/SRR5102479
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102480/SRR5102480
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102481/SRR5102481
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102482/SRR5102482
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102483/SRR5102483
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102484/SRR5102484
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102485/SRR5102485
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102486/SRR5102486
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102487/SRR5102487
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102488/SRR5102488
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102489/SRR5102489
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102490/SRR5102490
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102491/SRR5102491
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102492/SRR5102492
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102493/SRR5102493
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102494/SRR5102494
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102495/SRR5102495
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102496/SRR5102496
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102497/SRR5102497
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102498/SRR5102498
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102499/SRR5102499
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102500/SRR5102500
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102501/SRR5102501
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102502/SRR5102502
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102503/SRR5102503
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102504/SRR5102504
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102505/SRR5102505
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102506/SRR5102506
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102507/SRR5102507
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102508/SRR5102508
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102509/SRR5102509
curl -L -O -C - https://sra-pub-src-1.s3.amazonaws.com/SRR5102510/SI_1153_WT.unmapped.1.fastq.gz.1
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102511/SRR5102511
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102512/SRR5102512
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102513/SRR5102513
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102514/SRR5102514
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102515/SRR5102515
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102516/SRR5102516
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102517/SRR5102517
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102518/SRR5102518
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102519/SRR5102519
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102520/SRR5102520
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102521/SRR5102521
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102522/SRR5102522
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102523/SRR5102523
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102524/SRR5102524
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102525/SRR5102525
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102526/SRR5102526
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102527/SRR5102527
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102528/SRR5102528
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102529/SRR5102529
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102530/SRR5102530
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102531/SRR5102531
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102532/SRR5102532
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102533/SRR5102533
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102534/SRR5102534
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102535/SRR5102535
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102536/SRR5102536
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102537/SRR5102537
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102538/SRR5102538
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102539/SRR5102539
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102540/SRR5102540
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102541/SRR5102541
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102542/SRR5102542
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102543/SRR5102543
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102544/SRR5102544
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102545/SRR5102545
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102546/SRR5102546
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102547/SRR5102547
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102548/SRR5102548
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102549/SRR5102549
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102550/SRR5102550
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102551/SRR5102551
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102552/SRR5102552
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102553/SRR5102553
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102554/SRR5102554
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102555/SRR5102555
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102556/SRR5102556
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102557/SRR5102557
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102558/SRR5102558
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102559/SRR5102559
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102560/SRR5102560
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102561/SRR5102561
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102562/SRR5102562
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102563/SRR5102563
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102564/SRR5102564
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102565/SRR5102565
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102566/SRR5102566
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102567/SRR5102567
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102568/SRR5102568
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102569/SRR5102569
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102570/SRR5102570
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102571/SRR5102571
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102572/SRR5102572
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102573/SRR5102573
curl -L -O -C - https://sra-downloadb.be-md.ncbi.nlm.nih.gov/sos5/sra-pub-zq-14/SRR005/102/SRR5102574.sralite.1
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102575/SRR5102575
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102576/SRR5102576
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102577/SRR5102577
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102578/SRR5102578
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102579/SRR5102579
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102580/SRR5102580
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102581/SRR5102581
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102582/SRR5102582
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102583/SRR5102583
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102584/SRR5102584
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102585/SRR5102585
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102586/SRR5102586
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102587/SRR5102587
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102588/SRR5102588
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102589/SRR5102589
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102590/SRR5102590
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102591/SRR5102591
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102592/SRR5102592
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102593/SRR5102593
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102594/SRR5102594
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102595/SRR5102595
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102596/SRR5102596
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102597/SRR5102597
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102598/SRR5102598
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102599/SRR5102599
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102600/SRR5102600
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102601/SRR5102601
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102602/SRR5102602
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102603/SRR5102603
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102604/SRR5102604
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102605/SRR5102605
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102606/SRR5102606
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102607/SRR5102607
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102608/SRR5102608
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102609/SRR5102609
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102610/SRR5102610
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102611/SRR5102611
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102612/SRR5102612
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102613/SRR5102613
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102614/SRR5102614
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102615/SRR5102615
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102616/SRR5102616
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102617/SRR5102617
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102618/SRR5102618
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102619/SRR5102619
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102620/SRR5102620
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102621/SRR5102621
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102622/SRR5102622
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102623/SRR5102623
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102624/SRR5102624
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102625/SRR5102625
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102626/SRR5102626
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102627/SRR5102627
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102628/SRR5102628
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102629/SRR5102629
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102630/SRR5102630
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102631/SRR5102631
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102632/SRR5102632
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102633/SRR5102633
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102634/SRR5102634
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102635/SRR5102635
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102636/SRR5102636
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102637/SRR5102637
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102638/SRR5102638
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102639/SRR5102639
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102640/SRR5102640
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102641/SRR5102641
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102642/SRR5102642
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102643/SRR5102643
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102644/SRR5102644
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102645/SRR5102645
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102646/SRR5102646
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102647/SRR5102647
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102648/SRR5102648
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102649/SRR5102649
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102650/SRR5102650
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102651/SRR5102651
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102652/SRR5102652
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102653/SRR5102653
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102654/SRR5102654
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102655/SRR5102655
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102656/SRR5102656
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102657/SRR5102657
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102658/SRR5102658
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102659/SRR5102659
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102660/SRR5102660
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102661/SRR5102661
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102662/SRR5102662
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102663/SRR5102663
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102664/SRR5102664
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102665/SRR5102665
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102666/SRR5102666
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102667/SRR5102667
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102668/SRR5102668
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102669/SRR5102669
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102670/SRR5102670
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102671/SRR5102671
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102672/SRR5102672
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102673/SRR5102673
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102674/SRR5102674
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102675/SRR5102675
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102676/SRR5102676
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102677/SRR5102677
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102678/SRR5102678
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102679/SRR5102679
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102681/SRR5102681
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102682/SRR5102682
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102683/SRR5102683
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102684/SRR5102684
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102685/SRR5102685
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102686/SRR5102686
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102687/SRR5102687
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102688/SRR5102688
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102689/SRR5102689
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102690/SRR5102690
curl -L -O -C - https://sra-pub-src-1.s3.amazonaws.com/SRR5102691/SI_1315_WT.unmapped.1.fastq.gz.1
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102692/SRR5102692
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102693/SRR5102693
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102694/SRR5102694
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102695/SRR5102695
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102696/SRR5102696
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102697/SRR5102697
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102698/SRR5102698
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102699/SRR5102699
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102700/SRR5102700
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102701/SRR5102701
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102702/SRR5102702
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102703/SRR5102703
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102704/SRR5102704
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102705/SRR5102705
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102706/SRR5102706
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102707/SRR5102707
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102708/SRR5102708
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102709/SRR5102709
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102710/SRR5102710
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102711/SRR5102711
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102712/SRR5102712
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102713/SRR5102713
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102714/SRR5102714
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102715/SRR5102715
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102716/SRR5102716
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102717/SRR5102717
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102718/SRR5102718
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102719/SRR5102719
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102720/SRR5102720
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102721/SRR5102721
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102722/SRR5102722
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102723/SRR5102723
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102724/SRR5102724
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102725/SRR5102725
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102726/SRR5102726
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102727/SRR5102727
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102728/SRR5102728
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102729/SRR5102729
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102730/SRR5102730
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102731/SRR5102731
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102732/SRR5102732
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102733/SRR5102733
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102734/SRR5102734
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102735/SRR5102735
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102736/SRR5102736
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102737/SRR5102737
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102738/SRR5102738
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102739/SRR5102739
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102740/SRR5102740
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102741/SRR5102741
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102742/SRR5102742
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102743/SRR5102743
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102744/SRR5102744
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102745/SRR5102745
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102746/SRR5102746
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102747/SRR5102747
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102748/SRR5102748
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102749/SRR5102749
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102750/SRR5102750
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102751/SRR5102751
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102752/SRR5102752
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102753/SRR5102753
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102754/SRR5102754
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102755/SRR5102755
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102756/SRR5102756
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102757/SRR5102757
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102758/SRR5102758
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102759/SRR5102759
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102760/SRR5102760
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102761/SRR5102761
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102762/SRR5102762
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102763/SRR5102763
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102764/SRR5102764
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102765/SRR5102765
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102766/SRR5102766
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102767/SRR5102767
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102768/SRR5102768
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102769/SRR5102769
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102770/SRR5102770
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102771/SRR5102771
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102772/SRR5102772
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102773/SRR5102773
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102774/SRR5102774
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102775/SRR5102775
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102776/SRR5102776
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102777/SRR5102777
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102778/SRR5102778
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102779/SRR5102779
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102780/SRR5102780
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102781/SRR5102781
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102782/SRR5102782
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102783/SRR5102783
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102784/SRR5102784
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102785/SRR5102785
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102786/SRR5102786
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102787/SRR5102787
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102788/SRR5102788
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102789/SRR5102789
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102790/SRR5102790
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102791/SRR5102791
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102792/SRR5102792
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102793/SRR5102793
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102794/SRR5102794
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102795/SRR5102795
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102796/SRR5102796
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102797/SRR5102797
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102798/SRR5102798
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102799/SRR5102799
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102800/SRR5102800
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102801/SRR5102801
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102802/SRR5102802
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102803/SRR5102803
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102804/SRR5102804
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102805/SRR5102805
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102806/SRR5102806
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102807/SRR5102807
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102808/SRR5102808
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102809/SRR5102809
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102810/SRR5102810
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102811/SRR5102811
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102812/SRR5102812
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102813/SRR5102813
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102814/SRR5102814
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102815/SRR5102815
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102816/SRR5102816
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102817/SRR5102817
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102818/SRR5102818
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102819/SRR5102819
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102820/SRR5102820
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102821/SRR5102821
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102822/SRR5102822
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102823/SRR5102823
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102824/SRR5102824
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102825/SRR5102825
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102826/SRR5102826
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102827/SRR5102827
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102828/SRR5102828
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102829/SRR5102829
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102830/SRR5102830
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102831/SRR5102831
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102832/SRR5102832
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102833/SRR5102833
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102834/SRR5102834
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102835/SRR5102835
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102836/SRR5102836
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102837/SRR5102837
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102838/SRR5102838
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102839/SRR5102839
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102840/SRR5102840
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102841/SRR5102841
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102842/SRR5102842
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102843/SRR5102843
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102844/SRR5102844
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102845/SRR5102845
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102846/SRR5102846
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102847/SRR5102847
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102848/SRR5102848
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102849/SRR5102849
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102850/SRR5102850
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102851/SRR5102851
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102852/SRR5102852
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102853/SRR5102853
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102854/SRR5102854
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102855/SRR5102855
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102856/SRR5102856
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102857/SRR5102857
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102858/SRR5102858
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102859/SRR5102859
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102860/SRR5102860
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102861/SRR5102861
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102862/SRR5102862
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102863/SRR5102863
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102864/SRR5102864
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102865/SRR5102865
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102866/SRR5102866
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102867/SRR5102867
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102868/SRR5102868
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102869/SRR5102869
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102870/SRR5102870
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102871/SRR5102871
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102872/SRR5102872
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102873/SRR5102873
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102874/SRR5102874
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102875/SRR5102875
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102876/SRR5102876
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102877/SRR5102877
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102878/SRR5102878
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102879/SRR5102879
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102880/SRR5102880
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102881/SRR5102881
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102882/SRR5102882
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102883/SRR5102883
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102884/SRR5102884
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102885/SRR5102885
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102886/SRR5102886
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102887/SRR5102887
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102888/SRR5102888
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102889/SRR5102889
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102890/SRR5102890
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102891/SRR5102891
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102892/SRR5102892
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102893/SRR5102893
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102894/SRR5102894
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102895/SRR5102895
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102896/SRR5102896
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102897/SRR5102897
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102898/SRR5102898
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102899/SRR5102899
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102900/SRR5102900
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102901/SRR5102901
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102902/SRR5102902
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102903/SRR5102903
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102904/SRR5102904
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102905/SRR5102905
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102906/SRR5102906
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102907/SRR5102907
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102908/SRR5102908
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102909/SRR5102909
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102910/SRR5102910
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102911/SRR5102911
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102912/SRR5102912
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102913/SRR5102913
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102914/SRR5102914
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102915/SRR5102915
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102916/SRR5102916
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102917/SRR5102917
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102918/SRR5102918
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102919/SRR5102919
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102920/SRR5102920
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102921/SRR5102921
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102922/SRR5102922
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102923/SRR5102923
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102924/SRR5102924
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102925/SRR5102925
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102926/SRR5102926
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102927/SRR5102927
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102928/SRR5102928
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102929/SRR5102929
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102930/SRR5102930
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102931/SRR5102931
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102932/SRR5102932
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102933/SRR5102933
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102934/SRR5102934
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102935/SRR5102935
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102936/SRR5102936
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102937/SRR5102937
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102938/SRR5102938
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102939/SRR5102939
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102940/SRR5102940
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102941/SRR5102941
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102942/SRR5102942
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102943/SRR5102943
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102944/SRR5102944
curl -L -O -C - https://sra-pub-src-1.s3.amazonaws.com/SRR5102945/SI_173_WT.unmapped.1.fastq.gz.1
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102946/SRR5102946
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102947/SRR5102947
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102948/SRR5102948
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102949/SRR5102949
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102950/SRR5102950
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102951/SRR5102951
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102952/SRR5102952
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102953/SRR5102953
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102954/SRR5102954
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102955/SRR5102955
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102956/SRR5102956
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102957/SRR5102957
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102958/SRR5102958
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102959/SRR5102959
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102960/SRR5102960
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102961/SRR5102961
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102962/SRR5102962
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102963/SRR5102963
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102964/SRR5102964
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102965/SRR5102965
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102966/SRR5102966
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102967/SRR5102967
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102968/SRR5102968
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102969/SRR5102969
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102970/SRR5102970
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102971/SRR5102971
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102972/SRR5102972
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102973/SRR5102973
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102974/SRR5102974
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102975/SRR5102975
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102976/SRR5102976
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102977/SRR5102977
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102978/SRR5102978
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102979/SRR5102979
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102980/SRR5102980
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102981/SRR5102981
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102982/SRR5102982
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102983/SRR5102983
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102984/SRR5102984
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102985/SRR5102985
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102986/SRR5102986
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102987/SRR5102987
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102988/SRR5102988
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102989/SRR5102989
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102990/SRR5102990
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102991/SRR5102991
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102992/SRR5102992
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102993/SRR5102993
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102994/SRR5102994
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102995/SRR5102995
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102996/SRR5102996
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102997/SRR5102997
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102998/SRR5102998
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102999/SRR5102999
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103000/SRR5103000
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103001/SRR5103001
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103002/SRR5103002
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103003/SRR5103003
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103004/SRR5103004
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103005/SRR5103005
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103006/SRR5103006
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103007/SRR5103007
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103008/SRR5103008
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103009/SRR5103009
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103010/SRR5103010
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103011/SRR5103011
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103012/SRR5103012
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103013/SRR5103013
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103014/SRR5103014
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103015/SRR5103015
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103016/SRR5103016
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103017/SRR5103017
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103018/SRR5103018
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103019/SRR5103019
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103020/SRR5103020
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103021/SRR5103021
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103022/SRR5103022
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103023/SRR5103023
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103024/SRR5103024
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103025/SRR5103025
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103026/SRR5103026
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103027/SRR5103027
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103028/SRR5103028
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103029/SRR5103029
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103030/SRR5103030
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103031/SRR5103031
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103032/SRR5103032
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103033/SRR5103033
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103034/SRR5103034
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103035/SRR5103035
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103036/SRR5103036
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103037/SRR5103037
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103038/SRR5103038
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103039/SRR5103039
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103040/SRR5103040
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103041/SRR5103041
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103042/SRR5103042
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103043/SRR5103043
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103044/SRR5103044
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103045/SRR5103045
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103046/SRR5103046
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103047/SRR5103047
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103048/SRR5103048
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103049/SRR5103049
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103050/SRR5103050
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103051/SRR5103051
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103052/SRR5103052
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103053/SRR5103053
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103054/SRR5103054
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103055/SRR5103055
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103056/SRR5103056
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103057/SRR5103057
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103058/SRR5103058
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103059/SRR5103059
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103060/SRR5103060
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103061/SRR5103061
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103062/SRR5103062
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103063/SRR5103063
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103064/SRR5103064
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103065/SRR5103065
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103066/SRR5103066
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103067/SRR5103067
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103068/SRR5103068
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103069/SRR5103069
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103070/SRR5103070
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103071/SRR5103071
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103072/SRR5103072
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103073/SRR5103073
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103074/SRR5103074
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103075/SRR5103075
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103076/SRR5103076
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103077/SRR5103077
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103078/SRR5103078
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103079/SRR5103079
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103080/SRR5103080
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103081/SRR5103081
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103082/SRR5103082
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103083/SRR5103083
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103084/SRR5103084
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103085/SRR5103085
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103086/SRR5103086
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103087/SRR5103087
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103088/SRR5103088
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103089/SRR5103089
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103090/SRR5103090
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103091/SRR5103091
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103092/SRR5103092
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103093/SRR5103093
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103094/SRR5103094
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103095/SRR5103095
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103096/SRR5103096
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103097/SRR5103097
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103098/SRR5103098
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103099/SRR5103099
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103100/SRR5103100
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103101/SRR5103101
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103102/SRR5103102
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103103/SRR5103103
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103104/SRR5103104
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103105/SRR5103105
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103106/SRR5103106
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103107/SRR5103107
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103108/SRR5103108
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103109/SRR5103109
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103110/SRR5103110
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103111/SRR5103111
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103112/SRR5103112
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103113/SRR5103113
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103114/SRR5103114
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103115/SRR5103115
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103116/SRR5103116
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103117/SRR5103117
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103118/SRR5103118
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103119/SRR5103119
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103120/SRR5103120
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103121/SRR5103121
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103122/SRR5103122
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103123/SRR5103123
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103124/SRR5103124
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103125/SRR5103125
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103126/SRR5103126
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103127/SRR5103127
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103128/SRR5103128
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103129/SRR5103129
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103130/SRR5103130
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103131/SRR5103131
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103132/SRR5103132
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103133/SRR5103133
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103134/SRR5103134
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103135/SRR5103135
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103136/SRR5103136
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103137/SRR5103137
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103138/SRR5103138
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103139/SRR5103139
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103140/SRR5103140
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103141/SRR5103141
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103142/SRR5103142
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103143/SRR5103143
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103144/SRR5103144
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103145/SRR5103145
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103146/SRR5103146
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103147/SRR5103147
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103148/SRR5103148
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103149/SRR5103149
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103150/SRR5103150
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103151/SRR5103151
curl -L -O -C - https://sra-downloadb.be-md.ncbi.nlm.nih.gov/sos5/sra-pub-zq-14/SRR005/103/SRR5103152.sralite.1
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103153/SRR5103153
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103154/SRR5103154
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103155/SRR5103155
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103156/SRR5103156
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103157/SRR5103157
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103158/SRR5103158
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103159/SRR5103159
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103160/SRR5103160
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103161/SRR5103161
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103162/SRR5103162
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103163/SRR5103163
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103164/SRR5103164
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103165/SRR5103165
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103166/SRR5103166
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103167/SRR5103167
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103168/SRR5103168
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103169/SRR5103169
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103170/SRR5103170
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103171/SRR5103171
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103172/SRR5103172
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103173/SRR5103173
curl -L -O -C - https://sra-downloadb.be-md.ncbi.nlm.nih.gov/sos5/sra-pub-zq-14/SRR005/103/SRR5103174.sralite.1
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103175/SRR5103175
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103176/SRR5103176
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103177/SRR5103177
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103178/SRR5103178
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103179/SRR5103179
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103180/SRR5103180
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103181/SRR5103181
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103182/SRR5103182
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103183/SRR5103183
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103184/SRR5103184
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103185/SRR5103185
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103186/SRR5103186
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103187/SRR5103187
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103188/SRR5103188
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103189/SRR5103189
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103190/SRR5103190
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103191/SRR5103191
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103192/SRR5103192
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103193/SRR5103193
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103194/SRR5103194
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103195/SRR5103195
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103196/SRR5103196
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103197/SRR5103197
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103198/SRR5103198
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103199/SRR5103199
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103200/SRR5103200
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103201/SRR5103201
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103202/SRR5103202
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103203/SRR5103203
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103204/SRR5103204
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103205/SRR5103205
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103206/SRR5103206
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103207/SRR5103207
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103208/SRR5103208
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103209/SRR5103209
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103210/SRR5103210
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103211/SRR5103211
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103212/SRR5103212
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103213/SRR5103213
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103214/SRR5103214
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103215/SRR5103215
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103216/SRR5103216
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103217/SRR5103217
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103218/SRR5103218
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103219/SRR5103219
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103220/SRR5103220
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103221/SRR5103221
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103222/SRR5103222
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103223/SRR5103223
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103224/SRR5103224
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103225/SRR5103225
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103226/SRR5103226
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103227/SRR5103227
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103228/SRR5103228
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103229/SRR5103229
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103230/SRR5103230
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103231/SRR5103231
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103232/SRR5103232
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103233/SRR5103233
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103234/SRR5103234
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103235/SRR5103235
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103236/SRR5103236
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103237/SRR5103237
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103238/SRR5103238
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103239/SRR5103239
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103240/SRR5103240
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103241/SRR5103241
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103242/SRR5103242
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103243/SRR5103243
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103244/SRR5103244
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103245/SRR5103245
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103246/SRR5103246
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103247/SRR5103247
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103248/SRR5103248
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103249/SRR5103249
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103250/SRR5103250
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103251/SRR5103251
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103252/SRR5103252
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103253/SRR5103253
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103254/SRR5103254
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103255/SRR5103255
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103256/SRR5103256
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103257/SRR5103257
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103258/SRR5103258
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103259/SRR5103259
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103260/SRR5103260
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103261/SRR5103261
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103262/SRR5103262
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103263/SRR5103263
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103264/SRR5103264
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103265/SRR5103265
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103266/SRR5103266
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103267/SRR5103267
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103268/SRR5103268
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103269/SRR5103269
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103270/SRR5103270
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103271/SRR5103271
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103272/SRR5103272
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103273/SRR5103273
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103274/SRR5103274
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103275/SRR5103275
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103276/SRR5103276
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103277/SRR5103277
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103278/SRR5103278
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103279/SRR5103279
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103280/SRR5103280
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103281/SRR5103281
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103282/SRR5103282
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103283/SRR5103283
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103284/SRR5103284
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103285/SRR5103285
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103286/SRR5103286
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103287/SRR5103287
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103288/SRR5103288
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103289/SRR5103289
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103290/SRR5103290
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103291/SRR5103291
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103292/SRR5103292
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103293/SRR5103293
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103294/SRR5103294
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103295/SRR5103295
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103296/SRR5103296
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103297/SRR5103297
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103298/SRR5103298
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103299/SRR5103299
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103300/SRR5103300
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103301/SRR5103301
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103302/SRR5103302
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103303/SRR5103303
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103304/SRR5103304
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103305/SRR5103305
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103306/SRR5103306
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103307/SRR5103307
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103308/SRR5103308
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103309/SRR5103309
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103310/SRR5103310
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103311/SRR5103311
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103312/SRR5103312
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103313/SRR5103313
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103314/SRR5103314
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103315/SRR5103315
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103316/SRR5103316
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103317/SRR5103317
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103318/SRR5103318
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103319/SRR5103319
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103320/SRR5103320
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103321/SRR5103321
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103322/SRR5103322
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103323/SRR5103323
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103324/SRR5103324
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103325/SRR5103325
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103326/SRR5103326
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103327/SRR5103327
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103328/SRR5103328
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103329/SRR5103329
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103330/SRR5103330
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103331/SRR5103331
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103332/SRR5103332
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103333/SRR5103333
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103334/SRR5103334
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103335/SRR5103335
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103336/SRR5103336
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103337/SRR5103337
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103338/SRR5103338
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103339/SRR5103339
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103340/SRR5103340
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103341/SRR5103341
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103342/SRR5103342
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103343/SRR5103343
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103344/SRR5103344
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103345/SRR5103345
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103346/SRR5103346
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103347/SRR5103347
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103348/SRR5103348
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103349/SRR5103349
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103350/SRR5103350
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103351/SRR5103351
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103352/SRR5103352
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103353/SRR5103353
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103354/SRR5103354
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103355/SRR5103355
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103356/SRR5103356
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103357/SRR5103357
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103358/SRR5103358
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103359/SRR5103359
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103360/SRR5103360
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103361/SRR5103361
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103362/SRR5103362
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103363/SRR5103363
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103364/SRR5103364
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103365/SRR5103365
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103366/SRR5103366
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103367/SRR5103367
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103368/SRR5103368
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103369/SRR5103369
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103370/SRR5103370
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103371/SRR5103371
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103372/SRR5103372
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103373/SRR5103373
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103374/SRR5103374
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103375/SRR5103375
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103376/SRR5103376
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103377/SRR5103377
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103378/SRR5103378
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103379/SRR5103379
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103380/SRR5103380
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103381/SRR5103381
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103382/SRR5103382
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103383/SRR5103383
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103384/SRR5103384
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103385/SRR5103385
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103386/SRR5103386
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103387/SRR5103387
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103388/SRR5103388
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103389/SRR5103389
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103390/SRR5103390
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103391/SRR5103391
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103392/SRR5103392
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103393/SRR5103393
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103394/SRR5103394
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103395/SRR5103395
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103396/SRR5103396
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103397/SRR5103397
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103398/SRR5103398
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103399/SRR5103399
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103400/SRR5103400
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103401/SRR5103401
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103402/SRR5103402
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103403/SRR5103403
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103404/SRR5103404
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103405/SRR5103405
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103406/SRR5103406
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103407/SRR5103407
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103408/SRR5103408
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103409/SRR5103409
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103410/SRR5103410
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103411/SRR5103411
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103412/SRR5103412
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103413/SRR5103413
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103414/SRR5103414
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103415/SRR5103415
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103416/SRR5103416
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103417/SRR5103417
curl -L -O -C - https://sra-pub-src-1.s3.amazonaws.com/SRR5103418/SI_59_WT.unmapped.1.fastq.gz.1
curl -L -O -C - https://sra-pub-src-1.s3.amazonaws.com/SRR5103419/SI_5_WT.unmapped.1.fastq.gz.1
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103420/SRR5103420
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103421/SRR5103421
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103422/SRR5103422
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103423/SRR5103423
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103424/SRR5103424
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103425/SRR5103425
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103426/SRR5103426
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103427/SRR5103427
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103428/SRR5103428
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103429/SRR5103429
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103430/SRR5103430
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103431/SRR5103431
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103432/SRR5103432
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103433/SRR5103433
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103434/SRR5103434
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103435/SRR5103435
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103436/SRR5103436
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103437/SRR5103437
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103438/SRR5103438
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103439/SRR5103439
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103440/SRR5103440
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103441/SRR5103441
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103442/SRR5103442
curl -L -O -C - https://sra-pub-src-1.s3.amazonaws.com/SRR5103443/SI_621_WT.unmapped.1.fastq.gz.1
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103444/SRR5103444
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103445/SRR5103445
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103446/SRR5103446
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103447/SRR5103447
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103448/SRR5103448
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103449/SRR5103449
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103450/SRR5103450
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103451/SRR5103451
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103452/SRR5103452
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103453/SRR5103453
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103454/SRR5103454
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103455/SRR5103455
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103456/SRR5103456
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103457/SRR5103457
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103458/SRR5103458
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103459/SRR5103459
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103460/SRR5103460
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103461/SRR5103461
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103462/SRR5103462
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103463/SRR5103463
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103464/SRR5103464
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103465/SRR5103465
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103466/SRR5103466
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103467/SRR5103467
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103468/SRR5103468
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103469/SRR5103469
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103470/SRR5103470
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103471/SRR5103471
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103472/SRR5103472
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103473/SRR5103473
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103474/SRR5103474
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103475/SRR5103475
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103476/SRR5103476
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103477/SRR5103477
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103478/SRR5103478
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103479/SRR5103479
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103480/SRR5103480
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103481/SRR5103481
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103482/SRR5103482
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103483/SRR5103483
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103484/SRR5103484
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103485/SRR5103485
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103486/SRR5103486
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103487/SRR5103487
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103488/SRR5103488
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103489/SRR5103489
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103490/SRR5103490
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103491/SRR5103491
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103492/SRR5103492
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103493/SRR5103493
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103494/SRR5103494
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103495/SRR5103495
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103496/SRR5103496
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103497/SRR5103497
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103498/SRR5103498
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103499/SRR5103499
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103500/SRR5103500
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103501/SRR5103501
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103502/SRR5103502
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103503/SRR5103503
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103504/SRR5103504
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103505/SRR5103505
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103506/SRR5103506
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103507/SRR5103507
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103508/SRR5103508
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103509/SRR5103509
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103510/SRR5103510
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103511/SRR5103511
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103512/SRR5103512
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103513/SRR5103513
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103514/SRR5103514
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103515/SRR5103515
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103516/SRR5103516
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103517/SRR5103517
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103518/SRR5103518
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103519/SRR5103519
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103520/SRR5103520
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103521/SRR5103521
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103522/SRR5103522
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103523/SRR5103523
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103524/SRR5103524
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103525/SRR5103525
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103526/SRR5103526
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103527/SRR5103527
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103528/SRR5103528
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103529/SRR5103529
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103530/SRR5103530
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103531/SRR5103531
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103532/SRR5103532
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103533/SRR5103533
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103534/SRR5103534
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103535/SRR5103535
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103536/SRR5103536
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103537/SRR5103537
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103538/SRR5103538
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103539/SRR5103539
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103540/SRR5103540
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103541/SRR5103541
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103542/SRR5103542
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103543/SRR5103543
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103544/SRR5103544
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103545/SRR5103545
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103546/SRR5103546
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103547/SRR5103547
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103548/SRR5103548
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103549/SRR5103549
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103550/SRR5103550
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103551/SRR5103551
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103552/SRR5103552
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103553/SRR5103553
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103554/SRR5103554
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103555/SRR5103555
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103556/SRR5103556
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103557/SRR5103557
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103558/SRR5103558
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103559/SRR5103559
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103560/SRR5103560
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103561/SRR5103561
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103562/SRR5103562
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103563/SRR5103563
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103564/SRR5103564
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103565/SRR5103565
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103566/SRR5103566
curl -L -O -C - https://sra-pub-src-1.s3.amazonaws.com/SRR5103568/SI_733_WT.unmapped.1.fastq.gz.1
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103569/SRR5103569
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103570/SRR5103570
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103571/SRR5103571
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103572/SRR5103572
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103573/SRR5103573
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103574/SRR5103574
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103575/SRR5103575
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103576/SRR5103576
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103577/SRR5103577
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103578/SRR5103578
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103579/SRR5103579
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103580/SRR5103580
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103581/SRR5103581
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103582/SRR5103582
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103583/SRR5103583
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103584/SRR5103584
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103585/SRR5103585
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103586/SRR5103586
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103587/SRR5103587
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103588/SRR5103588
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103589/SRR5103589
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103590/SRR5103590
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103591/SRR5103591
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103592/SRR5103592
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103593/SRR5103593
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103594/SRR5103594
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103595/SRR5103595
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103596/SRR5103596
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103597/SRR5103597
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103598/SRR5103598
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103599/SRR5103599
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103600/SRR5103600
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103601/SRR5103601
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103602/SRR5103602
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103603/SRR5103603
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103604/SRR5103604
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103605/SRR5103605
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103606/SRR5103606
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103607/SRR5103607
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103608/SRR5103608
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103609/SRR5103609
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103610/SRR5103610
curl -L -O -C - https://sra-pub-src-1.s3.amazonaws.com/SRR5103611/SI_772_WT.unmapped.1.fastq.gz.1
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103612/SRR5103612
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103613/SRR5103613
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103614/SRR5103614
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103615/SRR5103615
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103616/SRR5103616
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103617/SRR5103617
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103618/SRR5103618
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103619/SRR5103619
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103620/SRR5103620
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103621/SRR5103621
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103622/SRR5103622
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103623/SRR5103623
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103624/SRR5103624
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103625/SRR5103625
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103626/SRR5103626
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103627/SRR5103627
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103628/SRR5103628
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103629/SRR5103629
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103630/SRR5103630
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103631/SRR5103631
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103632/SRR5103632
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103633/SRR5103633
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103634/SRR5103634
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103635/SRR5103635
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103636/SRR5103636
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103637/SRR5103637
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103638/SRR5103638
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103639/SRR5103639
curl -L -O -C - https://sra-pub-src-1.s3.amazonaws.com/SRR5103640/SI_799_WT.unmapped.1.fastq.gz.1
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103641/SRR5103641
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103642/SRR5103642
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103643/SRR5103643
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103644/SRR5103644
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103645/SRR5103645
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103646/SRR5103646
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103647/SRR5103647
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103648/SRR5103648
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103649/SRR5103649
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103650/SRR5103650
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103651/SRR5103651
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103652/SRR5103652
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103653/SRR5103653
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103654/SRR5103654
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103655/SRR5103655
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103656/SRR5103656
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103657/SRR5103657
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103658/SRR5103658
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103659/SRR5103659
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103660/SRR5103660
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103661/SRR5103661
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103662/SRR5103662
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103663/SRR5103663
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103664/SRR5103664
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103665/SRR5103665
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103666/SRR5103666
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103667/SRR5103667
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103668/SRR5103668
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103669/SRR5103669
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103670/SRR5103670
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103671/SRR5103671
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103672/SRR5103672
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103673/SRR5103673
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103674/SRR5103674
curl -L -O -C - https://sra-downloadb.be-md.ncbi.nlm.nih.gov/sos5/sra-pub-zq-14/SRR005/103/SRR5103675.sralite.1
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103676/SRR5103676
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103677/SRR5103677
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103678/SRR5103678
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103679/SRR5103679
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103680/SRR5103680
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103681/SRR5103681
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103682/SRR5103682
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103683/SRR5103683
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103684/SRR5103684
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103685/SRR5103685
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103686/SRR5103686
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103687/SRR5103687
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103688/SRR5103688
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103689/SRR5103689
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103690/SRR5103690
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103691/SRR5103691
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103692/SRR5103692
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103693/SRR5103693
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103694/SRR5103694
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103695/SRR5103695
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103696/SRR5103696
curl -L -O -C - https://sra-downloadb.be-md.ncbi.nlm.nih.gov/sos5/sra-pub-zq-14/SRR005/103/SRR5103697.sralite.1
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103698/SRR5103698
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103699/SRR5103699
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103700/SRR5103700
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103701/SRR5103701
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103702/SRR5103702
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103703/SRR5103703
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103704/SRR5103704
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103705/SRR5103705
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103706/SRR5103706
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103707/SRR5103707
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103708/SRR5103708
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103709/SRR5103709
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103710/SRR5103710
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103711/SRR5103711
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103712/SRR5103712
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103713/SRR5103713
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103714/SRR5103714
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103715/SRR5103715
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103716/SRR5103716
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103717/SRR5103717
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103718/SRR5103718
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103719/SRR5103719
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103720/SRR5103720
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103721/SRR5103721
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103722/SRR5103722
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103723/SRR5103723
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103724/SRR5103724
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103725/SRR5103725
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103726/SRR5103726
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103727/SRR5103727
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103728/SRR5103728
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103729/SRR5103729
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103730/SRR5103730
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103731/SRR5103731
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103732/SRR5103732
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103733/SRR5103733
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103734/SRR5103734
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103735/SRR5103735
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103736/SRR5103736
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103737/SRR5103737
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103738/SRR5103738
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103739/SRR5103739
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103740/SRR5103740
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103741/SRR5103741
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103742/SRR5103742
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103743/SRR5103743
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103744/SRR5103744
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103745/SRR5103745
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103746/SRR5103746
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103747/SRR5103747
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103748/SRR5103748
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103749/SRR5103749
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103750/SRR5103750
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103751/SRR5103751
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103752/SRR5103752
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103753/SRR5103753
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103754/SRR5103754
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103755/SRR5103755
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103756/SRR5103756
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103757/SRR5103757
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103758/SRR5103758
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103759/SRR5103759
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103760/SRR5103760
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103761/SRR5103761
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103762/SRR5103762
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103763/SRR5103763
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103764/SRR5103764
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103765/SRR5103765
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103766/SRR5103766
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103767/SRR5103767
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103768/SRR5103768
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103769/SRR5103769
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103770/SRR5103770
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103771/SRR5103771
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103772/SRR5103772
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103773/SRR5103773
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103774/SRR5103774
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103775/SRR5103775
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103776/SRR5103776
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103777/SRR5103777
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103778/SRR5103778
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103779/SRR5103779
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103780/SRR5103780
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103781/SRR5103781
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103782/SRR5103782
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103783/SRR5103783
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103784/SRR5103784
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103785/SRR5103785
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103786/SRR5103786
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103787/SRR5103787
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103788/SRR5103788
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103789/SRR5103789
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103790/SRR5103790
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103791/SRR5103791
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103792/SRR5103792
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103793/SRR5103793
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103794/SRR5103794
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103795/SRR5103795
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103796/SRR5103796
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103797/SRR5103797
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103798/SRR5103798
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103799/SRR5103799
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103800/SRR5103800
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103801/SRR5103801
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103802/SRR5103802
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103803/SRR5103803
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103804/SRR5103804
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103805/SRR5103805
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103806/SRR5103806
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103807/SRR5103807
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103808/SRR5103808
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103809/SRR5103809
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103810/SRR5103810
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103811/SRR5103811
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103812/SRR5103812
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103813/SRR5103813
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103814/SRR5103814
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103815/SRR5103815
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103816/SRR5103816
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103817/SRR5103817
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103818/SRR5103818
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103819/SRR5103819
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103820/SRR5103820
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103821/SRR5103821
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103822/SRR5103822
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103823/SRR5103823
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103824/SRR5103824
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103825/SRR5103825
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103826/SRR5103826
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103827/SRR5103827
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103828/SRR5103828
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103829/SRR5103829
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103830/SRR5103830
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103831/SRR5103831
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103832/SRR5103832
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103833/SRR5103833
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103834/SRR5103834
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103835/SRR5103835
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103836/SRR5103836
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103837/SRR5103837
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103838/SRR5103838
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103839/SRR5103839
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103840/SRR5103840
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103841/SRR5103841
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103842/SRR5103842
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103843/SRR5103843
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103844/SRR5103844
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103845/SRR5103845
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103846/SRR5103846
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103847/SRR5103847
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103848/SRR5103848
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103849/SRR5103849
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103850/SRR5103850
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103851/SRR5103851
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103852/SRR5103852
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103853/SRR5103853
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103854/SRR5103854
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103855/SRR5103855
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103856/SRR5103856
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103857/SRR5103857
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103858/SRR5103858
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103859/SRR5103859
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103860/SRR5103860
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103861/SRR5103861
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103862/SRR5103862
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103863/SRR5103863
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103864/SRR5103864
curl -L -O -C - https://sra-pub-src-1.s3.amazonaws.com/SRR6237197/Regional_Duo_M1.bam.1
curl -L -O -C - https://sra-pub-src-1.s3.amazonaws.com/SRR6237198/Regional_Duo_M2.bam.1
curl -L -O -C - https://sra-pub-src-1.s3.amazonaws.com/SRR6237199/Regional_Jej_M1.bam.1
curl -L -O -C - https://sra-pub-src-1.s3.amazonaws.com/SRR6237200/Regional_Jej_M2.bam.1
curl -L -O -C - https://sra-pub-src-1.s3.amazonaws.com/SRR6237201/Regional_Il_M1.bam.1
curl -L -O -C - https://sra-pub-src-1.s3.amazonaws.com/SRR6237202/Regional_Il_M2.bam.1
curl -L -O -C - https://sra-pub-src-1.s3.amazonaws.com/SRR6237203/LargeCell_M1_B1.bam.1
curl -L -O -C - https://sra-pub-src-1.s3.amazonaws.com/SRR6237204/LargeCell_M1_B2.bam.1
curl -L -O -C - https://sra-pub-src-1.s3.amazonaws.com/SRR6237205/LargeCell_M1_B3.bam.1
curl -L -O -C - https://sra-pub-src-1.s3.amazonaws.com/SRR6237206/LargeCell_M1_B4.bam.1
curl -L -O -C - https://sra-pub-src-1.s3.amazonaws.com/SRR6237207/LargeCell_M1_B5.bam.1
curl -L -O -C - https://sra-pub-src-1.s3.amazonaws.com/SRR6237208/LargeCell_M2_B6.bam.1
curl -L -O -C - https://sra-pub-src-1.s3.amazonaws.com/SRR6237209/LargeCell_M2_B7.bam.1
curl -L -O -C - https://sra-pub-src-1.s3.amazonaws.com/SRR6237210/Salmonella_M1.bam.1
curl -L -O -C - https://sra-pub-src-1.s3.amazonaws.com/SRR6237211/Salmonella_M2.bam.1
curl -L -O -C - https://sra-pub-src-1.s3.amazonaws.com/SRR6237212/Salmonella_M3.bam.1
curl -L -O -C - https://sra-pub-src-1.s3.amazonaws.com/SRR6237213/Salmonella_M4.bam.1
curl -L -O -C - https://sra-pub-src-1.s3.amazonaws.com/SRR6254355/Atlas1.bam.1
curl -L -O -C - https://sra-pub-src-1.s3.amazonaws.com/SRR6254356/Atlas2.bam.1
curl -L -O -C - https://sra-pub-src-1.s3.amazonaws.com/SRR6254357/Atlas5.bam.1
curl -L -O -C - https://sra-pub-src-1.s3.amazonaws.com/SRR6254358/Atlas6.bam.1
curl -L -O -C - https://sra-pub-src-1.s3.amazonaws.com/SRR6254359/Atlas9.bam.1
curl -L -O -C - https://sra-pub-src-1.s3.amazonaws.com/SRR6254360/Atlas10.bam.1
curl -L -O -C - https://sra-pub-src-1.s3.amazonaws.com/SRR6254361/SH_Control_Rep1.bam.1
curl -L -O -C - https://sra-pub-src-1.s3.amazonaws.com/SRR6254362/SH_Control_Rep2.bam.1
curl -L -O -C - https://sra-pub-src-1.s3.amazonaws.com/SRR6254363/SH_Control_Rep3.bam.1
curl -L -O -C - https://sra-pub-src-1.s3.amazonaws.com/SRR6254364/SH_Control_Rep4.bam.1
curl -L -O -C - https://sra-pub-src-1.s3.amazonaws.com/SRR6254365/SH_Hpoly_Day10_Rep1.bam.1
curl -L -O -C - https://sra-pub-src-1.s3.amazonaws.com/SRR6254366/SH_Hpoly_Day10_Rep2.bam.1
curl -L -O -C - https://sra-pub-src-1.s3.amazonaws.com/SRR6254367/SH_Hpoly_Day3_Rep1.bam.1
curl -L -O -C - https://sra-pub-src-1.s3.amazonaws.com/SRR6254368/SH_Hpoly_Day3_Rep2.bam.1
curl -L -O -C - https://sra-pub-src-1.s3.amazonaws.com/SRR6254369/SH_Salmonella_Rep1.bam.1
curl -L -O -C - https://sra-pub-src-1.s3.amazonaws.com/SRR6254370/SH_Salmonella_Rep2.bam.1
curl -L -O -C - https://sra-pub-src-1.s3.amazonaws.com/SRR6254371/RO_Control_Rep1.bam.1
curl -L -O -C - https://sra-pub-src-1.s3.amazonaws.com/SRR6254372/RO_Control_Rep2.bam.1
curl -L -O -C - https://sra-pub-src-1.s3.amazonaws.com/SRR6254373/RO_Control_Rep3.bam.1
curl -L -O -C - https://sra-pub-src-1.s3.amazonaws.com/SRR6254375/RO_Control_Rep4.bam.1
curl -L -O -C - https://sra-pub-src-1.s3.amazonaws.com/SRR6254376/RO_RANKL_Day3_Rep1.bam.1
curl -L -O -C - https://sra-pub-src-1.s3.amazonaws.com/SRR6254377/RO_RANKL_Day3_Rep2.bam.1
curl -L -O -C - https://sra-pub-src-1.s3.amazonaws.com/SRR6254378/RO_RANKL_Day6_Rep1.bam.1
curl -L -O -C - https://sra-pub-src-1.s3.amazonaws.com/SRR6254379/RO_RANKL_Day6_Rep2.bam.1
curl -L -O -C - https://sra-pub-src-1.s3.amazonaws.com/SRR6254380/FAE_Control_Rep1.bam.1
curl -L -O -C - https://sra-pub-src-1.s3.amazonaws.com/SRR6254381/FAE_Control_Rep2.bam.1
curl -L -O -C - https://sra-pub-src-1.s3.amazonaws.com/SRR6254382/FAE_GFI1B_.bam.1
curl -L -O -C - https://sra-pub-src-1.s3.amazonaws.com/SRR6985831/Atlas2.bam.1
curl -L -O -C - https://sra-pub-src-1.s3.amazonaws.com/SRR6985832/Atlas1.bam.1

# --- Additional data files ---
curl -L -O -C - https://sra-pub-src-1.s3.amazonaws.com/SRR6254360/Atlas10.bam.1
curl -L -O -C - https://sra-pub-src-1.s3.amazonaws.com/SRR6254355/Atlas1.bam.1
curl -L -O -C - https://sra-pub-src-1.s3.amazonaws.com/SRR6985832/Atlas1.bam.1
curl -L -O -C - https://sra-pub-src-1.s3.amazonaws.com/SRR6254356/Atlas2.bam.1
curl -L -O -C - https://sra-pub-src-1.s3.amazonaws.com/SRR6985831/Atlas2.bam.1
curl -L -O -C - https://sra-pub-src-1.s3.amazonaws.com/SRR6254357/Atlas5.bam.1
curl -L -O -C - https://sra-pub-src-1.s3.amazonaws.com/SRR6254358/Atlas6.bam.1
curl -L -O -C - https://sra-pub-src-1.s3.amazonaws.com/SRR6254359/Atlas9.bam.1
curl -L -O -C - https://sra-pub-src-1.s3.amazonaws.com/SRR6254380/FAE_Control_Rep1.bam.1
curl -L -O -C - https://sra-pub-src-1.s3.amazonaws.com/SRR6254381/FAE_Control_Rep2.bam.1
curl -L -O -C - https://sra-pub-src-1.s3.amazonaws.com/SRR11728967/FAE.epi3.WT.bam.1
curl -L -O -C - https://sra-pub-src-1.s3.amazonaws.com/SRR11728968/FAE.epi4.WT.bam.1
curl -L -O -C - https://sra-pub-src-1.s3.amazonaws.com/SRR6254382/FAE_GFI1B_.bam.1
curl -L -O -C - https://sra-pub-src-1.s3.amazonaws.com/SRR6237203/LargeCell_M1_B1.bam.1
curl -L -O -C - https://sra-pub-src-1.s3.amazonaws.com/SRR6237204/LargeCell_M1_B2.bam.1
curl -L -O -C - https://sra-pub-src-1.s3.amazonaws.com/SRR6237205/LargeCell_M1_B3.bam.1
curl -L -O -C - https://sra-pub-src-1.s3.amazonaws.com/SRR6237206/LargeCell_M1_B4.bam.1
curl -L -O -C - https://sra-pub-src-1.s3.amazonaws.com/SRR6237207/LargeCell_M1_B5.bam.1
curl -L -O -C - https://sra-pub-src-1.s3.amazonaws.com/SRR6237208/LargeCell_M2_B6.bam.1
curl -L -O -C - https://sra-pub-src-1.s3.amazonaws.com/SRR6237209/LargeCell_M2_B7.bam.1
curl -L -O -C - https://sra-pub-src-1.s3.amazonaws.com/SRR6237197/Regional_Duo_M1.bam.1
curl -L -O -C - https://sra-pub-src-1.s3.amazonaws.com/SRR6237198/Regional_Duo_M2.bam.1
curl -L -O -C - https://sra-pub-src-1.s3.amazonaws.com/SRR6237201/Regional_Il_M1.bam.1
curl -L -O -C - https://sra-pub-src-1.s3.amazonaws.com/SRR6237202/Regional_Il_M2.bam.1
curl -L -O -C - https://sra-pub-src-1.s3.amazonaws.com/SRR6237199/Regional_Jej_M1.bam.1
curl -L -O -C - https://sra-pub-src-1.s3.amazonaws.com/SRR6237200/Regional_Jej_M2.bam.1
curl -L -O -C - https://sra-pub-src-1.s3.amazonaws.com/SRR6254371/RO_Control_Rep1.bam.1
curl -L -O -C - https://sra-pub-src-1.s3.amazonaws.com/SRR6254372/RO_Control_Rep2.bam.1
curl -L -O -C - https://sra-pub-src-1.s3.amazonaws.com/SRR6254373/RO_Control_Rep3.bam.1
curl -L -O -C - https://sra-pub-src-1.s3.amazonaws.com/SRR6254375/RO_Control_Rep4.bam.1
curl -L -O -C - https://sra-pub-src-1.s3.amazonaws.com/SRR6254376/RO_RANKL_Day3_Rep1.bam.1
curl -L -O -C - https://sra-pub-src-1.s3.amazonaws.com/SRR6254377/RO_RANKL_Day3_Rep2.bam.1
curl -L -O -C - https://sra-pub-src-1.s3.amazonaws.com/SRR6254378/RO_RANKL_Day6_Rep1.bam.1
curl -L -O -C - https://sra-pub-src-1.s3.amazonaws.com/SRR6254379/RO_RANKL_Day6_Rep2.bam.1
curl -L -O -C - https://sra-pub-src-1.s3.amazonaws.com/SRR6237210/Salmonella_M1.bam.1
curl -L -O -C - https://sra-pub-src-1.s3.amazonaws.com/SRR6237211/Salmonella_M2.bam.1
curl -L -O -C - https://sra-pub-src-1.s3.amazonaws.com/SRR6237212/Salmonella_M3.bam.1
curl -L -O -C - https://sra-pub-src-1.s3.amazonaws.com/SRR6237213/Salmonella_M4.bam.1
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5101952/SRR5101952
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5101953/SRR5101953
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5101954/SRR5101954
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5101955/SRR5101955
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5101956/SRR5101956
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5101957/SRR5101957
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5101958/SRR5101958
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5101959/SRR5101959
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5101960/SRR5101960
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5101961/SRR5101961
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5101962/SRR5101962
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5101963/SRR5101963
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5101964/SRR5101964
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5101965/SRR5101965
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5101966/SRR5101966
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5101967/SRR5101967
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5101968/SRR5101968
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5101969/SRR5101969
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5101970/SRR5101970
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5101971/SRR5101971
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5101972/SRR5101972
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5101973/SRR5101973
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5101974/SRR5101974
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5101975/SRR5101975
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5101976/SRR5101976
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5101977/SRR5101977
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5101978/SRR5101978
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5101979/SRR5101979
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5101980/SRR5101980
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5101981/SRR5101981
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5101982/SRR5101982
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5101983/SRR5101983
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5101984/SRR5101984
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5101985/SRR5101985
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5101986/SRR5101986
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5101987/SRR5101987
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5101988/SRR5101988
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5101989/SRR5101989
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5101990/SRR5101990
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5101991/SRR5101991
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5101992/SRR5101992
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5101993/SRR5101993
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5101994/SRR5101994
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5101995/SRR5101995
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5101996/SRR5101996
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5101997/SRR5101997
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5101998/SRR5101998
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5101999/SRR5101999
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102000/SRR5102000
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102001/SRR5102001
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102002/SRR5102002
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102003/SRR5102003
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102004/SRR5102004
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102005/SRR5102005
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102006/SRR5102006
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102007/SRR5102007
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102008/SRR5102008
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102009/SRR5102009
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102010/SRR5102010
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102011/SRR5102011
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102012/SRR5102012
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102013/SRR5102013
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102014/SRR5102014
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102015/SRR5102015
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102016/SRR5102016
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102017/SRR5102017
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102018/SRR5102018
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102019/SRR5102019
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102020/SRR5102020
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102021/SRR5102021
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102022/SRR5102022
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102023/SRR5102023
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102024/SRR5102024
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102025/SRR5102025
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102026/SRR5102026
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102027/SRR5102027
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102028/SRR5102028
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102029/SRR5102029
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102030/SRR5102030
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102031/SRR5102031
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102032/SRR5102032
curl -L -O -C - https://sra-pub-src-1.s3.amazonaws.com/SRR5102033/SC_S177_m5.helminthday3.epi.p1_R1.fastq.gz.1
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102034/SRR5102034
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102035/SRR5102035
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102036/SRR5102036
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102037/SRR5102037
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102038/SRR5102038
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102039/SRR5102039
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102040/SRR5102040
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102041/SRR5102041
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102042/SRR5102042
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102043/SRR5102043
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102044/SRR5102044
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102045/SRR5102045
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102046/SRR5102046
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102047/SRR5102047
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102048/SRR5102048
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102049/SRR5102049
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102050/SRR5102050
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102051/SRR5102051
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102052/SRR5102052
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102053/SRR5102053
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102054/SRR5102054
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102055/SRR5102055
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102056/SRR5102056
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102057/SRR5102057
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102058/SRR5102058
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102059/SRR5102059
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102060/SRR5102060
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102061/SRR5102061
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102062/SRR5102062
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102063/SRR5102063
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102064/SRR5102064
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102065/SRR5102065
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102066/SRR5102066
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102067/SRR5102067
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102068/SRR5102068
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102069/SRR5102069
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102070/SRR5102070
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102071/SRR5102071
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102072/SRR5102072
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102073/SRR5102073
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102074/SRR5102074
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102075/SRR5102075
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102076/SRR5102076
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102077/SRR5102077
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102078/SRR5102078
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102079/SRR5102079
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102080/SRR5102080
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102081/SRR5102081
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102082/SRR5102082
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102083/SRR5102083
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102084/SRR5102084
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102085/SRR5102085
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102086/SRR5102086
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102087/SRR5102087
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102088/SRR5102088
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102089/SRR5102089
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102090/SRR5102090
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102091/SRR5102091
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102092/SRR5102092
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102093/SRR5102093
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102094/SRR5102094
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102095/SRR5102095
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102096/SRR5102096
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102097/SRR5102097
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102098/SRR5102098
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102099/SRR5102099
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102100/SRR5102100
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102101/SRR5102101
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102102/SRR5102102
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102103/SRR5102103
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102104/SRR5102104
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102105/SRR5102105
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102106/SRR5102106
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102107/SRR5102107
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102108/SRR5102108
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102109/SRR5102109
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102110/SRR5102110
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102111/SRR5102111
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102112/SRR5102112
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102113/SRR5102113
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102114/SRR5102114
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102115/SRR5102115
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102116/SRR5102116
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102117/SRR5102117
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102118/SRR5102118
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102119/SRR5102119
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102120/SRR5102120
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102121/SRR5102121
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102122/SRR5102122
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102123/SRR5102123
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102124/SRR5102124
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102125/SRR5102125
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102126/SRR5102126
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102127/SRR5102127
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102128/SRR5102128
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102129/SRR5102129
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102130/SRR5102130
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102131/SRR5102131
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102132/SRR5102132
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102133/SRR5102133
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102134/SRR5102134
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102135/SRR5102135
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102136/SRR5102136
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102137/SRR5102137
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102138/SRR5102138
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102139/SRR5102139
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102140/SRR5102140
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102141/SRR5102141
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102142/SRR5102142
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102143/SRR5102143
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102144/SRR5102144
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102145/SRR5102145
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102146/SRR5102146
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102147/SRR5102147
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102148/SRR5102148
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102149/SRR5102149
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102150/SRR5102150
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102151/SRR5102151
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102152/SRR5102152
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102153/SRR5102153
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102154/SRR5102154
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102155/SRR5102155
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102156/SRR5102156
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102157/SRR5102157
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102158/SRR5102158
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102159/SRR5102159
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102160/SRR5102160
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102161/SRR5102161
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102162/SRR5102162
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102163/SRR5102163
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102164/SRR5102164
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102165/SRR5102165
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102166/SRR5102166
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102167/SRR5102167
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102168/SRR5102168
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102169/SRR5102169
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102170/SRR5102170
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102171/SRR5102171
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102172/SRR5102172
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102173/SRR5102173
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102174/SRR5102174
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102175/SRR5102175
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102176/SRR5102176
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102177/SRR5102177
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102178/SRR5102178
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102179/SRR5102179
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102180/SRR5102180
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102181/SRR5102181
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102182/SRR5102182
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102183/SRR5102183
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102184/SRR5102184
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102185/SRR5102185
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102186/SRR5102186
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102187/SRR5102187
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102188/SRR5102188
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102189/SRR5102189
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102190/SRR5102190
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102191/SRR5102191
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102192/SRR5102192
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102193/SRR5102193
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102194/SRR5102194
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102195/SRR5102195
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102196/SRR5102196
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102197/SRR5102197
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102198/SRR5102198
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102199/SRR5102199
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102200/SRR5102200
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102201/SRR5102201
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102202/SRR5102202
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102203/SRR5102203
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102204/SRR5102204
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102205/SRR5102205
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102206/SRR5102206
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102207/SRR5102207
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102208/SRR5102208
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102209/SRR5102209
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102210/SRR5102210
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102211/SRR5102211
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102212/SRR5102212
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102213/SRR5102213
curl -L -O -C - https://sra-downloadb.be-md.ncbi.nlm.nih.gov/sos5/sra-pub-zq-14/SRR005/102/SRR5102214.sralite.1
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102215/SRR5102215
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102216/SRR5102216
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102217/SRR5102217
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102218/SRR5102218
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102219/SRR5102219
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102220/SRR5102220
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102221/SRR5102221
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102222/SRR5102222
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102223/SRR5102223
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102224/SRR5102224
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102225/SRR5102225
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102226/SRR5102226
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102227/SRR5102227
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102228/SRR5102228
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102229/SRR5102229
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102230/SRR5102230
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102231/SRR5102231
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102232/SRR5102232
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102233/SRR5102233
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102234/SRR5102234
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102235/SRR5102235
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102236/SRR5102236
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102237/SRR5102237
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102238/SRR5102238
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102239/SRR5102239
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102240/SRR5102240
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102241/SRR5102241
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102242/SRR5102242
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102243/SRR5102243
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102244/SRR5102244
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102245/SRR5102245
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102246/SRR5102246
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102247/SRR5102247
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102248/SRR5102248
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102249/SRR5102249
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102250/SRR5102250
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102251/SRR5102251
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102252/SRR5102252
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102253/SRR5102253
curl -L -O -C - https://sra-downloadb.be-md.ncbi.nlm.nih.gov/sos5/sra-pub-zq-14/SRR005/102/SRR5102254.sralite.1
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102255/SRR5102255
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102256/SRR5102256
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102257/SRR5102257
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102258/SRR5102258
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102259/SRR5102259
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102260/SRR5102260
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102261/SRR5102261
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102262/SRR5102262
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102263/SRR5102263
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102264/SRR5102264
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102265/SRR5102265
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102266/SRR5102266
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102267/SRR5102267
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102268/SRR5102268
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102269/SRR5102269
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102270/SRR5102270
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102271/SRR5102271
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102272/SRR5102272
curl -L -O -C - https://sra-pub-src-1.s3.amazonaws.com/SRR5102273/SC_S46_m3.salmonella.epi.p1_R1.fastq.gz.1
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102274/SRR5102274
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102275/SRR5102275
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102276/SRR5102276
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102277/SRR5102277
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102278/SRR5102278
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102279/SRR5102279
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102280/SRR5102280
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102281/SRR5102281
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102282/SRR5102282
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102283/SRR5102283
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102284/SRR5102284
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102285/SRR5102285
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102286/SRR5102286
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102287/SRR5102287
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102288/SRR5102288
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102289/SRR5102289
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102290/SRR5102290
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102291/SRR5102291
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102292/SRR5102292
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102293/SRR5102293
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102294/SRR5102294
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102295/SRR5102295
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102296/SRR5102296
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102297/SRR5102297
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102298/SRR5102298
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102299/SRR5102299
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102300/SRR5102300
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102301/SRR5102301
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102302/SRR5102302
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102303/SRR5102303
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102304/SRR5102304
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102305/SRR5102305
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102306/SRR5102306
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102307/SRR5102307
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102308/SRR5102308
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102309/SRR5102309
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102310/SRR5102310
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102311/SRR5102311
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102312/SRR5102312
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102313/SRR5102313
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102314/SRR5102314
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102315/SRR5102315
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102316/SRR5102316
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102317/SRR5102317
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102318/SRR5102318
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102319/SRR5102319
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102320/SRR5102320
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102321/SRR5102321
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102322/SRR5102322
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102323/SRR5102323
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102324/SRR5102324
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102325/SRR5102325
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102326/SRR5102326
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102327/SRR5102327
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102328/SRR5102328
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102329/SRR5102329
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102330/SRR5102330
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102331/SRR5102331
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102332/SRR5102332
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102333/SRR5102333
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102334/SRR5102334
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102335/SRR5102335
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102336/SRR5102336
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102337/SRR5102337
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102338/SRR5102338
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102339/SRR5102339
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102340/SRR5102340
curl -L -O -C - https://sra-pub-src-1.s3.amazonaws.com/SRR6254361/SH_Control_Rep1.bam.1
curl -L -O -C - https://sra-pub-src-1.s3.amazonaws.com/SRR6254362/SH_Control_Rep2.bam.1
curl -L -O -C - https://sra-pub-src-1.s3.amazonaws.com/SRR6254363/SH_Control_Rep3.bam.1
curl -L -O -C - https://sra-pub-src-1.s3.amazonaws.com/SRR6254364/SH_Control_Rep4.bam.1
curl -L -O -C - https://sra-pub-src-1.s3.amazonaws.com/SRR6254365/SH_Hpoly_Day10_Rep1.bam.1
curl -L -O -C - https://sra-pub-src-1.s3.amazonaws.com/SRR6254366/SH_Hpoly_Day10_Rep2.bam.1
curl -L -O -C - https://sra-pub-src-1.s3.amazonaws.com/SRR6254367/SH_Hpoly_Day3_Rep1.bam.1
curl -L -O -C - https://sra-pub-src-1.s3.amazonaws.com/SRR6254368/SH_Hpoly_Day3_Rep2.bam.1
curl -L -O -C - https://sra-pub-src-1.s3.amazonaws.com/SRR6254369/SH_Salmonella_Rep1.bam.1
curl -L -O -C - https://sra-pub-src-1.s3.amazonaws.com/SRR6254370/SH_Salmonella_Rep2.bam.1
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102341/SRR5102341
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102342/SRR5102342
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102343/SRR5102343
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102344/SRR5102344
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102345/SRR5102345
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102346/SRR5102346
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102347/SRR5102347
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102348/SRR5102348
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102349/SRR5102349
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102350/SRR5102350
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102351/SRR5102351
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102352/SRR5102352
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102353/SRR5102353
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102354/SRR5102354
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102355/SRR5102355
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102356/SRR5102356
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102357/SRR5102357
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102358/SRR5102358
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102359/SRR5102359
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102360/SRR5102360
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102361/SRR5102361
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102362/SRR5102362
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102363/SRR5102363
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102364/SRR5102364
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102365/SRR5102365
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102366/SRR5102366
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102367/SRR5102367
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102368/SRR5102368
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102369/SRR5102369
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102370/SRR5102370
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102371/SRR5102371
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102372/SRR5102372
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102373/SRR5102373
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102374/SRR5102374
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102375/SRR5102375
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102376/SRR5102376
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102377/SRR5102377
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102378/SRR5102378
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102379/SRR5102379
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102380/SRR5102380
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102381/SRR5102381
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102382/SRR5102382
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102383/SRR5102383
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102384/SRR5102384
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102385/SRR5102385
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102386/SRR5102386
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102387/SRR5102387
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102388/SRR5102388
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102389/SRR5102389
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102390/SRR5102390
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102391/SRR5102391
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102392/SRR5102392
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102393/SRR5102393
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102394/SRR5102394
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102395/SRR5102395
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102396/SRR5102396
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102397/SRR5102397
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102398/SRR5102398
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102399/SRR5102399
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102400/SRR5102400
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102401/SRR5102401
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102402/SRR5102402
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102403/SRR5102403
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102404/SRR5102404
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102405/SRR5102405
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102406/SRR5102406
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102407/SRR5102407
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102408/SRR5102408
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102409/SRR5102409
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102410/SRR5102410
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102411/SRR5102411
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102412/SRR5102412
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102413/SRR5102413
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102414/SRR5102414
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102415/SRR5102415
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102416/SRR5102416
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102417/SRR5102417
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102418/SRR5102418
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102419/SRR5102419
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102420/SRR5102420
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102421/SRR5102421
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102422/SRR5102422
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102423/SRR5102423
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102424/SRR5102424
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102425/SRR5102425
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102426/SRR5102426
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102427/SRR5102427
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102428/SRR5102428
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102429/SRR5102429
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102430/SRR5102430
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102431/SRR5102431
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102432/SRR5102432
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102433/SRR5102433
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102434/SRR5102434
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102435/SRR5102435
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102436/SRR5102436
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102437/SRR5102437
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102438/SRR5102438
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102439/SRR5102439
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102440/SRR5102440
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102441/SRR5102441
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102442/SRR5102442
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102443/SRR5102443
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102444/SRR5102444
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102445/SRR5102445
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102446/SRR5102446
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102447/SRR5102447
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102448/SRR5102448
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102449/SRR5102449
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102450/SRR5102450
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102451/SRR5102451
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102452/SRR5102452
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102453/SRR5102453
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102454/SRR5102454
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102455/SRR5102455
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102456/SRR5102456
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102457/SRR5102457
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102458/SRR5102458
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102459/SRR5102459
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102460/SRR5102460
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102461/SRR5102461
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102462/SRR5102462
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102463/SRR5102463
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102464/SRR5102464
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102465/SRR5102465
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102466/SRR5102466
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102467/SRR5102467
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102468/SRR5102468
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102469/SRR5102469
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102470/SRR5102470
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102471/SRR5102471
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102472/SRR5102472
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102473/SRR5102473
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102474/SRR5102474
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102475/SRR5102475
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102476/SRR5102476
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102477/SRR5102477
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102478/SRR5102478
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102479/SRR5102479
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102480/SRR5102480
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102481/SRR5102481
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102482/SRR5102482
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102483/SRR5102483
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102484/SRR5102484
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102485/SRR5102485
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102486/SRR5102486
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102487/SRR5102487
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102488/SRR5102488
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102489/SRR5102489
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102490/SRR5102490
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102491/SRR5102491
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102492/SRR5102492
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102493/SRR5102493
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102494/SRR5102494
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102495/SRR5102495
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102496/SRR5102496
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102497/SRR5102497
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102498/SRR5102498
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102499/SRR5102499
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102500/SRR5102500
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102501/SRR5102501
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102502/SRR5102502
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102503/SRR5102503
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102504/SRR5102504
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102505/SRR5102505
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102506/SRR5102506
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102507/SRR5102507
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102508/SRR5102508
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102509/SRR5102509
curl -L -O -C - https://sra-pub-src-1.s3.amazonaws.com/SRR5102510/SI_1153_WT.unmapped.1.fastq.gz.1
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102511/SRR5102511
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102512/SRR5102512
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102513/SRR5102513
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102514/SRR5102514
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102515/SRR5102515
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102516/SRR5102516
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102517/SRR5102517
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102518/SRR5102518
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102519/SRR5102519
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102520/SRR5102520
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102521/SRR5102521
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102522/SRR5102522
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102523/SRR5102523
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102524/SRR5102524
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102525/SRR5102525
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102526/SRR5102526
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102527/SRR5102527
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102528/SRR5102528
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102529/SRR5102529
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102530/SRR5102530
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102531/SRR5102531
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102532/SRR5102532
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102533/SRR5102533
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102534/SRR5102534
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102535/SRR5102535
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102536/SRR5102536
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102537/SRR5102537
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102538/SRR5102538
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102539/SRR5102539
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102540/SRR5102540
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102541/SRR5102541
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102542/SRR5102542
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102543/SRR5102543
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102544/SRR5102544
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102545/SRR5102545
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102546/SRR5102546
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102547/SRR5102547
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102548/SRR5102548
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102549/SRR5102549
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102550/SRR5102550
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102551/SRR5102551
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102552/SRR5102552
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102553/SRR5102553
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102554/SRR5102554
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102555/SRR5102555
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102556/SRR5102556
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102557/SRR5102557
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102558/SRR5102558
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102559/SRR5102559
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102560/SRR5102560
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102561/SRR5102561
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102562/SRR5102562
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102563/SRR5102563
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102564/SRR5102564
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102565/SRR5102565
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102566/SRR5102566
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102567/SRR5102567
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102568/SRR5102568
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102569/SRR5102569
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102570/SRR5102570
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102571/SRR5102571
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102572/SRR5102572
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102573/SRR5102573
curl -L -O -C - https://sra-downloadb.be-md.ncbi.nlm.nih.gov/sos5/sra-pub-zq-14/SRR005/102/SRR5102574.sralite.1
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102575/SRR5102575
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102576/SRR5102576
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102577/SRR5102577
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102578/SRR5102578
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102579/SRR5102579
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102580/SRR5102580
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102581/SRR5102581
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102582/SRR5102582
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102583/SRR5102583
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102584/SRR5102584
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102585/SRR5102585
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102586/SRR5102586
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102587/SRR5102587
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102588/SRR5102588
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102589/SRR5102589
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102590/SRR5102590
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102591/SRR5102591
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102592/SRR5102592
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102593/SRR5102593
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102594/SRR5102594
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102595/SRR5102595
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102596/SRR5102596
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102597/SRR5102597
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102598/SRR5102598
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102599/SRR5102599
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102600/SRR5102600
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102601/SRR5102601
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102602/SRR5102602
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102603/SRR5102603
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102604/SRR5102604
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102605/SRR5102605
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102606/SRR5102606
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102607/SRR5102607
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102608/SRR5102608
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102609/SRR5102609
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102610/SRR5102610
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102611/SRR5102611
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102612/SRR5102612
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102613/SRR5102613
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102614/SRR5102614
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102615/SRR5102615
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102616/SRR5102616
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102617/SRR5102617
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102618/SRR5102618
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102619/SRR5102619
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102620/SRR5102620
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102621/SRR5102621
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102622/SRR5102622
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102623/SRR5102623
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102624/SRR5102624
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102625/SRR5102625
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102626/SRR5102626
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102627/SRR5102627
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102628/SRR5102628
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102629/SRR5102629
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102630/SRR5102630
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102631/SRR5102631
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102632/SRR5102632
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102633/SRR5102633
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102634/SRR5102634
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102635/SRR5102635
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102636/SRR5102636
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102637/SRR5102637
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102638/SRR5102638
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102639/SRR5102639
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102640/SRR5102640
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102641/SRR5102641
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102642/SRR5102642
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102643/SRR5102643
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102644/SRR5102644
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102645/SRR5102645
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102646/SRR5102646
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102647/SRR5102647
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102648/SRR5102648
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102649/SRR5102649
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102650/SRR5102650
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102651/SRR5102651
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102652/SRR5102652
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102653/SRR5102653
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102654/SRR5102654
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102655/SRR5102655
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102656/SRR5102656
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102657/SRR5102657
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102658/SRR5102658
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102659/SRR5102659
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102660/SRR5102660
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102661/SRR5102661
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102662/SRR5102662
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102663/SRR5102663
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102664/SRR5102664
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102665/SRR5102665
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102666/SRR5102666
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102667/SRR5102667
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102668/SRR5102668
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102669/SRR5102669
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102670/SRR5102670
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102671/SRR5102671
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102672/SRR5102672
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102673/SRR5102673
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102674/SRR5102674
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102675/SRR5102675
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102676/SRR5102676
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102677/SRR5102677
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102678/SRR5102678
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102679/SRR5102679
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102681/SRR5102681
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102682/SRR5102682
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102683/SRR5102683
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102684/SRR5102684
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102685/SRR5102685
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102686/SRR5102686
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102687/SRR5102687
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102688/SRR5102688
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102689/SRR5102689
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102690/SRR5102690
curl -L -O -C - https://sra-pub-src-1.s3.amazonaws.com/SRR5102691/SI_1315_WT.unmapped.1.fastq.gz.1
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102692/SRR5102692
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102693/SRR5102693
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102694/SRR5102694
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102695/SRR5102695
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102696/SRR5102696
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102697/SRR5102697
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102698/SRR5102698
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102699/SRR5102699
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102700/SRR5102700
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102701/SRR5102701
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102702/SRR5102702
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102703/SRR5102703
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102704/SRR5102704
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102705/SRR5102705
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102706/SRR5102706
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102707/SRR5102707
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102708/SRR5102708
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102709/SRR5102709
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102710/SRR5102710
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102711/SRR5102711
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102712/SRR5102712
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102713/SRR5102713
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102714/SRR5102714
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102715/SRR5102715
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102716/SRR5102716
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102717/SRR5102717
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102718/SRR5102718
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102719/SRR5102719
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102720/SRR5102720
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102721/SRR5102721
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102722/SRR5102722
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102723/SRR5102723
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102724/SRR5102724
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102725/SRR5102725
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102726/SRR5102726
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102727/SRR5102727
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102728/SRR5102728
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102729/SRR5102729
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102730/SRR5102730
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102731/SRR5102731
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102732/SRR5102732
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102733/SRR5102733
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102734/SRR5102734
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102735/SRR5102735
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102736/SRR5102736
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102737/SRR5102737
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102738/SRR5102738
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102739/SRR5102739
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102740/SRR5102740
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102741/SRR5102741
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102742/SRR5102742
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102743/SRR5102743
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102744/SRR5102744
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102745/SRR5102745
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102746/SRR5102746
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102747/SRR5102747
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102748/SRR5102748
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102749/SRR5102749
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102750/SRR5102750
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102751/SRR5102751
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102752/SRR5102752
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102753/SRR5102753
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102754/SRR5102754
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102755/SRR5102755
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102756/SRR5102756
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102757/SRR5102757
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102758/SRR5102758
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102759/SRR5102759
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102760/SRR5102760
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102761/SRR5102761
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102762/SRR5102762
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102763/SRR5102763
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102764/SRR5102764
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102765/SRR5102765
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102766/SRR5102766
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102767/SRR5102767
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102768/SRR5102768
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102769/SRR5102769
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102770/SRR5102770
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102771/SRR5102771
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102772/SRR5102772
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102773/SRR5102773
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102774/SRR5102774
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102775/SRR5102775
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102776/SRR5102776
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102777/SRR5102777
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102778/SRR5102778
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102779/SRR5102779
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102780/SRR5102780
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102781/SRR5102781
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102782/SRR5102782
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102783/SRR5102783
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102784/SRR5102784
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102785/SRR5102785
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102786/SRR5102786
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102787/SRR5102787
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102788/SRR5102788
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102789/SRR5102789
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102790/SRR5102790
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102791/SRR5102791
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102792/SRR5102792
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102793/SRR5102793
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102794/SRR5102794
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102795/SRR5102795
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102796/SRR5102796
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102797/SRR5102797
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102798/SRR5102798
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102799/SRR5102799
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102800/SRR5102800
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102801/SRR5102801
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102802/SRR5102802
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102803/SRR5102803
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102804/SRR5102804
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102805/SRR5102805
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102806/SRR5102806
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102807/SRR5102807
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102808/SRR5102808
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102809/SRR5102809
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102810/SRR5102810
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102811/SRR5102811
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102812/SRR5102812
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102813/SRR5102813
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102814/SRR5102814
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102815/SRR5102815
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102816/SRR5102816
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102817/SRR5102817
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102818/SRR5102818
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102819/SRR5102819
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102820/SRR5102820
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102821/SRR5102821
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102822/SRR5102822
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102823/SRR5102823
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102824/SRR5102824
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102825/SRR5102825
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102826/SRR5102826
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102827/SRR5102827
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102828/SRR5102828
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102829/SRR5102829
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102830/SRR5102830
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102831/SRR5102831
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102832/SRR5102832
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102833/SRR5102833
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102834/SRR5102834
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102835/SRR5102835
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102836/SRR5102836
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102837/SRR5102837
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102838/SRR5102838
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102839/SRR5102839
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102840/SRR5102840
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102841/SRR5102841
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102842/SRR5102842
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102843/SRR5102843
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102844/SRR5102844
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102845/SRR5102845
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102846/SRR5102846
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102847/SRR5102847
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102848/SRR5102848
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102849/SRR5102849
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102850/SRR5102850
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102851/SRR5102851
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102852/SRR5102852
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102853/SRR5102853
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102854/SRR5102854
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102855/SRR5102855
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102856/SRR5102856
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102857/SRR5102857
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102858/SRR5102858
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102859/SRR5102859
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102860/SRR5102860
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102861/SRR5102861
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102862/SRR5102862
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102863/SRR5102863
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102864/SRR5102864
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102865/SRR5102865
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102866/SRR5102866
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102867/SRR5102867
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102868/SRR5102868
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102869/SRR5102869
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102870/SRR5102870
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102871/SRR5102871
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102872/SRR5102872
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102873/SRR5102873
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102874/SRR5102874
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102875/SRR5102875
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102876/SRR5102876
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102877/SRR5102877
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102878/SRR5102878
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102879/SRR5102879
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102880/SRR5102880
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102881/SRR5102881
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102882/SRR5102882
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102883/SRR5102883
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102884/SRR5102884
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102885/SRR5102885
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102886/SRR5102886
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102887/SRR5102887
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102888/SRR5102888
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102889/SRR5102889
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102890/SRR5102890
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102891/SRR5102891
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102892/SRR5102892
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102893/SRR5102893
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102894/SRR5102894
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102895/SRR5102895
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102896/SRR5102896
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102897/SRR5102897
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102898/SRR5102898
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102899/SRR5102899
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102900/SRR5102900
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102901/SRR5102901
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102902/SRR5102902
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102903/SRR5102903
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102904/SRR5102904
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102905/SRR5102905
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102906/SRR5102906
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102907/SRR5102907
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102908/SRR5102908
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102909/SRR5102909
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102910/SRR5102910
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102911/SRR5102911
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102912/SRR5102912
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102913/SRR5102913
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102914/SRR5102914
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102915/SRR5102915
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102916/SRR5102916
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102917/SRR5102917
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102918/SRR5102918
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102919/SRR5102919
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102920/SRR5102920
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102921/SRR5102921
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102922/SRR5102922
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102923/SRR5102923
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102924/SRR5102924
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102925/SRR5102925
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102926/SRR5102926
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102927/SRR5102927
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102928/SRR5102928
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102929/SRR5102929
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102930/SRR5102930
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102931/SRR5102931
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102932/SRR5102932
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102933/SRR5102933
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102934/SRR5102934
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102935/SRR5102935
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102936/SRR5102936
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102937/SRR5102937
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102938/SRR5102938
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102939/SRR5102939
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102940/SRR5102940
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102941/SRR5102941
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102942/SRR5102942
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102943/SRR5102943
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102944/SRR5102944
curl -L -O -C - https://sra-pub-src-1.s3.amazonaws.com/SRR5102945/SI_173_WT.unmapped.1.fastq.gz.1
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102946/SRR5102946
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102947/SRR5102947
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102948/SRR5102948
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102949/SRR5102949
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102950/SRR5102950
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102951/SRR5102951
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102952/SRR5102952
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102953/SRR5102953
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102954/SRR5102954
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102955/SRR5102955
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102956/SRR5102956
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102957/SRR5102957
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102958/SRR5102958
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102959/SRR5102959
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102960/SRR5102960
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102961/SRR5102961
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102962/SRR5102962
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102963/SRR5102963
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102964/SRR5102964
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102965/SRR5102965
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102966/SRR5102966
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102967/SRR5102967
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102968/SRR5102968
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102969/SRR5102969
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102970/SRR5102970
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102971/SRR5102971
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102972/SRR5102972
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102973/SRR5102973
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102974/SRR5102974
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102975/SRR5102975
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102976/SRR5102976
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102977/SRR5102977
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102978/SRR5102978
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102979/SRR5102979
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102980/SRR5102980
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102981/SRR5102981
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102982/SRR5102982
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102983/SRR5102983
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102984/SRR5102984
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102985/SRR5102985
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102986/SRR5102986
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102987/SRR5102987
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102988/SRR5102988
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102989/SRR5102989
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102990/SRR5102990
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102991/SRR5102991
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102992/SRR5102992
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102993/SRR5102993
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102994/SRR5102994
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102995/SRR5102995
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102996/SRR5102996
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102997/SRR5102997
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102998/SRR5102998
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5102999/SRR5102999
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103000/SRR5103000
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103001/SRR5103001
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103002/SRR5103002
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103003/SRR5103003
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103004/SRR5103004
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103005/SRR5103005
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103006/SRR5103006
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103007/SRR5103007
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103008/SRR5103008
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103009/SRR5103009
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103010/SRR5103010
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103011/SRR5103011
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103012/SRR5103012
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103013/SRR5103013
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103014/SRR5103014
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103015/SRR5103015
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103016/SRR5103016
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103017/SRR5103017
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103018/SRR5103018
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103019/SRR5103019
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103020/SRR5103020
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103021/SRR5103021
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103022/SRR5103022
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103023/SRR5103023
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103024/SRR5103024
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103025/SRR5103025
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103026/SRR5103026
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103027/SRR5103027
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103028/SRR5103028
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103029/SRR5103029
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103030/SRR5103030
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103031/SRR5103031
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103032/SRR5103032
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103033/SRR5103033
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103034/SRR5103034
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103035/SRR5103035
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103036/SRR5103036
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103037/SRR5103037
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103038/SRR5103038
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103039/SRR5103039
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103040/SRR5103040
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103041/SRR5103041
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103042/SRR5103042
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103043/SRR5103043
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103044/SRR5103044
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103045/SRR5103045
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103046/SRR5103046
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103047/SRR5103047
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103048/SRR5103048
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103049/SRR5103049
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103050/SRR5103050
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103051/SRR5103051
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103052/SRR5103052
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103053/SRR5103053
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103054/SRR5103054
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103055/SRR5103055
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103056/SRR5103056
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103057/SRR5103057
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103058/SRR5103058
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103059/SRR5103059
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103060/SRR5103060
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103061/SRR5103061
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103062/SRR5103062
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103063/SRR5103063
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103064/SRR5103064
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103065/SRR5103065
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103066/SRR5103066
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103067/SRR5103067
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103068/SRR5103068
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103069/SRR5103069
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103070/SRR5103070
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103071/SRR5103071
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103072/SRR5103072
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103073/SRR5103073
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103074/SRR5103074
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103075/SRR5103075
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103076/SRR5103076
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103077/SRR5103077
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103078/SRR5103078
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103079/SRR5103079
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103080/SRR5103080
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103081/SRR5103081
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103082/SRR5103082
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103083/SRR5103083
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103084/SRR5103084
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103085/SRR5103085
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103086/SRR5103086
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103087/SRR5103087
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103088/SRR5103088
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103089/SRR5103089
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103090/SRR5103090
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103091/SRR5103091
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103092/SRR5103092
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103093/SRR5103093
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103094/SRR5103094
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103095/SRR5103095
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103096/SRR5103096
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103097/SRR5103097
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103098/SRR5103098
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103099/SRR5103099
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103100/SRR5103100
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103101/SRR5103101
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103102/SRR5103102
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103103/SRR5103103
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103104/SRR5103104
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103105/SRR5103105
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103106/SRR5103106
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103107/SRR5103107
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103108/SRR5103108
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103109/SRR5103109
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103110/SRR5103110
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103111/SRR5103111
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103112/SRR5103112
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103113/SRR5103113
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103114/SRR5103114
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103115/SRR5103115
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103116/SRR5103116
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103117/SRR5103117
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103118/SRR5103118
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103119/SRR5103119
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103120/SRR5103120
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103121/SRR5103121
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103122/SRR5103122
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103123/SRR5103123
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103124/SRR5103124
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103125/SRR5103125
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103126/SRR5103126
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103127/SRR5103127
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103128/SRR5103128
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103129/SRR5103129
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103130/SRR5103130
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103131/SRR5103131
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103132/SRR5103132
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103133/SRR5103133
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103134/SRR5103134
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103135/SRR5103135
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103136/SRR5103136
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103137/SRR5103137
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103138/SRR5103138
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103139/SRR5103139
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103140/SRR5103140
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103141/SRR5103141
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103142/SRR5103142
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103144/SRR5103144
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103145/SRR5103145
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103146/SRR5103146
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103147/SRR5103147
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103148/SRR5103148
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103149/SRR5103149
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103150/SRR5103150
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103151/SRR5103151
curl -L -O -C - https://sra-downloadb.be-md.ncbi.nlm.nih.gov/sos5/sra-pub-zq-14/SRR005/103/SRR5103152.sralite.1
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103153/SRR5103153
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103154/SRR5103154
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103155/SRR5103155
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103156/SRR5103156
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103157/SRR5103157
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103158/SRR5103158
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103159/SRR5103159
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103160/SRR5103160
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103161/SRR5103161
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103162/SRR5103162
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103163/SRR5103163
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103164/SRR5103164
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103165/SRR5103165
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103166/SRR5103166
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103167/SRR5103167
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103168/SRR5103168
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103169/SRR5103169
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103170/SRR5103170
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103171/SRR5103171
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103172/SRR5103172
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103173/SRR5103173
curl -L -O -C - https://sra-downloadb.be-md.ncbi.nlm.nih.gov/sos5/sra-pub-zq-14/SRR005/103/SRR5103174.sralite.1
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103175/SRR5103175
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103176/SRR5103176
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103177/SRR5103177
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103178/SRR5103178
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103179/SRR5103179
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103180/SRR5103180
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103181/SRR5103181
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103182/SRR5103182
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103183/SRR5103183
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103184/SRR5103184
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103185/SRR5103185
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103186/SRR5103186
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103187/SRR5103187
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103188/SRR5103188
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103189/SRR5103189
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103190/SRR5103190
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103191/SRR5103191
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103192/SRR5103192
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103193/SRR5103193
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103194/SRR5103194
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103195/SRR5103195
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103196/SRR5103196
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103197/SRR5103197
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103198/SRR5103198
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103199/SRR5103199
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103200/SRR5103200
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103201/SRR5103201
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103202/SRR5103202
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103203/SRR5103203
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103204/SRR5103204
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103205/SRR5103205
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103206/SRR5103206
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103207/SRR5103207
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103208/SRR5103208
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103209/SRR5103209
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103210/SRR5103210
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103211/SRR5103211
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103212/SRR5103212
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103213/SRR5103213
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103214/SRR5103214
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103215/SRR5103215
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103216/SRR5103216
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103217/SRR5103217
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103218/SRR5103218
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103219/SRR5103219
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103220/SRR5103220
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103221/SRR5103221
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103222/SRR5103222
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103223/SRR5103223
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103224/SRR5103224
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103225/SRR5103225
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103226/SRR5103226
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103227/SRR5103227
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103228/SRR5103228
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103229/SRR5103229
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103230/SRR5103230
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103231/SRR5103231
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103232/SRR5103232
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103233/SRR5103233
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103234/SRR5103234
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103235/SRR5103235
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103236/SRR5103236
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103237/SRR5103237
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103238/SRR5103238
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103239/SRR5103239
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103240/SRR5103240
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103241/SRR5103241
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103242/SRR5103242
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103243/SRR5103243
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103244/SRR5103244
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103245/SRR5103245
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103246/SRR5103246
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103247/SRR5103247
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103248/SRR5103248
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103249/SRR5103249
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103250/SRR5103250
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103251/SRR5103251
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103252/SRR5103252
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103253/SRR5103253
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103254/SRR5103254
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103255/SRR5103255
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103256/SRR5103256
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103257/SRR5103257
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103258/SRR5103258
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103259/SRR5103259
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103260/SRR5103260
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103261/SRR5103261
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103262/SRR5103262
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103263/SRR5103263
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103264/SRR5103264
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103265/SRR5103265
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103266/SRR5103266
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103267/SRR5103267
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103268/SRR5103268
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103269/SRR5103269
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103270/SRR5103270
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103271/SRR5103271
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103272/SRR5103272
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103273/SRR5103273
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103274/SRR5103274
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103275/SRR5103275
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103276/SRR5103276
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103277/SRR5103277
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103278/SRR5103278
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103279/SRR5103279
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103280/SRR5103280
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103281/SRR5103281
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103282/SRR5103282
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103283/SRR5103283
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103284/SRR5103284
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103285/SRR5103285
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103286/SRR5103286
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103287/SRR5103287
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103288/SRR5103288
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103289/SRR5103289
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103290/SRR5103290
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103291/SRR5103291
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103292/SRR5103292
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103293/SRR5103293
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103294/SRR5103294
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103295/SRR5103295
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103296/SRR5103296
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103297/SRR5103297
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103298/SRR5103298
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103299/SRR5103299
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103300/SRR5103300
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103301/SRR5103301
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103302/SRR5103302
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103303/SRR5103303
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103304/SRR5103304
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103305/SRR5103305
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103306/SRR5103306
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103307/SRR5103307
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103308/SRR5103308
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103309/SRR5103309
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103310/SRR5103310
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103311/SRR5103311
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103312/SRR5103312
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103313/SRR5103313
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103314/SRR5103314
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103315/SRR5103315
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103316/SRR5103316
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103317/SRR5103317
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103318/SRR5103318
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103319/SRR5103319
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103320/SRR5103320
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103321/SRR5103321
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103322/SRR5103322
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103323/SRR5103323
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103324/SRR5103324
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103325/SRR5103325
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103326/SRR5103326
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103327/SRR5103327
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103328/SRR5103328
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103329/SRR5103329
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103330/SRR5103330
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103331/SRR5103331
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103332/SRR5103332
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103333/SRR5103333
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103334/SRR5103334
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103335/SRR5103335
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103336/SRR5103336
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103337/SRR5103337
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103338/SRR5103338
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103339/SRR5103339
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103340/SRR5103340
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103341/SRR5103341
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103342/SRR5103342
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103343/SRR5103343
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103344/SRR5103344
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103345/SRR5103345
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103346/SRR5103346
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103347/SRR5103347
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103348/SRR5103348
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103349/SRR5103349
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103350/SRR5103350
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103351/SRR5103351
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103352/SRR5103352
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103353/SRR5103353
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103354/SRR5103354
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103355/SRR5103355
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103356/SRR5103356
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103357/SRR5103357
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103358/SRR5103358
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103359/SRR5103359
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103360/SRR5103360
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103361/SRR5103361
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103362/SRR5103362
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103363/SRR5103363
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103364/SRR5103364
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103365/SRR5103365
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103366/SRR5103366
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103367/SRR5103367
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103368/SRR5103368
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103369/SRR5103369
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103370/SRR5103370
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103371/SRR5103371
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103372/SRR5103372
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103373/SRR5103373
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103374/SRR5103374
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103375/SRR5103375
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103376/SRR5103376
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103377/SRR5103377
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103378/SRR5103378
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103379/SRR5103379
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103380/SRR5103380
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103381/SRR5103381
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103382/SRR5103382
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103383/SRR5103383
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103384/SRR5103384
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103385/SRR5103385
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103386/SRR5103386
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103387/SRR5103387
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103388/SRR5103388
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103389/SRR5103389
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103390/SRR5103390
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103391/SRR5103391
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103392/SRR5103392
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103393/SRR5103393
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103394/SRR5103394
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103395/SRR5103395
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103396/SRR5103396
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103397/SRR5103397
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103398/SRR5103398
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103399/SRR5103399
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103400/SRR5103400
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103401/SRR5103401
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103402/SRR5103402
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103403/SRR5103403
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103404/SRR5103404
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103405/SRR5103405
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103406/SRR5103406
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103407/SRR5103407
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103408/SRR5103408
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103409/SRR5103409
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103410/SRR5103410
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103411/SRR5103411
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103412/SRR5103412
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103413/SRR5103413
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103414/SRR5103414
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103415/SRR5103415
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103416/SRR5103416
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103417/SRR5103417
curl -L -O -C - https://sra-pub-src-1.s3.amazonaws.com/SRR5103418/SI_59_WT.unmapped.1.fastq.gz.1
curl -L -O -C - https://sra-pub-src-1.s3.amazonaws.com/SRR5103419/SI_5_WT.unmapped.1.fastq.gz.1
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103420/SRR5103420
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103421/SRR5103421
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103422/SRR5103422
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103423/SRR5103423
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103424/SRR5103424
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103425/SRR5103425
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103426/SRR5103426
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103427/SRR5103427
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103428/SRR5103428
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103429/SRR5103429
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103430/SRR5103430
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103431/SRR5103431
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103432/SRR5103432
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103433/SRR5103433
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103434/SRR5103434
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103435/SRR5103435
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103436/SRR5103436
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103437/SRR5103437
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103438/SRR5103438
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103439/SRR5103439
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103440/SRR5103440
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103441/SRR5103441
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103442/SRR5103442
curl -L -O -C - https://sra-pub-src-1.s3.amazonaws.com/SRR5103443/SI_621_WT.unmapped.1.fastq.gz.1
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103444/SRR5103444
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103445/SRR5103445
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103446/SRR5103446
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103447/SRR5103447
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103448/SRR5103448
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103449/SRR5103449
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103450/SRR5103450
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103451/SRR5103451
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103452/SRR5103452
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103453/SRR5103453
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103454/SRR5103454
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103455/SRR5103455
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103456/SRR5103456
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103457/SRR5103457
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103458/SRR5103458
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103459/SRR5103459
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103460/SRR5103460
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103461/SRR5103461
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103462/SRR5103462
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103463/SRR5103463
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103464/SRR5103464
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103465/SRR5103465
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103466/SRR5103466
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103467/SRR5103467
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103468/SRR5103468
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103469/SRR5103469
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103470/SRR5103470
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103471/SRR5103471
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103472/SRR5103472
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103473/SRR5103473
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103474/SRR5103474
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103475/SRR5103475
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103476/SRR5103476
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103477/SRR5103477
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103478/SRR5103478
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103479/SRR5103479
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103480/SRR5103480
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103481/SRR5103481
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103482/SRR5103482
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103483/SRR5103483
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103484/SRR5103484
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103485/SRR5103485
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103486/SRR5103486
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103487/SRR5103487
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103488/SRR5103488
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103489/SRR5103489
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103490/SRR5103490
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103491/SRR5103491
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103492/SRR5103492
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103493/SRR5103493
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103494/SRR5103494
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103495/SRR5103495
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103496/SRR5103496
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103497/SRR5103497
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103498/SRR5103498
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103499/SRR5103499
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103500/SRR5103500
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103501/SRR5103501
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103502/SRR5103502
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103503/SRR5103503
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103504/SRR5103504
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103505/SRR5103505
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103506/SRR5103506
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103507/SRR5103507
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103508/SRR5103508
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103509/SRR5103509
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103510/SRR5103510
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103511/SRR5103511
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103512/SRR5103512
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103513/SRR5103513
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103514/SRR5103514
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103515/SRR5103515
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103516/SRR5103516
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103517/SRR5103517
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103518/SRR5103518
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103519/SRR5103519
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103520/SRR5103520
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103521/SRR5103521
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103522/SRR5103522
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103523/SRR5103523
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103524/SRR5103524
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103525/SRR5103525
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103526/SRR5103526
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103527/SRR5103527
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103528/SRR5103528
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103529/SRR5103529
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103530/SRR5103530
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103531/SRR5103531
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103532/SRR5103532
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103533/SRR5103533
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103534/SRR5103534
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103535/SRR5103535
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103536/SRR5103536
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103537/SRR5103537
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103538/SRR5103538
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103539/SRR5103539
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103540/SRR5103540
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103541/SRR5103541
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103542/SRR5103542
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103543/SRR5103543
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103544/SRR5103544
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103545/SRR5103545
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103546/SRR5103546
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103547/SRR5103547
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103548/SRR5103548
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103549/SRR5103549
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103550/SRR5103550
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103551/SRR5103551
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103552/SRR5103552
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103553/SRR5103553
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103554/SRR5103554
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103555/SRR5103555
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103556/SRR5103556
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103557/SRR5103557
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103558/SRR5103558
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103559/SRR5103559
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103560/SRR5103560
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103561/SRR5103561
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103562/SRR5103562
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103563/SRR5103563
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103564/SRR5103564
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103565/SRR5103565
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103566/SRR5103566
curl -L -O -C - https://sra-pub-src-1.s3.amazonaws.com/SRR5103568/SI_733_WT.unmapped.1.fastq.gz.1
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103569/SRR5103569
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103570/SRR5103570
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103571/SRR5103571
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103572/SRR5103572
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103573/SRR5103573
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103574/SRR5103574
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103575/SRR5103575
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103576/SRR5103576
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103577/SRR5103577
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103578/SRR5103578
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103579/SRR5103579
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103580/SRR5103580
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103581/SRR5103581
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103582/SRR5103582
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103583/SRR5103583
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103584/SRR5103584
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103585/SRR5103585
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103586/SRR5103586
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103587/SRR5103587
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103588/SRR5103588
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103589/SRR5103589
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103590/SRR5103590
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103591/SRR5103591
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103592/SRR5103592
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103593/SRR5103593
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103594/SRR5103594
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103595/SRR5103595
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103596/SRR5103596
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103597/SRR5103597
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103598/SRR5103598
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103599/SRR5103599
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103600/SRR5103600
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103601/SRR5103601
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103602/SRR5103602
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103603/SRR5103603
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103604/SRR5103604
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103605/SRR5103605
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103606/SRR5103606
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103607/SRR5103607
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103608/SRR5103608
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103609/SRR5103609
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103610/SRR5103610
curl -L -O -C - https://sra-pub-src-1.s3.amazonaws.com/SRR5103611/SI_772_WT.unmapped.1.fastq.gz.1
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103612/SRR5103612
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103613/SRR5103613
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103614/SRR5103614
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103615/SRR5103615
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103616/SRR5103616
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103617/SRR5103617
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103618/SRR5103618
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103619/SRR5103619
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103620/SRR5103620
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103621/SRR5103621
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103622/SRR5103622
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103623/SRR5103623
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103624/SRR5103624
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103625/SRR5103625
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103626/SRR5103626
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103627/SRR5103627
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103628/SRR5103628
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103629/SRR5103629
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103630/SRR5103630
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103631/SRR5103631
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103632/SRR5103632
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103633/SRR5103633
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103634/SRR5103634
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103635/SRR5103635
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103636/SRR5103636
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103637/SRR5103637
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103638/SRR5103638
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103639/SRR5103639
curl -L -O -C - https://sra-pub-src-1.s3.amazonaws.com/SRR5103640/SI_799_WT.unmapped.1.fastq.gz.1
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103641/SRR5103641
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103642/SRR5103642
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103643/SRR5103643
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103644/SRR5103644
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103645/SRR5103645
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103646/SRR5103646
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103647/SRR5103647
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103648/SRR5103648
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103649/SRR5103649
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103650/SRR5103650
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103651/SRR5103651
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103652/SRR5103652
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103653/SRR5103653
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103654/SRR5103654
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103655/SRR5103655
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103656/SRR5103656
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103657/SRR5103657
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103658/SRR5103658
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103659/SRR5103659
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103660/SRR5103660
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103661/SRR5103661
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103662/SRR5103662
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103663/SRR5103663
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103664/SRR5103664
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103665/SRR5103665
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103666/SRR5103666
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103667/SRR5103667
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103668/SRR5103668
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103669/SRR5103669
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103670/SRR5103670
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103671/SRR5103671
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103672/SRR5103672
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103673/SRR5103673
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103674/SRR5103674
curl -L -O -C - https://sra-downloadb.be-md.ncbi.nlm.nih.gov/sos5/sra-pub-zq-14/SRR005/103/SRR5103675.sralite.1
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103676/SRR5103676
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103677/SRR5103677
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103678/SRR5103678
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103679/SRR5103679
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103680/SRR5103680
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103681/SRR5103681
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103682/SRR5103682
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103683/SRR5103683
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103684/SRR5103684
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103685/SRR5103685
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103686/SRR5103686
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103687/SRR5103687
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103688/SRR5103688
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103689/SRR5103689
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103690/SRR5103690
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103691/SRR5103691
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103692/SRR5103692
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103693/SRR5103693
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103694/SRR5103694
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103695/SRR5103695
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103696/SRR5103696
curl -L -O -C - https://sra-downloadb.be-md.ncbi.nlm.nih.gov/sos5/sra-pub-zq-14/SRR005/103/SRR5103697.sralite.1
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103698/SRR5103698
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103699/SRR5103699
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103700/SRR5103700
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103701/SRR5103701
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103702/SRR5103702
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103703/SRR5103703
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103704/SRR5103704
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103705/SRR5103705
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103706/SRR5103706
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103707/SRR5103707
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103708/SRR5103708
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103709/SRR5103709
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103710/SRR5103710
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103711/SRR5103711
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103712/SRR5103712
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103713/SRR5103713
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103714/SRR5103714
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103715/SRR5103715
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103716/SRR5103716
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103717/SRR5103717
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103718/SRR5103718
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103719/SRR5103719
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103720/SRR5103720
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103721/SRR5103721
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103722/SRR5103722
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103723/SRR5103723
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103724/SRR5103724
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103725/SRR5103725
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103726/SRR5103726
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103727/SRR5103727
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103728/SRR5103728
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103729/SRR5103729
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103730/SRR5103730
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103731/SRR5103731
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103732/SRR5103732
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103733/SRR5103733
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103734/SRR5103734
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103735/SRR5103735
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103736/SRR5103736
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103737/SRR5103737
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103738/SRR5103738
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103739/SRR5103739
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103740/SRR5103740
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103741/SRR5103741
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103742/SRR5103742
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103743/SRR5103743
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103744/SRR5103744
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103745/SRR5103745
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103746/SRR5103746
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103747/SRR5103747
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103748/SRR5103748
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103749/SRR5103749
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103750/SRR5103750
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103751/SRR5103751
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103752/SRR5103752
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103753/SRR5103753
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103754/SRR5103754
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103755/SRR5103755
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103756/SRR5103756
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103757/SRR5103757
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103758/SRR5103758
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103759/SRR5103759
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103760/SRR5103760
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103761/SRR5103761
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103762/SRR5103762
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103763/SRR5103763
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103764/SRR5103764
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103765/SRR5103765
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103766/SRR5103766
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103767/SRR5103767
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103768/SRR5103768
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103769/SRR5103769
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103770/SRR5103770
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103771/SRR5103771
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103772/SRR5103772
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103773/SRR5103773
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103774/SRR5103774
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103775/SRR5103775
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103776/SRR5103776
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103777/SRR5103777
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103778/SRR5103778
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103779/SRR5103779
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103780/SRR5103780
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103781/SRR5103781
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103782/SRR5103782
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103783/SRR5103783
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103784/SRR5103784
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103785/SRR5103785
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103786/SRR5103786
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103787/SRR5103787
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103788/SRR5103788
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103789/SRR5103789
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103790/SRR5103790
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103791/SRR5103791
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103792/SRR5103792
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103793/SRR5103793
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103794/SRR5103794
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103795/SRR5103795
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103796/SRR5103796
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103797/SRR5103797
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103798/SRR5103798
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103799/SRR5103799
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103800/SRR5103800
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103801/SRR5103801
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103802/SRR5103802
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103803/SRR5103803
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103804/SRR5103804
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103805/SRR5103805
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103806/SRR5103806
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103807/SRR5103807
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103808/SRR5103808
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103809/SRR5103809
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103810/SRR5103810
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103811/SRR5103811
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103812/SRR5103812
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103813/SRR5103813
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103814/SRR5103814
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103815/SRR5103815
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103816/SRR5103816
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103817/SRR5103817
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103818/SRR5103818
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103819/SRR5103819
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103820/SRR5103820
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103821/SRR5103821
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103822/SRR5103822
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103823/SRR5103823
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103824/SRR5103824
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103825/SRR5103825
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103826/SRR5103826
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103827/SRR5103827
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103828/SRR5103828
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103829/SRR5103829
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103830/SRR5103830
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103831/SRR5103831
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103832/SRR5103832
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103833/SRR5103833
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103834/SRR5103834
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103835/SRR5103835
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103836/SRR5103836
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103837/SRR5103837
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103838/SRR5103838
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103839/SRR5103839
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103840/SRR5103840
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103841/SRR5103841
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103842/SRR5103842
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103843/SRR5103843
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103844/SRR5103844
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103845/SRR5103845
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103846/SRR5103846
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103847/SRR5103847
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103848/SRR5103848
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103849/SRR5103849
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103850/SRR5103850
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103851/SRR5103851
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103852/SRR5103852
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103853/SRR5103853
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103854/SRR5103854
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103855/SRR5103855
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103856/SRR5103856
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103857/SRR5103857
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103858/SRR5103858
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103859/SRR5103859
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103860/SRR5103860
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103861/SRR5103861
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103862/SRR5103862
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103863/SRR5103863
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103864/SRR5103864
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR5103143/SRR5103143

echo "Download complete. Files saved to $OUTDIR"