-
Notifications
You must be signed in to change notification settings - Fork 9
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
summary hmr_count is non-zero but hmr output file is empty #213
Comments
@cb4github Thanks for this! I know the source of the problem and will prioritize fixing it. |
Fixed with commit #214 and a release will happen soon to propagate this fix. Thank again @cb4github this really helps! |
@andrewdavidsmith Many thanks for fixing this. I'm currently unable to install from the resulting master without an updated tar ball or Dockerfile or working configure script. Thanks. |
Update: I was able to reproduce issue #209 using gcc/8.5.0, which supports C++17 as mentioned in the README. Yet, as I understand it, this appears to be inconsistent with the Here, I believe, is a relevant quote from the RH developers' website here.
Here is sample output from that attempted make.
Please advise. Thanks. |
@cb4github Would you be able to move that to the #209 or open a new issue? I've got a reply, but want to keep things separate if that's ok. |
Describe the bug
See subject.
To Reproduce
Steps to reproduce the behavior (steps 1-8 for data preparation):
<(gawk 'OFS="\t" {print $1,$2,"+", "CpG",$4}' $methylation_mean_file_path)
<(cut -f 5 $methylation_counts_file_path) \
chr1 10468 + CpG 0.5 16
chr1 10470 + CpG 0.857 14
chr1 10483 + CpG 0.714 14
chr1 10488 + CpG 0.786 14
chr1 10492 + CpG 0.714 14
chr1 10496 + CpG 1 15
chr1 10524 + CpG 1 15
chr1 10541 + CpG 0.923 13
chr1 10562 + CpG 0.562 16
chr1 10570 + CpG 0.765 17
856 5136 20094 output/GSM5652231_Cerebellum-Neuron-Z000000TB.hg38.methylation_mean_plus_coverage.meth
-p ${output_directory}/params.txt
-o $hmr_file_path
-verbose
-summary ${output_directory}/summary.txt
$methylation_mean_plus_coverage_file_path
hmr_count: 4
hmr_total_size: 1713
hmr_mean_size: 428.25
0 output/GSM5652231_Cerebellum-Neuron-Z000000TB.hg38.hmr
Expected behavior
Resulting hmr file non-empty.
Screenshots
N/A
Desktop (please complete the following information):
/lustre/project/PI/apps/centos7/modulefiles/dnmtools/1.4.2:
module-whatis DNMTools is a set of tools for analyzing DNA methylation data from high-throughput sequencing experiments, especially whole genome bisulfite sequencing (WGBS), but also reduced representation bisulfite sequencing (RRBS).
module load anaconda3/2023.07 singularity/3.9.0
prepend-path PATH /lustre/project/PI/apps/dnmtools/1.4.2/bin
prepend-path PATH /lustre/project/PI/apps/dnmtools/1.4.2/bin/utils
setenv DNMTOOLS_IMAGE /lustre/project/PI/singularity_images/dnmtools_latest_plus_bash.sif
Bootstrap: docker
From: ghcr.io/smithlabcode/dnmtools:latest
%post
apk update
apk add bash
apk add bash-doc
apk add bash-completion
%test
bash
Smartphone (please complete the following information):
Additional context
Please let me know if you need any more information. Thanks.
Best,
CB
The text was updated successfully, but these errors were encountered: