biomedswe
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  But I also want to add threshold lines:  But then...