[go: nahoru, domu]

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

Float division by zero #17

Open
tstricker opened this issue Jul 26, 2018 · 2 comments
Open

Float division by zero #17

tstricker opened this issue Jul 26, 2018 · 2 comments

Comments

@tstricker
Copy link

I know this has come up twice before, but neither case appears to apply to me. I can't figure out this error.

Generate Data Set from /data/strickt2/desmoid2/sequence/readgroup/raw.vcf/
using this bed file : /home/strickt2/SEQanalysis/NGSCheckMate/SNP/SNP_GRCh37_hg19_wChr.bed
Traceback (most recent call last):
File "/home/strickt2/SEQanalysis/NGSCheckMate/ncm.py", line 1460, in
createDataSetFromDir(base_dir,bedFile)
File "/home/strickt2/SEQanalysis/NGSCheckMate/ncm.py", line 220, in createDataSetFromDir
real_depth[file] = depth[file] / float(real_count[file])
ZeroDivisionError: float division by zero

@sejooning
Copy link
Collaborator

Hi tstricker,

The NGSCheckMate supports below VCF files.

  1. Single-sample VCF files from samtools and GATK's.
  2. A Multi-samples VCF file (GATK).

Otherwise, could you please share your VCF files? I would like to check the details.

Best,
Sejoon Lee

@tstricker
Copy link
Author
tstricker commented Jul 30, 2018 via email

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