Entering edit mode
9.6 years ago
R
▴
10
I tried to pipe into bedToBigBed but I got an error:
cat test.bed | cut -f1-3 | sort -k1,1 -k2,2n | bedToBigBed /dev/stdin chrom.sizes test.bb
Expecting at least 3 words line 1 of /dev/stdin got 1
When I do each step separately everything goes fine!
Does anybody know what is the problem?
I also tried stdin. I did not work
a dash '-' instead of stdin ?
I've tried that BUT Couldn't open - , No such file or directory :(
what's your OS ?
linux-3.17.8-gentoo-r1