You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was wondering if there could be an option to stream cytosine_report instead of writing it to an output file. It's pretty big (28G) and I only keep it in order to calculate conversion %.
Also - I've managed to produce a bam file that claims no overlap with any cytosine when it definitely does, and I'm wondering if there's some things getting skipped. I've aligned two ways, once essentially paired-end and once single-end, and the single-end produces overlap statistics but the paired end does not. [There are other slight differences as well, but the reads have the same Phred scores and alignment locations so I'm not sure what's going on.]
This is the call I use:
MethylDackel extract -F 1024 -@10 --cytosine_report --CHH --CHG
The text was updated successfully, but these errors were encountered:
I've sent some test files via email. The "aligning single end separately" version (which I'm calling single) returns a bed file with values when calling extract. The "aligning as paired" one does not - an empty bed file with just the header is what is produced. Interestingly, when I run "perRead" on these same bam files, the problem does not occur and they return the same output, as expected.
Hello,
I was wondering if there could be an option to stream cytosine_report instead of writing it to an output file. It's pretty big (28G) and I only keep it in order to calculate conversion %.
Also - I've managed to produce a bam file that claims no overlap with any cytosine when it definitely does, and I'm wondering if there's some things getting skipped. I've aligned two ways, once essentially paired-end and once single-end, and the single-end produces overlap statistics but the paired end does not. [There are other slight differences as well, but the reads have the same Phred scores and alignment locations so I'm not sure what's going on.]
This is the call I use:
MethylDackel extract -F 1024 -@10 --cytosine_report --CHH --CHG
The text was updated successfully, but these errors were encountered: