biocswirl-dev-team / BiocTerm

A highly configurable, lightweight and feature rich terminal interface with multi-language support for conducting bioinformatics. This project was the People's Choice Award for the Vancouver Bioinformatics Hackathon Hackseq2019.
Apache License 2.0
3 stars 1 forks source link

[biocterm] [biocswirl] Implement contained installations #6

Open lisancao opened 4 years ago

lisancao commented 4 years ago

[biocterm] [biocswirl] Implement contained installations

About: Installations are currently pretty messy, particularly with R as going through a course will install a LOT of packages, and it's unclear whether swirl has a clean uninstall feature. As we work on multilanguage workflows it becomes more and more important for us to have contained environments for courses, especially if our installs overwrite packages someone already has. Should also prompt user if they want to use their install or keep it contained.

Tasks

Resources

https://singularity.lbl.gov/

(Workflow managers) Nextflow https://www.commonwl.org/v1.0/CommandLineTool.html

Tag can be

biocswirl(related to course material)
biocterm (interface changes)
dev      (developers only)
file     (changes to file and folder structuring) 
rpkg     (r package/usethis and CRAN documentation changes)
feat     (new feature)
fix      (bug fix)
refactor (refactoring code)
style    (formatting, missing semi colons, etc; no code change)
doc      (changes to documentation)
test     (adding or refactoring tests; no production code change)
version  (version bump/new release; no production code change)
dbg      (Changes in debugging code/frameworks; no production code change)
license  (Edits regarding licensing; no production code change)
hack     (Temporary fix to make things move forward; please avoid it)
WIP      (Work In Progress; for intermediate commits to keep patches reasonably sized)