Skip to content

Commit

Permalink
fix: set locale to C in bcftools/TMB wrapper (#507)
Browse files Browse the repository at this point in the history
  • Loading branch information
tedil committed May 6, 2024
1 parent 4dc4948 commit 9789a2d
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 9789a2d

Please sign in to comment.