Skip to content
This repository has been archived by the owner on Jan 17, 2022. It is now read-only.

Commit

Permalink
Merge branch 'mvdbeek-sam_tag'
Browse files Browse the repository at this point in the history
  • Loading branch information
Marius Wöste committed Jan 30, 2018
2 parents 625d606 + 38e4dfd commit a85445a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions igv.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ SAM.SHOW_SOFT_CLIPPED=true
SAM.SHOW_JUNCTION_TRACK=false
IGV.Bounds=0,0,1280,1680
SAM.COLOR_BY=READ_STRAND
SAM.COLOR_BY_TAG=XT
IGV.Frame.ExtendedState=0
SHOW_SEQUENCE_TRANSLATION=false
SAM.DOWNSAMPLE_READS=true
Expand Down
11 changes: 11 additions & 0 deletions public/viper/pages/inspector/inspector.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,17 @@ <h4>Visualization settings</h4>
<option value="UNEXPECTED_PAIR">insert size and pair orientation</option>
<option value="FIRST_OF_PAIR_STRAND">first-of-pair strand</option>
<option value="READ_GROUP">read group</option>
<option value="TAG">tag</option>
</select>
</div>
<div ng-if="inspectorCtrl.configuration['SAM.COLOR_BY'] == 'TAG'" class="form-group" ng-class="{ 'has-error': inspectorCtrl.configuration['SAM.COLOR_BY_TAG'] == null}">
<label>Color reads by tag:</label>
<input
type="text"
class="form-control"
ng-pattern="/^[A-Za-z][A-Za-z0-9]$/"
ng-model="inspectorCtrl.configuration['SAM.COLOR_BY_TAG']"
ng-change="inspectorCtrl.changeIGVSetting('SAM.COLOR_BY_TAG')">
</select>
</div>
<div class="form-group">
Expand Down

0 comments on commit a85445a

Please sign in to comment.