Skip to content

Commit

Permalink
changeVersion (#7)
Browse files Browse the repository at this point in the history
* changeVersion

* updated readme

* updated site

Co-authored-by: aviezerl <aviezer.lifshitz@weizmann.ac.il>
  • Loading branch information
lldelisle and aviezerl authored Jun 16, 2021
1 parent f86eef3 commit 24eaba6
Show file tree
Hide file tree
Showing 27 changed files with 1,347 additions and 406 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: umi4cPackage
Title: Processing & Analysis of UMI-4C Contact Profiles.
Version: 0.0.0.9000
Version: 0.0.1
Authors@R: c(person("Amos", "Tanay", role=c("aut")),
person("Omer", "Schwartzman", email="omer.schwartzman@gmail.com", role=c("aut", "cre")))
Description: Process UMI-4C data from scratch to produce nice plots.
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ The pipeline is designed to run on a standard linux machine. The basic requireme


#### Installation
```
#!r

```r
devtools::install_github("tanaylab/umi4cpackage", vignette = TRUE)
library(umi4cPackage)
```

#### Using the package
Please refer to the package vignette for usage and a complete step by step example.
```
#!r

```r
vignette('umi4c-usage', package='umi4cPackage')
```
36 changes: 23 additions & 13 deletions docs/404.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

39 changes: 23 additions & 16 deletions docs/articles/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 24eaba6

Please sign in to comment.