-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Vincent Gardeux
authored
Jul 9, 2019
1 parent
10a221b
commit 94a18cc
Showing
1 changed file
with
5 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 <a href="https://asap.epfl.ch">ASAP</a>. | ||
Here are the source codes used on the server to run the different tools available on <a href="https://asap-beta.epfl.ch">ASAP</a>. | ||
Currently, this code is running on the BETA version of ASAP, but the original website is still accessible <a href="https://asap.epfl.ch">here</a>. | ||
|
||
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 <a href="https://asap.epfl.ch">ASAP</a> for more information and <a href="https://asap.epfl.ch/home/about">references of the different tools</a> | ||
Please visit <a href="https://asap-beta.epfl.ch">ASAP</a> for more information. |