Containerized version with meme-chip 5.5.4
@@ -111,8 +111,6 @@ def convert_mapped_pe(bam, bam_basename):
@@ -111,8 +111,6 @@ def convert_mapped_pe(bam, bam_basename):
avail_sys_mem = int(subprocess.check_output("grep MemTotal /proc/meminfo | grep -o '[0-9]*'", shell=True).decode("utf-8").strip())
# Divide the total by the number of processors and apply a scaling factor (0.85) to not use all memory.