https://github.com/bioconductor/buildabiocworkshop

Template for building a bioconductor workshop package using github actions

https://github.com/bioconductor/buildabiocworkshop

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (12.7%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

Template for building a bioconductor workshop package using github actions

Basic Info
Statistics
  • Stars: 20
  • Watchers: 4
  • Forks: 26
  • Open Issues: 4
  • Releases: 0
Created about 6 years ago · Last pushed about 1 year ago
Metadata Files
Readme License

README.md

BuildABiocWorkshop

This package is a template for building a Bioconductor workshop. The package includes Github actions to:

  1. Set up bioconductor/bioconductor_docker:devel on Github resources
  2. Install package dependencies for your package (based on the DESCRIPTION file)
  3. Run rcmdcheck::rcmdcheck
  4. Build a pkgdown website and push it to github pages
  5. Build a docker image with the installed package and dependencies and deploy to the Github Container Repository at the name ghcr.io/gihub_user/repo_name, all lowercase.

Responsibilities

Package authors are primarily responsible for:

  1. Creating a landing site of their choosing for their workshops (a website). This website should be listed in the DESCRIPTION file as the URL.
  2. Creating a docker image that will contain workshop materials and the installed packages necessary to run those materials. The name of the resulting docker image, including "tag" if desired, should be listed in a non-standard tag, DockerImage: in the DESCRIPTION file.

Both of those tasks can be accomplished using the Github actions included in this template package. The vignette accompanying this package describes how to accomplish both of these tasks.

Details

For detailed instructions, see the How to build a workshop article/vignette.

Results of successful deployment

  • A working docker image that contains the installed package and dependencies.
  • An up-to-date pkgdown website at https://YOURUSERNAME.github.io/YOURREPOSITORYNAME/
  • Docker image will be tagged with latest, sha-XXXXXX where XXXXXX is the hash of the current master commit, and master.

To use the resulting image:

sh docker run -e PASSWORD=<choose_a_password_for_rstudio> -p 8787:8787 YOURDOCKERIMAGENAME Once running, navigate to http://localhost:8787/ and then login with rstudio:yourchosenpassword.

To try with this repository docker image:

sh docker run -e PASSWORD=abc -p 8787:8787 ghcr.io/bioconductor/buildabiocworkshop

NOTE: Running docker that uses the password in plain text like above exposes the password to others in a multi-user system (like a shared workstation or compute node). In practice, consider using an environment variable instead of plain text to pass along passwords and other secrets in docker command lines.

Whatcha get

  • https://bioconductor.github.io/BuildABiocWorkshop
  • A Docker image that you can run locally, in the cloud, or (usually) even as a singularity container on HPC systems.

Owner

  • Name: Bioconductor
  • Login: Bioconductor
  • Kind: organization

Software for the analysis and comprehension of high-throughput genomic data

GitHub Events

Total
  • Issues event: 2
  • Watch event: 1
  • Issue comment event: 1
  • Member event: 1
  • Push event: 1
Last Year
  • Issues event: 2
  • Watch event: 1
  • Issue comment event: 1
  • Member event: 1
  • Push event: 1

Issues and Pull Requests

Last synced: over 1 year ago

All Time
  • Total issues: 22
  • Total pull requests: 19
  • Average time to close issues: 5 months
  • Average time to close pull requests: 21 days
  • Total issue authors: 15
  • Total pull request authors: 6
  • Average comments per issue: 1.5
  • Average comments per pull request: 0.89
  • Merged pull requests: 16
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 2
  • Average time to close issues: N/A
  • Average time to close pull requests: 10 minutes
  • Issue authors: 0
  • Pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 1
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • seandavi (4)
  • drighelli (3)
  • mtmorgan (3)
  • LiNk-NY (2)
  • j-andrews7 (1)
  • HenrikBengtsson (1)
  • ChristopherEeles (1)
  • jdrnevich (1)
  • jmacdon (1)
  • EricSDavis (1)
  • ahl27 (1)
  • vjcitn (1)
  • amcdavid (1)
  • cmirzayi (1)
  • koenvandenberge (1)
Pull Request Authors
  • seandavi (6)
  • kevinrue (5)
  • lwaldron (3)
  • aedin (3)
  • LiNk-NY (2)
  • kozo2 (2)
Top Labels
Issue Labels
enhancement (3) help wanted (1)
Pull Request Labels

Dependencies

DESCRIPTION cran
  • Biobase * depends
  • knitr * suggests
  • pkgdown * suggests
  • rmarkdown * suggests
.github/workflows/basic_checks.yaml actions
  • JamesIves/github-pages-deploy-action releases/v4 composite
  • actions/cache v1 composite
  • actions/checkout v2 composite
  • docker/build-push-action ad44023a93711e3deb337508980b4b5e9bcdc5dc composite
  • docker/login-action 28218f9b04b4f3f62068d7b6ce6ca5b26e35336c composite
  • docker/metadata-action 98669ae865ea3cffbcbaa878cf57c20bbf1c6c38 composite
  • docker/setup-buildx-action 79abd3f86f79a9d68a23c75a09a9a85889262adf composite
  • sigstore/cosign-installer 1e95c1de343b5b0c23352d6417ee3e48d5bcd422 composite
Dockerfile docker
  • bioconductor/bioconductor_docker devel build