Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
susannasiebert committed Feb 20, 2017
1 parent 030556d commit c6312fb
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 2 deletions.
12 changes: 11 additions & 1 deletion docs/features.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,19 @@ pVAC-Seq uses a single-sample VCF file as its input. This VCF file must be annot

pVAC-Seq utilizes the IEDB RESTful web interface. This means that none of the underlying prediction software, like NetMHC, needs to be installed locally.

.. warning::
The IEDB RESTful API URLs are currently broken. Until this issue if fixed,
you will need to use a local IEDB installation to run pVAC-Seq. IEDB has
been informed of this issue. For more information on how to run pVAC-Seq
with a local IEDB installation, please see the page on :ref:`run`.

**Support for local installation of the IEDB Analysis Resources**

pVAC-Seq provides the option of using a local installation of the IEDB MHC `class I <http://tools.iedb.org/mhci/download/>`_ and `class II <http://tools.iedb.org/mhcii/download/>`_ binding prediction tools.
pVAC-Seq provides the option of using a local installation of the IEDB MHC
`class I <http://tools.iedb.org/mhci/download/>`_ and `class II <http://tools.iedb.org/mhcii/download/>`_
binding prediction tools. Using a local IEDB installation is recommended for
larger datasets or when the making predictions on many
alleles, epitope lengths, or prediction algorithms.

**MHC Class I and Class II predictions**

Expand Down
6 changes: 6 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ New in version |version|

This version updates the IEDB RESTful API URL to the new target announced in IEDB Analysis Resource v2.15.1.

.. warning::
The IEDB RESTful API URLs are currently broken. Until this issue if fixed,
you will need to use a local IEDB installation to run pVAC-Seq. IEDB has
been informed of this issue. For more information on how to run pVAC-Seq
with a local IEDB installation, please see the page on :ref:`run`.

This release introduces a change in how invalid alleles are handeled. Previously, the pipeline would throw a fatal error. The
pipeline will now proceed but invalid alleles will be skipped.

Expand Down
2 changes: 1 addition & 1 deletion docs/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ If you have an old version of pVAC-Seq installed you might want to consider upgr
pip install pvacseq --upgrade
Installing IEDB binding prediction tools (optional)
Installing IEDB binding prediction tools (recommended)
---------------------------------------------------

You may create a local install of the IEDB binding prediction tools by first downloading the archives for `class I <http://tools.iedb.org/mhci/download/>`_ and `class II <http://tools.iedb.org/mhcii/download/>`_ from the IEDB website. If using both the Class I and the Class II tools, they both need to be installed into the same parent directory.
Expand Down
7 changes: 7 additions & 0 deletions docs/run.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
.. _run:

Usage
====================================

.. warning::
The IEDB RESTful API URLs are currently broken. Until this issue if fixed,
you will need to use a local IEDB installation to run pVAC-Seq. IEDB has
been informed of this issue.

.. argparse::
:module: lib.main
:func: define_parser
Expand Down

0 comments on commit c6312fb

Please sign in to comment.