Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mikessh committed Nov 9, 2018
1 parent bd1b701 commit 137071a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ java -jar vdjtools.jar ...

Make sure that you've specified the full/correct path to jar file. In case of Java Heap Space exception, you can increase the JVM memory limit by adding ``-Xmx20G`` (for extra 20G) after the ``-jar`` argument.

The software is cross-platform and requires Java v1.8+ to run and R to perform plotting.
The software is cross-platform and requires Java v10+ to run and R to perform plotting.

Easy installation on **MacOS/Linux** via [Homebrew](http://brew.sh/) or [Linuxbrew](http://linuxbrew.sh/):
```bash
Expand Down
9 changes: 8 additions & 1 deletion doc/examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -203,4 +203,11 @@ Below is an example of :ref:`RarefactionPlot` graphical output.

**Rarefaction analysis of MS and healthy donor repertoires.** Note that
rarefaction curves for MS patients are generally lower than those for healthy
donors, indicating the presence of clonal expansion in former.
donors, indicating the presence of clonal expansion in former.

--------------

Repertoire annotation tutorial
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

You may be also interested in the VDJtools/VDJmatch/R tutorial on T-cell receptor motif discovery deposited `here <https://github.com/antigenomics/scair-tutorial-2018>`__.

0 comments on commit 137071a

Please sign in to comment.