Open verdurin opened 8 years ago
I also had this issue I had to edit the generateEasyConfig.R
to remove the if
sentence were this warning is triggered. After this workaround I could generate the easyconfig and the script only complains about 1 missing library. I couldn't spend more time to look for the root cause of the issue.
Thanks, @pescobar - commenting out that check worked for me:
2016-07-19 15:42:12 INFO::Log level set to INFO.
2016-07-19 15:42:12 INFO::Will store EasyConfig in /home/camp/huffmaa/tmp/R-3.3.1-foss-2016b.eb
Bioconductor version 3.3 (BiocInstaller 1.22.3), ?biocLite for help
2016-07-19 16:11:24 WARNING::Failed to determine repo origin for package NA .
2016-07-19 16:11:24 WARNING::Failed to determine repo origin for 1 package!
2016-07-19 16:11:24 INFO::===========================================================================
2016-07-19 16:11:24 INFO::: Total R packages processed: 1938
2016-07-19 16:11:24 INFO::: * Resolved packages (will be added to EasyConfig): 1937 ( 99.95%)
2016-07-19 16:11:24 INFO::: * Unavailable packages (missing from EasyConfig): 1 ( 0.05%)
2016-07-19 16:11:24 INFO::===========================================================================
2016-07-19 16:11:24 INFO::Finished!
Would be nice to know which is the miscreant package...
nice that it also worked for you. I get the same output and the generated easyconfig can be installed properly I didn't get any complain from my users. But I agree it would be nice to identify which package triggers the problem.
I've followed the procedure outlined by @pescobar in https://github.com/hpcugent/easybuild-easyconfigs/pull/3079.
In my case, I want to install all the Bioconductor packages and generate an EasyConfig for that.
When I run the script, I see this error:
Note that the request to see the logging level to
DEBUG
doesn't work either.