Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
nsoranzo committed Oct 2, 2023
1 parent d3144d1 commit 93e2e96
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions recipes/lotus2/post-link.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ from within your lotus2 conda environment.
EOF
fi

echo "\$ ls -a /" >> "$PREFIX/.messages.txt"
ls -a / >> "$PREFIX/.messages.txt"
echo "\$ env" >> "$PREFIX/.messages.txt"
env >> "$PREFIX/.messages.txt"

cat >> "$PREFIX/.messages.txt" <<EOF
Due to licence restrictions, if you would like to use usearch for OTU clustering
(uparse, unoise) and mapping, you need to download and install it from
Expand Down

0 comments on commit 93e2e96

Please sign in to comment.