We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b1d78b commit 9c647c6Copy full SHA for 9c647c6
SequenceAnalysis/pipeline_code/sequence_tools_install.sh
@@ -856,7 +856,7 @@ then
856
PIP_VERSION=`pip -V | cut -d '(' -f 2 | sed 's/python //' | cut -c 1 2>1`
857
858
if [[ $PIP_VERSION == '2' ]];then
859
- CUTADAPT_BRANCH='v1.18'
+ CUTADAPT_BRANCH='v1.3'
860
fi
861
862
pip install --target ${LKTOOLS_DIR}/cutadapt_pip git+https://github.com/marcelm/cutadapt.git@${CUTADAPT_BRANCH}
0 commit comments