-
Notifications
You must be signed in to change notification settings - Fork 6
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
md5checksum shows example dataset analysis fails #13
Comments
Hi Rishi, could you share one of the lsb_release -a
free -h |
Sure, I have attached process.1.log and the system info is as follows:
output:
output:
|
As I suspected, it is the same error memory-associated error:
The problem is clearly not related to a lack of memory. Since I have no in-depth knowledge of In the meantime, you may try running it on a different machine. |
Information from other user:
|
Hi again,
and now all checksum outputs say 'OK' |
Hmm, interesting. I will try running the example on a 1TB memory machine as well. Maybe there is some bug related to large pointers. |
Hi, |
I tried it on one of our big memory machines and it worked as expected: # submit job with 8 cores
$ sbatch -c8 -pbigmem --wrap='snakemake --configfile=snakemake.yaml --use-singularity --cores=$SLURM_JOB_CPUS_PER_NODE'
# memory information about the machine
$ ssh r01n03 free -h
total used free shared buff/cache available
Mem: 1.0T 964G 40G 1.6G 2.5G 39G
Swap: 0B 0B 0B
# OS information about the machine
$ ssh r01n03 lsb_release -a
LSB Version: :core-4.1-amd64:core-4.1-noarch:cxx-4.1-amd64:cxx-4.1-noarch:desktop-4.1-amd64:desktop-4.1-noarch:languages-4.1-amd64:la
nguages-4.1-noarch:printing-4.1-amd64:printing-4.1-noarch
Distributor ID: CentOS
Description: CentOS Linux release 7.4.1708 (Core)
Release: 7.4.1708
Codename: Core So I conjecture (:smile:) that it is not just the amount of total or available memory that causes the bug. But I still have no clue what's going on. Also, I have not heard anything from the author of daccord (see this issue). I will keep digging. |
@shri1984 @RishiDeKayne I hope you are still interested in DENTIST after all this time but I think I have fixed the bug (25f96d2). I would be very happy if you could test the example again and see if it works. The issue (likely) was that I used Alpine Linux in the Container which has its own |
Thanks @a-ludi. example data set went fine including the md5sum. The latest version helped. I am trying dentist on my hic scaffolded hifi assembly. I will post the update here. |
Thanks for your work, but I get the same issue with example data by the latest version (v4.0.0) — md5sum -c checksum.md5 failed (15 cases). The information about the machine is:
|
Hi @lizhao007 , could you please share the list of files that failed the checksum test? I need it to get an idea what went wrong. |
Hi, I've been trying to use dentist on the provided example dataset but a number of the md5 check sums after it finishes running are failing with no other errors that I can find.
I installed snakemake v6.0.0 and singularity v3.6.3 through conda and ran through the example dataset as follows:
but the checksum output was as follows:
any advice on how to get the example dataset running would be greatly appreciated,
Thanks,
Rishi
The text was updated successfully, but these errors were encountered: