mirror of
https://github.com/MillironX/sc2-sequencing.git
synced 2024-12-22 03:08:17 +00:00
Force overwrite of destination fastq.gz
This commit is contained in:
parent
798e7693bf
commit
2340aa974b
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ for FASTA in ${KEEPERS[@]}; do
|
||||||
find $FOLDERPATH -name "*.fastq" -path "*_pass*barcode$FASTA*" -print0 | xargs -0 -r -L1 -P0 gzip
|
find $FOLDERPATH -name "*.fastq" -path "*_pass*barcode$FASTA*" -print0 | xargs -0 -r -L1 -P0 gzip
|
||||||
|
|
||||||
# Zip up the copied fastq
|
# Zip up the copied fastq
|
||||||
gzip $FASTQRESULT
|
gzip -f $FASTQRESULT
|
||||||
else
|
else
|
||||||
echo "No suitable files found for Barcode $FASTA, skipping"
|
echo "No suitable files found for Barcode $FASTA, skipping"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue