Commit f5b53bed authored by kai.b's avatar kai.b
Browse files

allowing custom technology and custom barcode file (in progress)

parent 48504e16
Loading
Loading
Loading
Loading
+1 −6
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@
install=false

######convert version#####
convertversion="0.2.2"
convertversion="0.2.3"
##########


@@ -765,11 +765,6 @@ if [[ $setup == "true" ]]; then
    
    cd $barcodefolder
    
    #compressing v3 whilelist if present
    if [[ -f 3M-february-2018.txt ]]; then
        gzip -f 3M-february-2018.txt
    fi
    
    #restore 10x barcodes if launch_universc.sh has already been run
    if [[ -f nadia_barcode.txt.gz ]] || [[ -f iCell8_barcode.txt.gz ]] || [[ -f custom_barcodes.txt.gz ]]; then
        echo " restoring 10x barcodes for version 2 kit ..."