Commit c2e66969 authored by TomKellyGenetics's avatar TomKellyGenetics
Browse files

correct syntax

parent c1f54747
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -921,7 +921,6 @@ else
    echo "... index1 files missing for some samples or lanes (will be skipped)"
    index1=()
fi
fi
if [[ ${#index1[@]} -eq ${#read1[@]} ]] && [[ ${#index2[@]} -eq ${#read1[@]} ]] || [[ ${#index2[@]} -eq 0 ]]; then
    if [[ ${#index1[@]} -eq ${#read1[@]} ]] && [[ ${#index2[@]} -eq ${#read1[@]} ]]; then
        echo "... accepted index1 file: ${index1[@]}"