We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7fb981e + a9ea0c3 commit f7faebeCopy full SHA for f7faebe
SequenceAnalysis/pipeline_code/sequence_tools_install.sh
@@ -842,9 +842,9 @@ then
842
install ./cutadapt-1.8.1/bin/_preamble.py ${LKTOOLS_DIR}/_preamble.py
843
cp -R ./cutadapt-1.8.1/cutadapt ${LKTOOLS_DIR}/cutadapt
844
else
845
- $PIP_EXE install --user cutadapt==4.2
+ $PIP_EXE install --user --break-system-packages cutadapt==4.2
846
$PIP_EXE show cutadapt
847
- $PIP_EXE install --user pyinstaller
+ $PIP_EXE install --user --break-system-packages pyinstaller
848
$PIP_EXE show pyinstaller
849
~/.local/bin/pyinstaller --onefile --clean ~/.local/bin/cutadapt
850
cp ./dist/cutadapt ${LKTOOLS_DIR}/cutadapt
0 commit comments