#!/bin/bash
#SBATCH -t 96:00:00
#SBATCH --nodes=1 --ntasks-per-node=2
#SBATCH --mem=64g
#SBATCH --export=NONE
#SBATCH --mail-user=mramsey@uri.edu
#SBATCH --mail-type=BEGIN,END,FAIL


find TnSeq_THP/ -type f -name "*.fastq" -execdir gzip --best '{}' +


find TnSeq_THP/ -type f -name "*.fastq" > tnseq_after.txt

