運行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
運行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