Skip to content

Commit

Permalink
fix: set locale to C in bcftools/TMB wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
tedil committed Apr 30, 2024
1 parent d7420f7 commit c566b3c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions snappy_wrappers/wrappers/bcftools/TMB/wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@
set -x
# -----------------------------------------------------------------------------
# Ensure locale is set to C, such that the printf %f calls work correctly
export LC_ALL=C
# Write out information about conda installation
conda list > {snakemake.log.conda_list}
conda info > {snakemake.log.conda_info}
Expand Down

0 comments on commit c566b3c

Please sign in to comment.