Skip to content

Commit

Permalink
More corrections for Installation section.
Browse files Browse the repository at this point in the history
  • Loading branch information
dbolotin committed Aug 13, 2015
1 parent 927d309 commit 79ac038
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,15 @@ Currently there is no execution script or installer for Windows. Still MiXCR can
- unzip the archive with MiXCR
- use ``mixcr.jar`` from the archive in the following way:

.. code-block:: console
.. code-block:: powershell
> java -Xmx4g -Xms3g -jar path_to_mixcr\jar\mixcr.jar ...
For example:

.. code-block:: console
> java -Xmx4g -Xms3g -jar C:\path_to_mixcr\jar\mixcr.jar align input.fastq.gz output.vdjсa
.. code-block:: powershell
> java -Xmx4g -Xms3g -jar C:\path_to_mixcr\jar\mixcr.jar align input.fastq.gz output.vdjca
To use mixcr from ``jar`` file one need to substitute ``mixcr`` command
with ``java -Xmx4g -Xms3g -jar path_to_mixcr\jar\mixcr.jar`` in all
Expand Down

0 comments on commit 79ac038

Please sign in to comment.