Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
charles-plessy authored Feb 1, 2025
1 parent 50f9b6b commit 40c223d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/nf-core/last/dotplot/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ process LAST_DOTPLOT {
def annot_b_arg = annot_b ? "-b ${annot_b}" : ''
"""
if [ -d "/home/ubuntu/miniconda3/" ]; then
TTF=$(find /home/ubuntu/miniconda3/ -type f -name 'FreeMono.ttf' | head -n 1)
TTF=\$(find /home/ubuntu/miniconda3/ -type f -name 'FreeMono.ttf' | head -n 1)
else
TTF=/opt/conda/pkgs/pillow-11.1.0-py313h8db990d_0/info/test/Tests/fonts/FreeMono.ttf
fi
Expand Down

0 comments on commit 40c223d

Please sign in to comment.