academic/FCSalyzer: Updated for version 0.9.12_alpha.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
f1a01e863e
commit
7b2680ddba
|
@ -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}
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue