Skip to content

Commit

Permalink
move sets up
Browse files Browse the repository at this point in the history
  • Loading branch information
kdaily committed Jun 7, 2019
1 parent 7ccaf3a commit 83e9eb6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/split-read-group.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
# Outputs as a gzipped fastq file. Output prefix will be used for the output files
# created which will be of the form <prefix><flowcell>_<lane>_R<1/2>.fastq.gz

set -o errexit
set -o nounset
set -o pipefail

if [[ $# -lt 2 ]]; then
echo "Usage: $(basename $0) fastq prefix"
false
Expand Down

0 comments on commit 83e9eb6

Please sign in to comment.