Skip to content

Commit 2fb869b

Browse files
committed
Update SequenceImportPanel regex
1 parent 9c647c6 commit 2fb869b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

SequenceAnalysis/resources/web/SequenceAnalysis/panel/SequenceImportPanel.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1438,7 +1438,7 @@ Ext4.define('SequenceAnalysis.panel.SequenceImportPanel', {
14381438
xtype: 'textfield',
14391439
fieldLabel: 'Group RegEx',
14401440
itemId: 'groupEx',
1441-
value: '(.*)_'
1441+
value: 's_([^_]+)_'
14421442
},{
14431443
xtype: 'ldk-integerfield',
14441444
fieldLabel: 'Group Index',
@@ -1449,12 +1449,12 @@ Ext4.define('SequenceAnalysis.panel.SequenceImportPanel', {
14491449
xtype: 'textfield',
14501450
fieldLabel: 'Platform Unit RegEx',
14511451
itemId: 'platformEx',
1452-
value: '(.*)_'
1452+
value: '(.*)_R[1-2]+'
14531453
},{
14541454
xtype: 'ldk-integerfield',
14551455
fieldLabel: 'Platform Index',
14561456
itemId: 'platformNum',
1457-
value: 2,
1457+
value: 1,
14581458
minValue: 0
14591459
}],
14601460
buttons: [{

0 commit comments

Comments
 (0)