diff options
author | Petar Petrov <slackalaxy@gmail.com> | 2017-01-22 20:04:28 +0000 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-01-24 00:21:48 +0000 |
commit | 7b2680ddba9358624ebdbc1235d29a56a8ba8e3e (patch) | |
tree | 1a89bef46ae3a1fc3544f0a97d9792338a6b1afa | |
parent | f1a01e863e41bb18460bc8f5811e038bb394de11 (diff) |
academic/FCSalyzer: Updated for version 0.9.12_alpha.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
-rw-r--r-- | academic/FCSalyzer/FCSalyzer.SlackBuild | 4 | ||||
-rw-r--r-- | academic/FCSalyzer/FCSalyzer.info | 6 | ||||
-rw-r--r-- | academic/FCSalyzer/README | 16 |
3 files changed, 17 insertions, 9 deletions
diff --git a/academic/FCSalyzer/FCSalyzer.SlackBuild b/academic/FCSalyzer/FCSalyzer.SlackBuild index e847a3cc945d..949ab2f1bd14 100644 --- a/academic/FCSalyzer/FCSalyzer.SlackBuild +++ b/academic/FCSalyzer/FCSalyzer.SlackBuild @@ -23,12 +23,12 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=FCSalyzer -VERSION=${VERSION:-0.9.11_alpha} +VERSION=${VERSION:-0.9.12_alpha} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} ARCH=noarch -SRCVER=0.9.11-alpha +SRCVER=0.9.12-alpha CWD=$(pwd) TMP=${TMP:-/tmp/SBo} diff --git a/academic/FCSalyzer/FCSalyzer.info b/academic/FCSalyzer/FCSalyzer.info index 1010408e2333..0e9195befaf7 100644 --- a/academic/FCSalyzer/FCSalyzer.info +++ b/academic/FCSalyzer/FCSalyzer.info @@ -1,8 +1,8 @@ PRGNAM="FCSalyzer" -VERSION="0.9.11_alpha" +VERSION="0.9.12_alpha" HOMEPAGE="https://sourceforge.net/projects/fcsalyzer/" -DOWNLOAD="https://sourceforge.net/projects/fcsalyzer/files/Version%200.9.11-alpha/FCSalyzer%200.9.11-alpha.zip" -MD5SUM="7b2b3ce7e92f7e2f9e1e050f5aedc0ba" +DOWNLOAD="https://sourceforge.net/projects/fcsalyzer/files/Version%200.9.12-alpha/FCSalyzer%200.9.12-alpha.zip" +MD5SUM="4e849c5d93aeb4c8605a07e9a6cbf8c7" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="jdk" diff --git a/academic/FCSalyzer/README b/academic/FCSalyzer/README index 3453857402df..b10beac17280 100644 --- a/academic/FCSalyzer/README +++ b/academic/FCSalyzer/README @@ -1,10 +1,18 @@ FCSalyzer: a free program for analysing flow cytometry data. - -FCSalyzer is a simple application for analysing flow cytometry data. It is -based on the "What you see is what you get" principle with the hope of -being intuitive to use. For more information, please visit the project web- + +FCSalyzer is a simple application for analysing flow cytometry data. It +is based on the "What you see is what you get" principle with the hope +of being intuitive to use. For more information, visit the project web- page. +Features: + +- Analyses FCS2.0 list mode files and FCS3 files +- What you see is what you get - plots are placed onto a paginated + document +- Dot plots, density plots and histograms - all with overlays +- Plots can be duplicated with their statistics + Supported datafiles (depending on the type of flow cytometer and acquisition software) are listed in "datafiles.txt", found in the documentation folder of the created package. |