Force overwrite of destination fastq.gz

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

View file

@ -89,7 +89,7 @@ for FASTA in ${KEEPERS[@]}; do
find $FOLDERPATH -name "*.fastq" -path "*_pass*barcode$FASTA*" -print0 | xargs -0 -r -L1 -P0 gzip
# Zip up the copied fastq
gzip $FASTQRESULT
gzip -f $FASTQRESULT
else
echo "No suitable files found for Barcode $FASTA, skipping"
fi