Commit 856a4341 authored by TomKellyGenetics's avatar TomKellyGenetics
Browse files

revert changes

parent 567c314f
Loading
Loading
Loading
Loading
+2 −8
Original line number Diff line number Diff line
@@ -989,10 +989,6 @@ d=""
if [[ -n $description ]]; then
    d="--description=$description"
fi
c=""
if [[ -n $chemistry ]]; then
     c="--chemistry=$chemistry"
fi
n=""
if [[ -n $ncells ]]; then
    n="--force-cells=$ncells"
@@ -1011,8 +1007,7 @@ echo "cellranger count --id=$id \
        --sample=$SAMPLE \
        $d \
        $n \
        $j \
        $c
        $j
"

cellranger count --id=$id \
@@ -1024,8 +1019,7 @@ cellranger count --id=$id \
        --sample=$SAMPLE \
        $d \
        $n \
        $j \
        $c
        $j
#        --noexit
#        --nopreflight
end=`date +%s`