-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing start=setting line in the core file generated by uniwig #43
Comments
What does the header of the bad Also, unrelated but you should run with cargo install --profile=release --path=gtars/ Then you can just run
|
The line which is causing an issue (line 879394241) looks like this:
For reference, this is what the other fixedStep lines in the same file look like:
|
Looks like it might be this commit: start must be > 0 for wigtobigwig, correct? I reverted a change where I was clamping the start position for the core counts. It was causing other issues but I don't remember now what issues it fixed. You could re-add that line and see if it fixes your issue. Alternatively, (and more recommended) you can use the newest changes in this branch: And simply set the output type to |
wigToBigWig
gives me the following issue when I provide the.wig
files generated by uniwig (dev
branch):It seems like some kind of a header line is missing in the core wig file generated by uniwig. The command I used to generate the wiggle files was:
However, when I reset the
dev
branch to commit : 884e7b6 there is no issue withwigToBigWig
indicating that the headerstart=setting
line is generated in this case.To reproduce this error, I have provided the bed file and the chrom sizes file :
/project/shefflab/brickyard/results_pipeline/tlgl_atac/combined_chrsort.bed
/project/shefflab/brickyard/results_pipeline/tlgl_atac/hg38.chrom.sizes
The command I used for wigToBigWig is:
The text was updated successfully, but these errors were encountered: