Skip to content

Commit 74a4bf2

Browse files
author
rarsenal
committed
updated README
1 parent a79a6dd commit 74a4bf2

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,13 @@ There are two concurrent implementations of the DAFi framework, one for the HPC
3838
| --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- |
3939
|1|1|4|0|85|100|200|0|0|1|0|
4040

41-
## Get the software
41+
## Get the software and documentations
4242

4343
Check the [releases](https://github.com/JCVenterInstitute/DAFi-gating/releases) to obtain the [latest release](https://github.com/JCVenterInstitute/DAFi-gating/releases/latest)
4444

4545
### R
46+
47+
#### install into R
4648
For the DAFi R implementation framework, R version > 3.4 is required (https://cran.r-project.org/bin/). In addition, please have installed:
4749
1) flowCore (https://www.bioconductor.org/packages/release/bioc/html/flowCore.html)
4850
2) flowViz (http://bioconductor.org/packages/release/bioc/html/flowViz.html)
@@ -77,3 +79,7 @@ icc -O3 -xHost -o dafi_gating DAFi-gating_omp.c -lm
7779
```
7880

7981
In addition, precompiled binaries without enhanced optimizations is available under [releases](https://github.com/JCVenterInstitute/DAFi-gating/releases)
82+
83+
### DAFi R and C docker image
84+
If you have docker containerization system enabled, you can download the prebuilt images and run the DAFi as a containized command-line tool. Please see the docker folder under this repository.
85+

0 commit comments

Comments
 (0)