Skip to content

Commit

Permalink
missing quote
Browse files Browse the repository at this point in the history
  • Loading branch information
nikellepetrillo committed Nov 13, 2024
1 parent 635bb69 commit 2284fa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/skylab/StarAlign.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ task STARsoloFastq {
samtools quickcheck -v Aligned.sortedByCoord.out.bam

samtools quickcheck *.bam && echo 'all ok' \
|| echo 'fail!
|| echo 'fail!'

# wait until star completes, then write out complete.txt file
wait
Expand Down

0 comments on commit 2284fa2

Please sign in to comment.