运行multiqc时出错
2020-05-08 本文已影响0人
爱吃柠檬的草莓酱
运行multiqc时出错,错误为:RuntimeError: Click will abort further execution because Python 3 was configured to use ASCII as encoding for the environment.
解决办法:
运行下面两行代码, 之后重新运行multiqc即可
LC_ALL=en_US
export LC_ALL