-
Notifications
You must be signed in to change notification settings - Fork 4
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
[INTERNAL, FEATURE] Clean up of folder and add openMS support #3
Conversation
…l variables from global.R
Yes I added a command. The logs go to log_files/openms. |
!rebuild |
@jpfeuffer looks like it works now. The html page just has seqan statistics as a title... |
@smehringer Yep looks good. There is another occurrence of SeqAn for that OpenMS specific column "who". Should probably be changed, too. |
Ah also the plot titles sometimes. |
scripts/create_report.R
Outdated
@@ -71,6 +71,11 @@ if(!require(RColorBrewer)) { | |||
library(RColorBrewer, lib.loc=local.lib) | |||
} | |||
|
|||
if(!require(yaml)) { | |||
install.packages("yaml", repos = c('http://rforge.net', 'http://cran.rstudio.org'), type = 'source', lib=local.lib) | |||
library(RColorBrewer, lib.loc=local.lib) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should say library(yaml, lib.loc=local.lib)
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good catch thanks. Copy and Paste errors are my specialty 🌟
I think you don't need the script.basename for the render location because you added getWd in the beginning already. |
@jpfeuffer thanks for fixing the last things! 👍 |
This PR removes the unnecessary old scripts and logfiles and introduces parsing of OpenMS logs.
@jpfeuffer Please add an ssh call for the openMS logs in Jenkins. I can then update the Jenkins script to also create the openMS report.