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
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:
I am using bigtools version 0.5.4
Thanks in advance!
Mitchell
bigtools-bug.zip