Is there a way to pass a wildcard to the -V parameter to GATK CombineVariants? Like this:
<GATK3> -T CombineVariants -R <reference> -V <loc>/*${mask}*.vcf -o <output> ...
I want to be able to give various masks (in the bash variable $mask
) to dice up my list of vcfs to generate several different panels from vcfs derived from 1000G data, split by the region code.