Commit 2790b9d8 authored by TomKellyGenetics's avatar TomKellyGenetics
Browse files

print on multiple lines

parent 13e7b09b
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 "##########"