You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+15-15
Original file line number
Diff line number
Diff line change
@@ -18,31 +18,31 @@ Detailed usage examples are available in the [Vignette](https://github.com/dphan
18
18
19
19
1. Install release verson with Bioconductor:
20
20
21
-
```
22
-
source("http://bioconductor.org/biocLite.R")
23
-
biocLite("Sushi")
24
-
```
21
+
```
22
+
source("http://bioconductor.org/biocLite.R")
23
+
biocLite("Sushi")
24
+
```
25
25
26
-
Note: R 3.1 is required for installation via Bioconductor. The newest version of R can be downloaded at (www.r-project.org/). Installation via Bioconductor also requires libcurl and libxml2 which may not be be standard with some Linux distributions and are available for download at (http://curl.haxx.se/libcurl/ and http://xmlsoft.org/, respectively.
26
+
Note: R 3.1 is required for installation via Bioconductor. The newest version of R can be downloaded at (www.r-project.org/). Installation via Bioconductor also requires libcurl and libxml2 which may not be be standard with some Linux distributions and are available for download at (http://curl.haxx.se/libcurl/ and http://xmlsoft.org/, respectively.
27
27
28
28
29
29
2. Install from source (for previous versions of R >= 2.10):
30
30
31
-
Download source code from http://www.bioconductor.org/packages/release/bioc/html/Sushi.html
31
+
Download source code from http://www.bioconductor.org/packages/release/bioc/html/Sushi.html
32
32
33
-
```
34
-
R CMD INSTALL Sushi_X.X.X.tar.gz
35
-
```
33
+
```
34
+
R CMD INSTALL Sushi_X.X.X.tar.gz
35
+
```
36
36
37
37
3. The development version of Sushi can be downloaded via Bioconductor
38
38
39
-
```
40
-
source("http://bioconductor.org/biocLite.R")
41
-
useDevel()
42
-
biocLite("Sushi")
43
-
```
39
+
```
40
+
source("http://bioconductor.org/biocLite.R")
41
+
useDevel()
42
+
biocLite("Sushi")
43
+
```
44
44
45
-
or via source at http://www.bioconductor.org/packages/devel/bioc/html/Sushi.html
45
+
or via source at http://www.bioconductor.org/packages/devel/bioc/html/Sushi.html
0 commit comments