Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
J
jass
Manage
Activity
Members
Labels
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Container Registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Léo HENCHES
jass
Commits
bdfecba7
Commit
bdfecba7
authored
6 years ago
by
Hervé MENAGER
Browse files
Options
Downloads
Patches
Plain Diff
remove docs in README which are now in sphinx docs
parent
d70947c0
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+1
-42
1 addition, 42 deletions
README.md
with
1 addition
and
42 deletions
README.md
+
1
−
42
View file @
bdfecba7
...
@@ -4,45 +4,4 @@ JASS is a python package that handles the computation of the joint statistics ov
...
@@ -4,45 +4,4 @@ JASS is a python package that handles the computation of the joint statistics ov
## Documentation
## Documentation
Detailed documentation, describing the setup, usage, and the architecture is available at http://statistical-genetics.pages.pasteur.fr/jass/
Detailed documentation, describing the setup, usage, and the architecture is available at http://statistical-genetics.pages.pasteur.fr/jass/
\ No newline at end of file
## install
You need
**python3**
to install and use JASS.
```
# install
pip install git+https://gitlab.pasteur.fr/statistical-genetics/jass
```
## configure and import data
```
# configure
export JASS_DATA_DIR=/tmp/JASSDATA
# import GWAS data into JASS
python -m jass create_init_table [TODO use IMpG format]
```
## run a server
```
# launch celery to process tasks
celery -A jass worker
# launch the web server
python -m jass serve
```
## use JASS on the command line
```
# list available phenotypes on the command line
python -m jass list-phenotypes
# compute joint statistics on the command line into an HDF file
python -m jass create-worktable --phenotypes z_RA_RA z_ReproGen_AME --worktable-path testwt.h5
# create the global manhattan plot for a joint statistics file
python -m jass plot-manhattan --worktable-path testwt.h5 --plot-path testgm.png
# create the quadrant plot for a joint statistics file
python -m jass plot-quadrant --worktable-path testwt.h5 --plot-path testqd.png
```
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment