[go: nahoru, domu]

Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
luponzo86 committed Jul 25, 2019
1 parent e720d27 commit e35577e
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 11 deletions.
10 changes: 9 additions & 1 deletion about.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<div class="col-md"></div>

<div class="col-md-6">
<p><h5>please cite:</h5><?p>
<h5>please cite:</h5>
<p>
<a href="https://www.pnas.org/content/115/16/4164">
<i>Structural dynamics is a determinant of the functional
Expand All @@ -32,6 +32,14 @@
<small>Proceedings of the National Academy of Sciences Apr 2018,
115 (16) 4164-4169; DOI: 10.1073/pnas.1715896115 </small>
</p>

<h5>other:</h5>
<p>
Please consider also citing
<a href="http://genetics.bwh.harvard.edu/pph2/">PolyPhen-2</a> and
<a href="https://marks.hms.harvard.edu/evmutation/">EVmutation</a>,
if using their results

</div>
<div class="col-md"></div>
</div>
Expand Down
10 changes: 5 additions & 5 deletions download.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,11 @@
<div class="col-md"></div>

<div class="col-md-6">
<p><h5>local installation</h5></p>
<pre><code>$ pip install prody-rhapsody
</code></pre>
<h5>local installation</h5>
<pre class='py-2'><code>$ pip install prody-rhapsody</code></pre>


<p><h5>git repositories</h5></p>
<h5>git repositories</h5>
<div class='py-2'>
<p><i class="fab fa-github"></i> &nbsp;
<a href="https://github.com/prody/rhapsody">
github.com/prody/rhapsody</a>
Expand All @@ -41,6 +40,7 @@
<a href="https://github.com/luponzo86/rhapsody-tutorials">
github.com/luponzo86/rhapsody-tutorials</a>
</p>
</div>
</div>
<div class="col-md"></div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions results-bq.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ <h2>Results for job #{{jobid}}</h2>

<div class="row">
<div class="col-sm text-center">
<h4>Files</h4>
<h4>output files:</h4>
</div>
</div>

Expand Down Expand Up @@ -54,7 +54,7 @@ <h4>Files</h4>
<tr class="table-info">
<td colspan="3">
<a href="{{jobdir}}/rhapsody-results.zip" target='_blank'>
Download all</a>
download all</a>
</td>
</tr>
</tbody>
Expand Down
6 changes: 3 additions & 3 deletions results-sm.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ <h2>Results for job #{{jobid}}</h2>
<div class="container">
<div class="row">
<div class="col-sm text-center ">
<h4><i>In silico</i> saturation mutagenesis table for
<h4><i>in silico</i> saturation mutagenesis table for
sequence <a href="https://www.uniprot.org/uniprot/{{Uniprot_acc}}"
target='_blank'>{{Uniprot_acc}}</a>
</h4>
Expand Down Expand Up @@ -49,7 +49,7 @@ <h4><i>In silico</i> saturation mutagenesis table for

<div class="row">
<div class="col-sm text-center pt-4">
<h4>Files</h4>
<h4>output files:</h4>
</div>
</div>

Expand Down Expand Up @@ -92,7 +92,7 @@ <h4>Files</h4>
<tr class="table-info">
<td colspan="3">
<a href="{{jobdir}}/rhapsody-results.zip" target='_blank'>
Download all</a>
download all</a>
</td>
</tr>
</tbody>
Expand Down

0 comments on commit e35577e

Please sign in to comment.