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

update progress

parent be6a2f2d
Loading
Loading
Loading
Loading
+13 −2
Original line number Original line Diff line number Diff line
### 0.3.0 (in development)

- custom whitelists for other technologies

- configure custom input technology (kai)

- test data for checking technologies (tom)

- bundle as docker with cellranger for install (w.i.p.)

- configure automated tested for GitLab or Travis CI


### 0.2.2
### 0.2.2


allow passing custom barcode whitelists
allow passing custom barcode whitelists (can only run in serial)


### 0.2.1
### 0.2.1


+1 −1
Original line number Original line Diff line number Diff line
@@ -8,7 +8,7 @@ if [[ -z $cellrangerpass ]]; then
    echo "cellranger command is not found."
    echo "cellranger command is not found."
    exit 1
    exit 1
fi
fi
ver_info=`paste -d "\n" <(cellranger count --version) <(echo conversion script version 0.2.2) | head -n 3 | tail -n 2`
ver_info=`paste -d "\n" <(cellranger count --version) <(echo conversion script version 0.3.0.9001) | head -n 3 | tail -n 2`
##########
##########