I am having trouble reducing the size of my log file when running bwa mem. This is probably a mistake on my part, but running bwa mem -v 1 still outputs about 20MB of logs that look like
[M::mem_pestat] analyzing insert size distribution for orientation FR...
[M::mem_pestat] (25, 50, 75) percentile: (223, 345, 519)
[M::mem_pestat] low and high boundaries for computing mean and std.dev: (1, 1111)
[M::mem_pestat] mean and std.dev: (389.21, 213.67)
[M::mem_pestat] low and high boundaries for proper pairs: (1, 1407)
[M::mem_pestat] skip orientation RF as there are not enough pairs
[M::mem_pestat] skip orientation RR as there are not enough pairs
[M::mem_pestat] skip orientation FF as there are not enough pairs
[M::mem_pestat] analyzing insert size distribution for orientation FR...
[M::mem_pestat] (25, 50, 75) percentile: (220, 341, 519)
[M::mem_pestat] low and high boundaries for computing mean and std.dev: (1, 1117)
[M::mem_pestat] mean and std.dev: (386.95, 214.25)
[M::mem_pestat] low and high boundar
Greetings,
I am having trouble reducing the size of my log file when running bwa mem. This is probably a mistake on my part, but running
bwa mem -v 1
still outputs about 20MB of logs that look likeHow might I turn this off?