Commit 8c82ca2e authored by TomKellyGenetics's avatar TomKellyGenetics
Browse files

enable custom technology without exiting after setup

parent bcd8b09e
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -731,7 +731,6 @@ elif [[ "$technology" == "custom"* ]]; then
            echo "Error: option -t needs to be a technology listed or custom_<barcode>_<UMI>"
            exit 1
        fi
	setup=true
    fi
else
    echo "Error: option -t needs to be a technology listed or custom_<barcode>_<UMI>"