Closed dianacornejo closed 1 year ago
I also wonder which is the format of this file generated after matching the vcf with their index?
matcher.pl -file1 bcf_list.txt -file2 idx_list.txt -r | perl -ane 'chomp $_; print "$F[3]\t$F[1]\n";' > bcfsplitter_input.lst
Continuing the conversation in #2.
I also wonder which is the format of this file generated after matching the vcf with their index?