Issue with ANSI Escape Codes in Output When Running Shell Script via Python Subprocess
I have a bioinformatics pipeline that build and run .sh files in python. I run the .sh through a subprocess module so I can use parallel computing.
I have a bioinformatics pipeline that build and run .sh files in python. I run the .sh through a subprocess module so I can use parallel computing.