Commit d531a6b1 authored by TomKellyGenetics's avatar TomKellyGenetics
Browse files

update to development version of 1.0.0 release

parent 96f06546
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
0.3.0.90008
1.0.0.9001
+17 −5
Original line number Diff line number Diff line
### 0.3.0 (in development)
### 1.0.0

- custom whitelists for other technologies

- configure custom input technology (kai)
- full documentation of all features

- test data for checking technologies (tom)
- scripts for installation

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

- configure automated tested for GitLab or Travis CI

- support for additional technologies (16 presets)

- barcodes restored in output

- trimming script bundled

### 0.3.0

- custom whitelists for other technologies

- configure custom input technology

- test data for checking technologies (10x, DropSeq)

### 0.2.2

allow passing custom barcode whitelists (can only run in serial)
+5 −5
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@
![Docker Pulls](https://img.shields.io/docker/pulls/tomkellygenetics/universc)
![Docker Image Version (latest by date)](https://img.shields.io/docker/v/tomkellygenetics/universc)

### UniverSC version 0.3.0
### UniverSC version 1.0.0

#### Single-cell processing across technologies

@@ -86,20 +86,20 @@ focus on the results.

### Citation <span id="Citation"><span>

A submission to a jounral and biorXiv is in progress. Please cite this
A submission to a journal and biorXiv is in progress. Please cite this
when it becomes available. In the meantime, the package can be cited
as follows:

Kelly, S.T., Battenberg, K., Hayashi, K., and Minoda, A. (2020)
launch_universc.sh : single-cell processing across technologies.
package version 0.3.0. https://github.com/TomKellyGenetics/universc
package version 1.0.0. https://github.com/TomKellyGenetics/universc

```
@Manual{,
    title = {{launch_universc.sh}: single-cell processing across technologies},
    author = {S. Thomas Kelly, Kai Battenbery, Makoto Hayashi, and Aki Minoda},
    year = {2020},
    note = {package version 0.3.0},
    note = {package version 1.0.0},
    url = {https://github.com/TomKellyGenetics/universc},
  }
```
+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@
install=false

######convert version#####
convertversion="0.3.0.90008"
convertversion="1.0.0.9001"
##########