Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doc edits #150

Merged
merged 2 commits into from
Feb 9, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Overview
--------
Vaxrank is a tool for selecting mutated peptides for use in personalized therapeutic cancer vaccination. Vaxrank determines which peptides should be used in a vaccine from tumor-specific somatic mutations, tumor RNA sequencing data, and a patient's HLA type. Additionally, Vaxrank considers surrounding non-mutated residues in a peptide to prioritize vaccine peptide candidates and improve the odds of successful synthesis.

Vaxrank is being actively developed at the Icahn School of Medicine at Mount Sinai as part of the Genetics and Genomic Sciences program.
Vaxrank is being actively developed at the Icahn School of Medicine at Mount Sinai.

Questions, Bug Reporting, and Issue Tracking
--------------------------------------------
Expand All @@ -37,7 +37,7 @@ Note: to generate PDF reports, you first need to install `wkhtmltopdf <http://wk

Vaxrank uses `PyEnsembl <https://github.com/hammerlab/pyensembl>`_ for accessing information about the reference genome. You must install an Ensembl release corresponding to the reference genome associated with the mutations provided to Vaxrank.

The latest release for GRCh38 is Ensembl 87:
The latest supported release for GRCh38 is Ensembl 87:

.. code-block:: bash

Expand Down