Hi everyone,
I am using bowtie2 for aligning my chip-seq data. Is there a way to get output as bam file (instead of sam and then converting into bam) and log file?
Thank you in advance!!
-Sudeep
--met-stderr <path> Write bowtie2 metrics to the "standard error" ("stderr") filehandle. This is not mutually exclusive with --met-file. Having alignment metric can be useful for debugging certain problems, especially performance issues. See also: --met. Default: metrics disabled.
Thank you!!