Skip to content

Commit

Permalink
added spaces to egrep command in staging
Browse files Browse the repository at this point in the history
  • Loading branch information
Michal-Babins committed Jun 30, 2023
1 parent 5943f2d commit ea9e609
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interleave_rqcfilter.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ task stage {

command <<<
set -e
if [ $( echo ${input_fastq1}|egrep -c "https*:") -gt 0 ] ; then
if [ $( echo ${input_fastq1} | egrep -c "https*:") -gt 0 ] ; then
wget ${input_fastq1} -O ${target_reads_1}
wget ${input_fastq2} -O ${target_reads_2}
else
Expand Down

0 comments on commit ea9e609

Please sign in to comment.