Skip to content

Bigtools hangs on inputs when they are not passed from stdin for certain inputs #82

@mrvollger

Description

@mrvollger

Hi @jackh726,

I am running into an odd issue where if I pass a certain file via stdin bigtools quickly processes it, but if I provide the full file path bigtools gets stuck and just hangs (while using a decent amount of CPU). Here is an example script for which I have attached test data:

# does not hang
echo test1
cat temp-unreliable-coverage-regions.bed | bigtools bedtobigbed -s start -a bed3.as - mm10.fa.fai tmp.bb

# hangs
echo test2
bigtools bedtobigbed -s start -a bed3.as temp-unreliable-coverage-regions.bed mm10.fa.fai tmp.bb

I am using bigtools version 0.5.4

Thanks in advance!
Mitchell

bigtools-bug.zip

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions