Skip to content

Commit fa21d2e

Browse files
author
root
committed
Merge discvr-22.11 to develop
2 parents 90847d7 + 2fb869b commit fa21d2e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

SequenceAnalysis/pipeline_code/sequence_tools_install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -856,7 +856,7 @@ then
856856
PIP_VERSION=`pip -V | cut -d '(' -f 2 | sed 's/python //' | cut -c 1 2>1`
857857

858858
if [[ $PIP_VERSION == '2' ]];then
859-
CUTADAPT_BRANCH='v1.18'
859+
CUTADAPT_BRANCH='v1.3'
860860
fi
861861

862862
pip install --target ${LKTOOLS_DIR}/cutadapt_pip git+https://github.com/marcelm/cutadapt.git@${CUTADAPT_BRANCH}

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)