Skip to content

Commit

Permalink
Allowed stretches in the peptide to be annotated in a colour of choice
Browse files Browse the repository at this point in the history
  • Loading branch information
douweschulte committed Mar 1, 2024
1 parent f47928c commit bb0e09e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
16 changes: 14 additions & 2 deletions src-tauri/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,20 @@ r#"<!DOCTYPE html>
<input id='spectrum-spectrum-stroke' class='stroke-spectrum' type='text' value='2px'/>
<input id='spectrum-compact' class='compact' type='checkbox'/>
<label for='spectrum-compact'>Compact peptide</label>
<input id='show-theoretical' class='show-theoretical' type='checkbox'/>
<label for='show-theoretical'>Show theoretical spectrum</label>
<input id='theoretical' class='theoretical' type='checkbox'/>
<label for='theoretical'>Theoretical spectrum</label>
<label for='colour'>Colour peptide</label>
<select name='colour' id='colour'>
<option value='red'>Red</option>
<option value='green'>Green</option>
<option value='blue'>Blue</option>
<option value='yellow'>Yellow</option>
<option value='purple'>Purple</option>
<option value='remove'>Remove</option>
</select>
<input id='apply-colour' class='apply-colour' type='checkbox'/>
<label for='apply-colour'>Apply</label>
<button id='clear-colour' class='clear-colour'>Clear</button>
</div>
<div class='settings spectrum-graph-setup'><p>Spectrum graph</p>
<input type='radio' name='y-axis' id='absolute' value='absolute' checked/><label for='absolute'>Absolute</label>
Expand Down
2 changes: 1 addition & 1 deletion src/stitch-assets
Submodule stitch-assets updated 2 files
+42 −8 script.js
+64 −18 styles.css

0 comments on commit bb0e09e

Please sign in to comment.