When I decompress bedtools 2.24.0:
I get several errors:
Make therefore doesn't finish when it looks for these files in /src/utils/aux. I have tried re-downloading using wget and directly from the website (right-click-->save-as), and decompressing with 7zip in Windows instead of tar in Ubuntu. The 7zip gui gave no errors but make gave the same errors that it couldn't find files in /src/utils/aux. I have no problems with the previous version of bedtools 2.23.0 which I can decompress, make, and run bedtools with no errors.
Code:
tar -zxvf ./bedtools-2.24.0.tar.gz
Code:
tar: bedtools2/src/utils/aux: Cannot mkdir: Protocol error tar: bedtools2/src/utils/aux: Cannot mkdir: Protocol error tar: bedtools2/src/utils/aux/BedtoolsDriver.cpp: Cannot open: No such file or directory tar: bedtools2/src/utils/aux: Cannot mkdir: Protocol error tar: bedtools2/src/utils/aux/BedtoolsDriver.h: Cannot open: No such file or directory tar: bedtools2/src/utils/aux: Cannot mkdir: Protocol error tar: bedtools2/src/utils/aux/Makefile: Cannot open: No such file or directory tar: Exiting with failure status due to previous errors
Comment