You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We could make another (internal) function which generates a template containing the info which is now "cat"ed, given a bioc release
Currently the data and script folder creation contains the same lines of code. This could also be generalized into a separate function, and even allow the user to create a folder with a name of their choosing (e.g. if they wish to have a folder called RData)
General checks: e.g. checking/warning if the data folder is empty, ToDo: what are useful errors to catch to inform the user what may have gone wrong while creating the Dockerfile
In the absence of any package, makeSimpleBiocContainer() could use all attached packages.
Currently, the container directory must not be present. It could be re-used (including any files in data or script) and/or recreated to start again.
makeSimpleBiocContainer()could use all attached packages.