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

RScript crash #35

Closed
dashgenomics opened this issue May 17, 2017 · 1 comment · Fixed by #41
Closed

RScript crash #35

dashgenomics opened this issue May 17, 2017 · 1 comment · Fixed by #41

Comments

@dashgenomics
Copy link

I tried to run the parser with the newest ClinVar may release

I was stuck at the 1.32. RScript crashed after a few second of run.

Any idea how it happened?

Thanks for developing the tool.

[May 17 12:05:49]: --> Exec 1.32: Rscript join_data.R variant_summary.txt.gz output_tmp/clinvar_alleles_grouped.single.b37.tsv.gz output_tmp/tmp.2017-05-17_11.05.29.clinvar_alleles_combine[May 17 12:05:49]: --> Exec 1.32: Rscript join_data.R variant_summary.txt.gz output_tmp/clinvar_alleles_grouped.single.b37.tsv.gz output_tmp/tmp.2017-05-17_11.05.29.clinvar_alleles_combined.single.b37.tsv.gz
[May 17 12:05:49]: Output (last mod N/A): output_tmp/clinvar_alleles_combined.single.b37.tsv.gz [doesn't exist yet]
[May 17 12:06:13]: [1] 282106 25
[May 17 12:06:37]: [1] 634027 30
[May 17 12:06:44]: Error in write.table(combined, output_table, sep = "\t", row.names = F, :
[May 17 12:06:44]: unimplemented type 'list' in 'EncodeElement'
[May 17 12:06:54]: $write.table(combined, output_table, sep = "\\t", row.names = F, col.names =
[May 17 12:06:54]: <environment: 0x7fc00382c120>
[May 17 12:06:54]: attr(,"error.message")
[May 17 12:06:54]: [1] "Error in write.table(combined, output_table, sep = "\t", row.names = F, : \n unimplemented type 'list' in 'EncodeElement'\n"
[May 17 12:06:54]: attr(,"class")
[May 17 12:06:54]: [1] "dump.frames"
[May 17 12:06:54]: Finished 1.32. Running time: 0:01:04.242256 sec.d.single.b37.tsv.gz
[May 17 12:05:49]: Output (last mod N/A): output_tmp/clinvar_alleles_combined.single.b37.tsv.gz [doesn't exist yet]
[May 17 12:06:13]: [1] 282106 25
[May 17 12:06:37]: [1] 634027 30
[May 17 12:06:44]: Error in write.table(combined, output_table, sep = "\t", row.names = F, :
[May 17 12:06:44]: unimplemented type 'list' in 'EncodeElement'
[May 17 12:06:54]: $write.table(combined, output_table, sep = "\\t", row.names = F, col.names =
[May 17 12:06:54]: <environment: 0x7fc00382c120>
[May 17 12:06:54]: attr(,"error.message")
[May 17 12:06:54]: [1] "Error in write.table(combined, output_table, sep = "\t", row.names = F, : \n unimplemented type 'list' in 'EncodeElement'\n"
[May 17 12:06:54]: attr(,"class")
[May 17 12:06:54]: [1] "dump.frames"
[May 17 12:06:54]: Finished 1.32. Running time: 0:01:04.242256 sec.

@kristjaneerik
Copy link
Contributor

See #33 (comment) -- it's an issue with the newest variant_summary table, you might want to use an older version.

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

Successfully merging a pull request may close this issue.

2 participants