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 c702ea2 commit 1b1d78bCopy full SHA for 1b1d78b
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='v3.4'
+ CUTADAPT_BRANCH='v1.18'
860
fi
861
862
pip install --target ${LKTOOLS_DIR}/cutadapt_pip git+https://github.com/marcelm/cutadapt.git@${CUTADAPT_BRANCH}
0 commit comments