biomedswe

Results 2 issues of biomedswe

Hi! im using bwa-mem2 in python using subprocess.run ``` process = subprocess.run(cmd, shell=True) rc = process.returncode print("returncode:", rc) ``` e.g. if I deliberately rename the file to get the error:...

Hi! thanks for making this package! I have a quesiton though: Here I have made a circular plot ![image](https://github.com/YinLiLin/CMplot/assets/64096349/da268290-3a29-47b8-b29f-7041952b5abf) But I also want to add threshold lines: ![image](https://github.com/YinLiLin/CMplot/assets/64096349/8f63232b-1adc-4891-910e-50fd380efdb2) But then...