Entering edit mode
8.0 years ago
samuel.lipworth
▴
30
Hi,
Trying to use vcf-isec
When I call
vcf-isec -n +2 file1.vcf.gz file2.vcf | bgzip -c > out.vcf.gz
I get the error
Unknown type [None]
at /path/to/my/research/bioinformatics/vcftools_0.1.13/perl/Vcf.pm line 180.
The path to Vcf.pm is definitely correct - what is going wrong?