modules
modules copied to clipboard
Fix logic for gVCF vs. VCF
I noticed that the output file was set to be a VCF instead of a gVCF when I set ext.args = "--gvcf --tmp-dir tmp". It seems that the string and pattern were in the wrong order for the =~ operator.