Skip to content

Commit 37ddde9

Browse files
authored
Debug cutadapt
1 parent 391adde commit 37ddde9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

SequenceAnalysis/pipeline_code/sequence_tools_install.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -870,12 +870,13 @@ then
870870
install ./cutadapt-1.8.1/bin/_preamble.py ${LKTOOLS_DIR}/_preamble.py
871871
cp -R ./cutadapt-1.8.1/cutadapt ${LKTOOLS_DIR}/cutadapt
872872
else
873-
$PIP_EXE install --user cutadapt
873+
$PIP_EXE install --user cutadapt==4.2
874874
$PIP_EXE show cutadapt
875875
$PIP_EXE install --user pyinstaller
876876
$PIP_EXE show pyinstaller
877877
~/.local/bin/pyinstaller --onefile --clean ~/.local/bin/cutadapt
878878
cp ./dist/cutadapt ${LKTOOLS_DIR}/cutadapt
879+
${LKTOOLS_DIR}/cutadapt -h
879880
fi
880881
else
881882
echo "Already installed"

0 commit comments

Comments
 (0)