Check VCF file sorting order
- More robustly check sorting order when VCF files are being read. Raise Exception when they are not sorted according to the reference file.
- Change
-u $UID
to-u $(id -u):$(id -g)
when invoking docker command insomaticseq.utilities.dockered_pipelines.container_option
.