Skip to content

Commit

Permalink
Copy all FragPipe files from conda install locally.
Browse files Browse the repository at this point in the history
  • Loading branch information
reid-wagner committed Jul 5, 2024
1 parent 3031e8f commit 93a0352
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions tools/fragpipe/macros.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,7 @@
Prepares enviroment variables for FragPipe.
-->
<token name="@PREPARE_ENVIRONMENT@"><![CDATA[
mkdir -p fragpipe_local/lib &&
for dir in bin philosopher tools workflows; do
ln -s \${CONDA_PREFIX}/share/fragpipe*/\${dir} fragpipe_local/\${dir};
done &&
for file in \${CONDA_PREFIX}/share/fragpipe*/lib/*; do
ln -s \${file} fragpipe_local/lib/\$(basename \${file});
done &&
cp \${CONDA_PREFIX}/share/fragpipe*/lib/fragpipe-*.jar fragpipe_local/lib/ &&
cp -r \${CONDA_PREFIX}/share/fragpipe*/ fragpipe_local/ &&
mkdir .cache .config tmp &&
export XDG_CONFIG_HOME=\$(pwd)/.config &&
export XDG_CACHE_HOME=\$(pwd)/.cache &&
Expand Down

0 comments on commit 93a0352

Please sign in to comment.