Commit f255b69d authored by TomKellyGenetics's avatar TomKellyGenetics
Browse files

update barcodes

parent 039ddb70
Loading
Loading
Loading
Loading
+6 −3
Original line number Diff line number Diff line
@@ -1699,9 +1699,12 @@ if [[ $lock -eq 0 ]]; then
        #for version 3
        cat ${v2} > ${v3}
        gzip -f ${v3}
        if[[ -f translation/${v3}.gz]]; then
            rm translation/${v3}.gz
        ln -s ../${v3} translation/${v3}
        ln -s ../${v3}.gz translation/${v3}.gz
            paste ${v3} ${v3} > translation/${v3}
            gzip -f translation/${v3}
        fi
        gzip -f ${v3}
    fi
    echo " whitelist converted"