ExaScience / elprep

elPrep: a high-performance tool for analyzing sequence alignment/map files in sequencing pipelines.
Other
287 stars 40 forks source link

How to control compression level of output? #31

Closed carlosmag closed 3 years ago

carlosmag commented 4 years ago

Hi, Is there a way to control compression level of output, similarly to picard MarkDuplicates? Thanks.

pcostanza commented 4 years ago

Hi,

Currently, we don't support controlling the compression level. In our experience, the compression is quite good and produces smaller files than some other common tools. (We cannot guarantee this though.) If you want to avoid compression, for example for piping to other tools, it's probably better to use SAM instead of BAM format as output. Can you elaborate why you are asking for this?

Thanks a lot, Pascal