Skip to content

Commit

Permalink
Add button to interface for flipping sequence (mock-up)
Browse files Browse the repository at this point in the history
This is non-functional. It's just to show a potential UI implementation for flipping the sequence to its reverse compliment. This is to address issue gear-genomics#14.
  • Loading branch information
kaldari authored Aug 18, 2022
1 parent d0fd37f commit 99bd249
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions client/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,11 @@ <h1 class="display-4 app-name">Pearl</h1>
</div>
</div>
<br />
<div id="result-actions" class="row">
<button type="submit" class="btn btn-outline-secondary" id="btn-flip">
Flip sequence
</button>
</div>
<div id="result-info" class="alert alert-info d-none" role="alert">
<i class="fas fa-spinner spinner"></i>
Analysis is running, please be patient.
Expand Down

0 comments on commit 99bd249

Please sign in to comment.