Commit 49b276bc authored by TomKellyGenetics's avatar TomKellyGenetics
Browse files

add non-UMI argument to input

parent 3d65022e
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
@@ -288,6 +288,7 @@ chemistry=""
jobmode="local"
ncores=""
mem=""
nonUMI=true
percelldata=false

next=false
@@ -505,6 +506,11 @@ for op in "$@"; do
            next=false
            shift
            ;;
        --non-umi|--read-only)
            nonUMI=true
            next=false
            shift
            ;;
        --setup)
            setup=true
            next=false