Commit 79979163 authored by TomKellyGenetics's avatar TomKellyGenetics
Browse files

set default chemistry for 10x to auto

parent 4a1497f8
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
@@ -138,7 +138,13 @@ id=""
description=""
reference=""
ncells=""
if [[ $technology == "10x" ]] || [[ $technology == "chromium" ]]; then
    #set default chemistry to auto detect 10x version 2 or 3
    chemistry="auto"
else
    #otherwise use version 2 configurations for other platforms
    chemistry="SC3Pv2"
fi
jobmode="local"
ncores=""
mem=""