Currently doing something like
squarepeg run quay.io/biocontainers/minimap2:2.31--h118bc1c_0 minimap2 \
-ax map-ont blah.fasta \
blah.fastq.gz > mapped.sam
will output a sam file with stderr and stdout combined, thus the sam file becomes unusable
(I can do -o mapped.sam) but would be nice if there was an option to split
Currently doing something like
will output a sam file with stderr and stdout combined, thus the sam file becomes unusable
(I can do
-o mapped.sam) but would be nice if there was an option to split