Skip to content
Prev 11651 / 21312 Next

[Bioc-devel] [Untrusted Server]Re: strange error in Jenkins build forsingleCellWorkflow

Thanks Martin. Yes, it's quite unfortunate that scater drags in dplyr and ggplot2, which - combined with Bioconductor's core packages - already puts us pretty close to the limit without doing anything else!


A solution might be to split my workflow into self-contained components, each of which can become its own workflow package (e.g., simpleSingleCell1, simpleSingleCell2, simpleSingleCell3 and so on). This should avoid all of the problems and our associated hacks.


I'm happy to do this, but is it possible for the website to indicate that there is a connection between the component workflows? For example, the link that ordinarily goes to the compiled workflow could instead go to an indexing page, which contains links to individual component workflows.


-Aaron