Hi! I've been trying to use bedtools to annotate SNPs (get rsid for each SNP), however this seems to need a lot of memory and my jobs always get killed.
bedtools intersect -a ${file} -b ${dbsnp_file} -wa -wb > out.txt
Where dbsnp_file is the entire dbsnp database already sorted.
Any other tools? BioMart and VEP cannot handle the amount of variants I need them to (>100k variants)
if 'input' is a vcf file:
they're both in bed format (input and output), how can I convert to vcf?