BIMSBbioinfo / pigx_bsseq

bisulfite sequencing pipeline from fastq to methylation reports
https://bioinformatics.mdc-berlin.de/pigx/
GNU General Public License v3.0
11 stars 4 forks source link

Catch error during final report rendering when refgene and cpgislandfile are not given #184

Open alexg9010 opened 2 years ago

alexg9010 commented 2 years ago

settings:

[..]
   differential-methylation:
     cores: 1
     qvalue: 0.01
     difference: 25
     annotation:
       cpgIsland-bedfile: ''
       refGenes-bedfile: ''
       # download cpgIsland-bedfile or refGenes-bedfile automatically if not given?
       webfetch:   no
[..]

Error Log:

|.....................................................                 |  76%
Quitting from lines 289-296 (index.Rmd)
Error in lookupBedFile(type = "refGene", filename = refGenes_bedfile,  :
  ERROR: type can be either "cpgIslandExt" or "knownGene".
Calls: render2HTML ... eval_with_user_handlers -> eval -> eval -> lookupBedFile