Skip to content

Commit

Permalink
Merge pull request #103 from metagenlab/nj/paper_blast
Browse files Browse the repository at this point in the history
Integrate link to paper blast in the locus overview.
  • Loading branch information
njohner authored Jul 2, 2024
2 parents 66cad6c + d19c892 commit 75792ed
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ to [Common Changelog](https://common-changelog.org)

### Added

- Integrate link to paper blast in the locus overview. ([#103](https://github.com/metagenlab/zDB/pull/103)) (Niklaus Johner)
- Add button to draw custom phylogeny from selection of entries in various tables. ([#92](https://github.com/metagenlab/zDB/pull/92)) (Niklaus Johner)
- Add buttons to download protein and DNA sequences in homologs tables. ([#89](https://github.com/metagenlab/zDB/pull/89)) (Niklaus Johner)
- Control data exports from tables by making rows selectable. ([#88](https://github.com/metagenlab/zDB/pull/88)) (Niklaus Johner)
Expand Down
17 changes: 17 additions & 0 deletions webapp/templates/chlamdb/locus.html
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,23 @@ <h3 class="panel-title">Orthology</h3>
</div>
{% endif %}

{% if sequence_type == "CDS" %}
<div class="row">
<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title">Actions</h3>
</div>
<div style="margin: 10px">
<a class="button_link" href="https://papers.genomics.lbl.gov/cgi-bin/litSearch.cgi?query={{translation}}" target="_blank">
<button class="btn btn-success">
Paper blast
</button>
</a>
</div>
</div>
</div>
{% endif %}

</div> <!-- fluid container -->
</div> <!-- first column -->
<div class="col-md-12 col-lg-8">
Expand Down

0 comments on commit 75792ed

Please # to comment.