Entering edit mode
8.2 years ago
procrastrjf
•
0
I have a .bed file that I've converted from .vcf and I want to sort them and remove duplicate entries. Whenever I try to sort the file using bedtools, I get this error. I'm not using bash's sort because I want to make sure that my files can be used by bedtools in the future.
$ bedtools sort -i < Complete_Human_SNPs.bed >
-bash: syntax error near unexpected token `newline'
Post a
head
of your bed file, and also look into thesort-bed
function in the bedops package.