Commit 0f88fd62 authored by TomKellyGenetics's avatar TomKellyGenetics
Browse files

warn only for changed technology

parent 00485d48
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -443,7 +443,7 @@ if [[ -f ${DIR}-cs/${VERSION}/lib/python/cellranger/barcodes/.last_called ]]
        if [ ! convert ]
            then
            echo "  warning: technology changed to $technology since last run"
            convert=true
            #convert=true
        fi
    fi
else