Closed nsheff closed 4 years ago
# Determine maximum read length cmd = (tools.samtools + " stats " + mapping_genome_bam + " | grep '^SN' | cut -f 2- | grep 'maximum length:' | cut -f 2-") max_len = int(pm.checkprint(cmd))
otherwise this runs again on every re-run. it need only run right after the time that the output is produced.
otherwise this runs again on every re-run. it need only run right after the time that the output is produced.