-
Notifications
You must be signed in to change notification settings - Fork 27
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
Error in creating vignette #52
Comments
Can you try now? It works for me nicely but I have been doing some work on the package so it is plausible that you picked up the package at the wrong time (sorry for messing with the master branch). |
Dear Dr Plagnol,
Thanks for your reply. It works well now. The problems were in compiling
Exomdepth. The R packages devtools and pkgdown needed some Linux libraries
and they were creating some issues. I compiled it in the latest
Ubuntu22.04.1 LTS. I had to change the Renviron file from using
texi2dvi to R_TEXI2DVICMD=emulation.
It compiled properly and seems to be working now.
I have generated the Exons38 file from the
GCA_000001405.15_GRCh38_full_analysis_set.refseq_annotation.gff.gz.
If it is useful to you and the Exomedepth user community, I can send the
prepared Exons38 file along with the bash scripts used to create it. It
seems to be working fine, we are trying to see how it compares with the
latest GATK CNV scripts.
Thanks again for your help.
Regards
skgs1970
…On Sat, Oct 29, 2022 at 10:04 PM Vincent Plagnol ***@***.***> wrote:
Can you try now? It works for me nicely but I have been doing some work on
the package so it is plausible that you picked up the package at the wrong
time (sorry for messing with the master branch).
—
Reply to this email directly, view it on GitHub
<#52 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACCQOZOZD2Z7JHDTJM4GYNLWFVGYXANCNFSM6AAAAAARQ5P27M>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Thanks. First of all the package is now back on CRAN, so I can think of adding other bits. Do you want to send me a pull request with the relevant file? My concern is that the hg19 file is already almost 2 Mb and adding another one of these may make the package rather heavy. I suspect there is a better way to make these annotation files available, perhaps through an address on github but not part of the package itself. |
Dear Dr Plagnol. My current work is on trios and quads that have at least one or two diseased individuals. We made two sets of reference files, one with 36 unrelated samples from the same sequencing experiments and the other with 72 samples. These are parents of affected children and non-consanguinous couples. Our samples are all from INDIA. As for the Exons38 file. I have generated it from the RefSeq MANE set and it contains 19062 genes. I can send the relevant file and also the bash codes I used to generate them. You can send me the pull request and I will send both files. Thanks for your time. |
I downloaded it from the GitHub Exomedepth and got all dependencies sorted out. now I am having an issue with the processing of the ExomeDepth vignette.
It gives me the following errors. Can it be sorted out.
These are the last lines when I try make build.
###############################################
R CMD build --resave-data working/ExomeDepth
--- re-building ‘ExomeDepth-vignette.Rnw’ using knitr
Error: processing vignette 'ExomeDepth-vignette.Rnw' failed with diagnostics:
Running 'texi2dvi' on 'ExomeDepth-vignette.tex' failed.
Messages:
/usr/bin/texi2dvi: TeX neither supports -recorder nor outputs \openout lines in its log file
--- failed re-building ‘ExomeDepth-vignette.Rnw’
SUMMARY: processing the following file failed:
‘ExomeDepth-vignette.Rnw’
Error: Vignette re-building failed.
Execution halted
make: *** [Makefile:7: build] Error 1
I really appreciate any help you can provide.
The text was updated successfully, but these errors were encountered: