Commit 82cc7aec authored by TomKellyGenetics's avatar TomKellyGenetics
Browse files

enable script running to completion

parent ea6f669a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -353,7 +353,7 @@ if [[ ! -w $barcodedir ]]; then
    echo " `whereis cellranger`"
    exit 1
fi
exit 0

#check if technology matches expected inputs
if [[ "$technology" != "10x" ]] && [[ "$technology" != "nadia" ]] && [[ "$technology" != "icell8" ]]; then
    if [[ "$technology" != "custom"* ]]; then