mirror of
https://github.com/MillironX/sc2-sequencing.git
synced 2024-12-22 03:08:17 +00:00
Remove verbose skip logging
This commit is contained in:
parent
2340aa974b
commit
ac5be401c1
1 changed files with 0 additions and 2 deletions
|
@ -90,7 +90,5 @@ for FASTA in ${KEEPERS[@]}; do
|
||||||
|
|
||||||
# Zip up the copied fastq
|
# Zip up the copied fastq
|
||||||
gzip -f $FASTQRESULT
|
gzip -f $FASTQRESULT
|
||||||
else
|
|
||||||
echo "No suitable files found for Barcode $FASTA, skipping"
|
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
Loading…
Reference in a new issue