Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • biocomputer
    Member
    • Dec 2013
    • 62

    Bedtools 2.24.0 errors while decompressing .tar

    When I decompress bedtools 2.24.0:

    Code:
    tar -zxvf ./bedtools-2.24.0.tar.gz
    I get several errors:

    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
    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.
  • GenoMax
    Senior Member
    • Feb 2008
    • 7142

    #2
    Must be something on your end. Did not have any problems with download/compilation (2.24.0) just now.

    Comment

    • jmarshall
      Samtools maintainer
      • Jul 2009
      • 39

      #3
      Windows refuses to create files or directories with names like aux, as it reserves such filenames to refer to IIRC your serial port.

      So alas you're straight out of luck with 2.24.0 on Windows. You'd need to download the tarball on another machine, rename src/utils/aux and fix up the makefiles, and transfer the fixed up tree back to your Windows machine.

      I've reported this as a bedtools bug, and I imagine Aaron will rename this directory for 2.25. In the meantime, it might be easiest just to wait with 2.23.0...

      Comment

      • biocomputer
        Member
        • Dec 2013
        • 62

        #4
        Originally posted by jmarshall View Post
        Windows refuses to create files or directories with names like aux, as it reserves such filenames to refer to IIRC your serial port.
        Cool I didn't know about that. I'm actually using bedtools in an Ubuntu VM under Windows but was working in a shared folder so it was trying to to untar and create the aux folders on a Windows drive. Once I switched to a folder within the VM it worked fine. Thanks for the help.

        Comment

        Latest Articles

        Collapse

        • SEQadmin2
          Nine Things a Sample Prep Scientist Thinks About Before Sequencing
          by SEQadmin2


          I’m not a sequencing expert. I’m a purification scientist who uses NGS to evaluate workflows my group develops. With this perspective, we think about the sample first and the NGS workflow second. The sequencer is an exceptionally honest reporter, but it can only report on what you give it, so whether you get clean, interpretable data from an NGS workflow is largely determined before you begin.

          Here are nine questions we think about, in roughly the order they matter, before...
          06-18-2026, 07:11 AM
        • SEQadmin2
          From Collection to Sequencing: Why Sample Preparation and Preservation Define Sequencing Data
          by SEQadmin2


          Data variability is still an issue in sequencing technologies despite the advances in reproducibility and accuracy of these platforms. But the problem does not originate in the sequencing itself, but in the previous steps, before the sample reaches the sequencer.


          The first step is collection, followed by preservation and sample preparation for analysis. Most scientists overlook those steps, but not being careful might just be skewing the experiment’s results.
          ...
          06-02-2026, 10:05 AM

        ad_right_rmr

        Collapse

        News

        Collapse

        Topics Statistics Last Post
        Started by SEQadmin2, 06-17-2026, 06:09 AM
        0 responses
        36 views
        0 reactions
        Last Post SEQadmin2  
        Started by SEQadmin2, 06-09-2026, 11:58 AM
        0 responses
        99 views
        0 reactions
        Last Post SEQadmin2  
        Started by SEQadmin2, 06-05-2026, 10:09 AM
        0 responses
        120 views
        0 reactions
        Last Post SEQadmin2  
        Started by SEQadmin2, 06-04-2026, 08:59 AM
        0 responses
        113 views
        0 reactions
        Last Post SEQadmin2  
        Working...