From 94a18cc746e290bc912af7a0c24e468852bef207 Mon Sep 17 00:00:00 2001 From: Vincent Gardeux Date: Tue, 9 Jul 2019 15:42:14 +0200 Subject: [PATCH] Update README.md --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 794ba4b..24cb01e 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,12 @@ # ASAP : Automated Single-cell Analysis Pipeline -Here are the source codes used on the server to run the different tools available on ASAP. +Here are the source codes used on the server to run the different tools available on ASAP. +Currently, this code is running on the BETA version of ASAP, but the original website is still accessible here. Mostly, this is composed of: -- R scripts (for most of the tools) -- Python script (for ZIFA visualization method) +- R & Python scripts (for most of the tools) +- Java code (for handling the Loom files, generating the JSON, handling the fast-no-RAM computations) - [Ruby-On-Rails Server code](https://github.com/fabdavid/asap_web) - [Docker file](https://github.com/fabdavid/asap2_web) -Please visit ASAP for more information and references of the different tools +Please visit ASAP for more information.