-
Notifications
You must be signed in to change notification settings - Fork 21
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
[BUG] summary and log are confusing. #143
Comments
@mourisl Can you take a look? Thanks! |
@ming1211 Sorry for the delayed reply. The summary should be with respect to the read pairs. I think the negative number in the summary is a bug if the output is in the SAM format. I will look into this issue. Thank you for reporting this bug. |
Hi @ming1211 , thank you for letting us know about the bug for the negative number. I think I've found the issue and it should be fixed in the li_dev5 branch. Could you please check out that branch and give it a try to see whether it works on your data? Thank you. |
Thanks for your update!I tried, it's perfect now! Thanks again! |
not single-cell. |
Since your data is bulk ATAC-seq data, you shall use --remove-pcr-duplicates. The -at-single-level is for scATAC-seq data, I guess it will give you the same results as --remove-pcr-duplicates on bulk data, but we never tested it. |
The summary file generated is as follows,
I'm so confused as, why the unmaped is minus zero.(the barconde is empty)
and the following is the log:
my data is pair-end data, the numbers in the log seem to be reads not pairs, and the numbers in the summary seem to be pairs???and reads??
Another question is why the reads number of the final result is singular, not plural. mean that there are reads not in pairs?
My command is
chromap --preset chip -t 12 --MAPQ-threshold 10 -x $chromap_index -r $genome -1 A_R1.fastq.gz -2 A_R2.fastq.gz --SAM -o A_chromap.sam --trim-adapters --summary A-summary
Thanks in advance.
Best,
Ming
The text was updated successfully, but these errors were encountered: