Skip to content
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

command terminated by signal 9 #30

Open
csuzhang opened this issue Aug 9, 2024 · 2 comments
Open

command terminated by signal 9 #30

csuzhang opened this issue Aug 9, 2024 · 2 comments

Comments

@csuzhang
Copy link

csuzhang commented Aug 9, 2024

I use vcfdist to evaluate a phased assembly of HG002. The variants are called by dipcall. The command terminted by signal 9. Vcfdist was ran on a server with 1.5Tb RAM using default command where bed file is generated by dipcall.

@TimD1
Copy link
Owner

TimD1 commented Aug 11, 2024

Since the command terminated with signal 9, it most likely ran out of RAM. Limiting the maximum variant size with -l 1000 should do the trick.

Are you sure that there is 1.5TB of RAM, and not 1.5TB of disk space? If you're running Linux, what does the command lshw -c memory show?

Can you please provide the exact command you used to run vcfdist? The inputs (including the BED file) would be helpful for me to reproduce the error.

@csuzhang
Copy link
Author

I'm sure that the memory is 1.5TB. Here is the output of the command lshw -c memory
WARNING: you should run this program as super-user.
*-memory
description: System memory
physical id: 0
size: 1534GiB
*-memory UNCLAIMED
description: Memory controller
product: Lewisburg PMC
vendor: Intel Corporation
physical id: 1f.2
bus info: pci@0000:00:1f.2
version: 09
width: 32 bits
clock: 33MHz (30.3ns)
capabilities: bus_master
configuration: latency=0
resources: memory:92210000-92213fff
WARNING: output may be incomplete or inaccurate, you should run this program as super-user.

The vcfdist command is vcfdist hg002.dip.vcf.gz GRCh38_HG2-T2TQ100-V1.0.vcf.gz GCA_000001405.15_GRCh38_no_alt_analysis_set.fna -b hg002.dip.bed -p hg002 -t 80 -v 0. Here is the input hg002.dip.vcf.gz, hg002.dip.bed.gz and GRCh38_HG2-T2TQ100-V1.0.vcf.gz can be downloaded from here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants