We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f79845 commit d28a5fcCopy full SHA for d28a5fc
SequenceAnalysis/pipeline_code/sequence_tools_install.sh
@@ -866,9 +866,9 @@ then
866
install ./cutadapt-1.8.1/bin/_preamble.py ${LKTOOLS_DIR}/_preamble.py
867
cp -R ./cutadapt-1.8.1/cutadapt ${LKTOOLS_DIR}/cutadapt
868
else
869
- $PIP_EXE install --user cutadapt==4.2
+ $PIP_EXE install --user --break-system-packages cutadapt==4.2
870
$PIP_EXE show cutadapt
871
- $PIP_EXE install --user pyinstaller
+ $PIP_EXE install --user --break-system-packages pyinstaller
872
$PIP_EXE show pyinstaller
873
~/.local/bin/pyinstaller --onefile --clean ~/.local/bin/cutadapt
874
cp ./dist/cutadapt ${LKTOOLS_DIR}/cutadapt
0 commit comments