Skip to content

Commit

Permalink
Add /usr/local/lib to LD_LIBRARY_PATH for biocontainer environments.
Browse files Browse the repository at this point in the history
  • Loading branch information
reid-wagner committed Jun 14, 2024
1 parent f95b7f7 commit 1c7d2a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/fragpipe/fragpipe.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
export XDG_CONFIG_HOME=\$(pwd)/.config &&
export XDG_CACHE_HOME=\$(pwd)/.cache &&
export JAVA_OPTS="\$JAVA_OPTS -Xmx\$[ \${GALAXY_MEMORY_MB:-8192} / 1024 ]g -Djava.io.tmpdir=\$(pwd)/tmp" &&
export LD_LIBRARY_PATH="\$LD_LIBRARY_PATH:/usr/local/lib" &&
mkdir -p outputs &&
@CMD_IMPORTS@
@LINK_FRAGGER_DATABASE@
Expand Down

0 comments on commit 1c7d2a6

Please sign in to comment.