MIDAS icon indicating copy to clipboard operation
MIDAS copied to clipboard

samtools check updated to work in Batch mode

Open slacalle opened this issue 4 years ago • 1 comments

"samtools view" will fail in non interactive shells.

slacalle avatar Aug 20 '21 10:08 slacalle

When running in a batch job (from a conda environment), i.e.

ssh [server] bash -c "unset DISPLAY; unset TERM; $HOME/bin/samtools view > log 2>&1"

this will return:

[main_samview] fail to read the header from "-"

May very well be an issue with the bioconda recipe, and suggests this is only compatible with samtools < 1.10

slacalle avatar Aug 20 '21 10:08 slacalle