Skip to content

Commit 99cabf0

Browse files
committed
Support additional liftover params
1 parent 0a4c838 commit 99cabf0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

SequenceAnalysis/resources/web/SequenceAnalysis/window/LiftoverWindow.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,11 @@ Ext4.define('SequenceAnalysis.window.LiftoverWindow', {
117117
itemId: 'useBcfTools',
118118
checked: false,
119119
fieldLabel: 'Use bcftools'
120+
},{
121+
xtype: 'checkbox',
122+
itemId: 'doNotRetainUnmapped',
123+
checked: false,
124+
fieldLabel: 'Do Not Retain Unmapped'
120125
}].concat(SequenceAnalysis.window.OutputHandlerWindow.getCfgForToolParameters(this.toolParameters)),
121126
buttons: [{
122127
text: 'Submit',

0 commit comments

Comments
 (0)