Closed mike-w-wilson closed 3 years ago
Sorry this also adds logging statements and an ouptut path. The logger was added togive a sense of where the script is when it is running. The output path is optional but will be used as a prefix for the output files. If none is provided, the output will just be anc0.vcf.gz. I can change that to use the vcf_prefix arg by default though.
I've added back the vcf-prefix as the default output file prefix but output-path will override this when it is provided.
These updates allow the user to pass
--zip-output
in the command line to write the output files to a gzipped file.