Remove verbose skip logging

This commit is contained in:
Thomas A. Christensen II 2021-04-20 14:35:20 -06:00
parent 2340aa974b
commit ac5be401c1
Signed by: millironx
GPG key ID: 139C07724802BC5D

View file

@ -90,7 +90,5 @@ for FASTA in ${KEEPERS[@]}; do
# Zip up the copied fastq
gzip -f $FASTQRESULT
else
echo "No suitable files found for Barcode $FASTA, skipping"
fi
done