Closed rachadele closed 4 years ago
Would you mind trying --delimiter $'\t'
?
Also, would it be possible for you to post a snippet of your file online so I can try to reproduce the issue locally?
it works now using that delimiter! thanks
Great! Sorry about the mistaken docs. I just updated them in the repository and they should be deployed with the next release. Thanks for reporting!
Hi,
I am trying to use
clodius aggregate bedfile
on a bed file I made myself, and I keep getting the following message printed to stdout:this repeats for every line in my bed file.
does this have to do with the format of my file? I am giving it the
--delimiter '\t'
option. when I use$'t'
as suggested in the higlass manual, clodius is unable to parse my file. I also have a description column in my original bed file, but I removed it to see if it was causing the issue. since I got the error message without the description column, I'm not sure what's causing this.thx in advance for your help!