Commit bbd12052 authored by TomKellyGenetics's avatar TomKellyGenetics
Browse files

correct syntax errors for Aligent Bravo

parent f93ce731
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1752,7 +1752,7 @@ else
        fi
    elif [[ "$technology" == "bravo" ]]; then
        barcodefile=${whitelistdir}/KAPA_UDI_dual_barcodes.txt
        if [[ ! -f ${whitelistdir}/KAPA_UDI_dual_barcodes.txt
        if [[ ! -f ${whitelistdir}/KAPA_UDI_dual_barcodes.txt ]]; then
            echo "  ...generating combination of I1, I2, and RT barcodes..."
        fi
    elif [[ "$technology" == "fluidigm-c1" ]] || [[ "$technology" == "c1-cage" ]] || [[ "$technology" == "ramda-seq" ]] || [[ "$technology" == "c1-ramda-seq" ]]; then