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

Error in creating vignette #52

Open
skgs1970 opened this issue Oct 28, 2022 · 4 comments
Open

Error in creating vignette #52

skgs1970 opened this issue Oct 28, 2022 · 4 comments

Comments

@skgs1970
Copy link

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

  • checking for file ‘working/ExomeDepth/DESCRIPTION’ ... OK
  • preparing ‘ExomeDepth’:
  • checking DESCRIPTION meta-information ... OK
  • cleaning src
  • installing the package to build vignettes
  • creating vignettes ... ERROR
    --- 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.

@skgs1970 skgs1970 changed the title Error in cretaing vignette Error in creating vignette Oct 28, 2022
@vplagnol
Copy link
Owner

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).

@skgs1970
Copy link
Author

skgs1970 commented Oct 31, 2022 via email

@vplagnol
Copy link
Owner

vplagnol commented Nov 3, 2022

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.

@skgs1970
Copy link
Author

Dear Dr Plagnol.
The package is working well now and I also updated it to the latest from CRAN. Your suggestion of making the files available separately is logical. I have been using your R script (with the Exons38) in two parts-
1)Part one makes a reference set from a set of bam files and stores it as a CSV.
2)second part calls the CNVs in the samples.
You had said that it generates about 170 -200 CNVs. I have been getting only about 100 CNVs from the Exons38

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.
I have been checking the used reference sets from the output of mychoice. It takes anywhere between 5 to 14 samples in the mychoice reference set out of 36 or 72 reference samples. There are a few samples which are preferred in about 70% of the time calling CNVs from samples. Do you think, it may have something to do with the lesser number of CNVs?

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.
I tried initially with the GCA_000001405.15_GRCh38_full_analysis_set.refseq_annotation.gff.gz, but it has lots of putative genes, LOC, MIRs etc.. but then stuck to Refseq MANE set. The Refseq MANE set is updated every few months.

Thanks for your time.

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