Commit 13e7b09b authored by TomKellyGenetics's avatar TomKellyGenetics
Browse files

print on one line

parent eb71b22d
Loading
Loading
Loading
Loading
+11 −11
Original line number Diff line number Diff line
@@ -2096,17 +2096,17 @@ echo ""
echo "#####cellranger command#####"

start=`date +%s`
echo "cellranger count --id=$id
        --fastqs=$crIN
        --lanes=$LANE
        --r1-length=$totallength
        --chemistry=$chemistry
        --transcriptome=$reference
        --sample=$SAMPLE
        $d
        $n
        $j
        $l
echo "cellranger count --id=$id\
        --fastqs=$crIN\
        --lanes=$LANE\
        --r1-length=$totallength\
        --chemistry=$chemistry\
        --transcriptome=$reference\
        --sample=$SAMPLE\
        $d\
        $n\
        $j\
        $l\
        $m
"
echo "##########"