-
Notifications
You must be signed in to change notification settings - Fork 133
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
findallcoverageatposition output incorrect numbers #180
Comments
Thank you for the bug report. I think I found my error. Can you please test my latest commit please ? |
Thanks for your quick update and it works now. Yet I found another issue: the counts at positions encountering hard clipping seems incorrect (seems reads that have hard clippings are not included in the computation), see the following positions as an example
1: chr18 10736 |
@yliueagle well, I didn't want to count the hard+soft clipping in the count of bases. I've just added a new option P |
@lindenb (btw, these are Hi-C chimeric reads) |
@yliueagle i saw your mail. Sorry, I don't have the time to explore this for now. |
Subject of the issue
findallcoverageatposition output incorrect numbers
Your environment
version of jvarkit: b0bbbff
version of java:
openjdk version "1.8.0_275"
OpenJDK Runtime Environment (build 1.8.0_275-b01)
OpenJDK 64-Bit Server VM (build 25.275-b01, mixed mode)
which OS: Linux
Steps to reproduce
echo "hic_reads_trans_chr14_chr18_chr18_2021-03-0318:15:51.bam" | java -jar ./jvarkit/dist/findallcoverageatposition.jar -p chr18:7833720
Expected behaviour
The number of reads at chr18:7833720 should be 2, with one A and one G. But the output of the command is different (see the data and output in the drive):
https://drive.google.com/drive/folders/14HwF65VllIIYSHR3y--k92140J4v4UWL
The text was updated successfully, but these errors were encountered: