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

Merge branch 'master' of dgt-gitlab.gsc.riken.jp:tom/cellranger_convert

parents 82a7d158 4c8a1b0d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -697,7 +697,7 @@ else
        fi
    elif [[ "$technology" == "icell8" ]]; then
        barcodefile=${SDIR}/iCell8_barcode.txt
    elif [[ "$technology" != "custom"* ]]; then
    elif [[ "$technology" == "custom"* ]]; then
        custom=`echo $technology | grep -o "_" | wc -l`
        custom=$(($custom+1))
        customname=`echo $technology | cut -f1-$((${custom}-2))  -d'_'`