https://github.com/bioconductor/auxiliary_docker_containers

Docker containers relating to the Bioconductor project (unofficial)

https://github.com/bioconductor/auxiliary_docker_containers

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 (13.5%) to scientific vocabulary
Last synced: 9 months ago · JSON representation

Repository

Docker containers relating to the Bioconductor project (unofficial)

Basic Info
Statistics
  • Stars: 1
  • Watchers: 2
  • Forks: 1
  • Open Issues: 2
  • Releases: 0
Created over 11 years ago · Last pushed over 3 years ago
Metadata Files
Readme Support

README.md

Exploratory Docker containers related to the Bioconductor project

NOTE: Containers which will be officially suported can be found at https://github.com/Bioconductor/bioc_docker; containers in this repository are not of general interest as they are for internal Bioconductor projects.

See the README.md file in each directory for more detailed information.

Several of these containers are hosted on Docker Hub (as automated builds) and can be downloaded with docker pull.

rserveclientdevel and rserveserverdevel

Simple proofs-of-concept for the idea of using an Rserve instance do do some work using functions of a package that can take a long time to load. If the instance of Rserve is already running with the package loaded, then the client can send expressions to the server with a very quick response. We use this scenario in our Galaxy tools when we want them to run a fast calculation, where the calculation runs much faster than the time it takes to load the packages necessary to run the calculation. Now that Galaxy supports running tools inside Docker, this same scenario can still be realized by having the rserve_server_devel container running with the name server, then running the galaxy tool with the added job.conf parameter --link server:server (supported in this changeset).

TODO: Add a fig.yml to illustrate use of these containers (not necessarily in a a Galaxy context).

Utilities

./get_url.sh

When you run a container that exposes a web server, this script will give you the URL to the server, with the appropriate host and port.

b2on and b2off

For Mac users of boot2docker.

b2on starts the boot2docker vm (if it's not already on) and sets some environment variables that are required in any shell where you will be working with Docker. It also adds [dk] to the beginning of your shell prompt to indicate that this has been done.

b2off turns off the boot2docker vm, unsets the environment variables, and returns your shell prompt to normal.

IMPORTANT: These scripts need to be run by sourcing them with the . command, for example:

. b2on
. b2off

If you like, you can add aliases that do this to your ~/.bash_profile.

Containers for Internal Use

NOTE: The following containers are for internal Bioconductor core team projects only and would probably not be of interest to the wider Bioconductor community.

support.bioconductor.org

A development environment for the Bioconductor support site.

bioconductor.org

A development environment for the Bioconductor website.

tracker.bioconductor.org -

A development environment for the bioconductor issue tracker. This is in its infancy and issues may arise.

Owner

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

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

GitHub Events

Total
Last Year

Issues and Pull Requests

Last synced: over 1 year ago

All Time
  • Total issues: 3
  • Total pull requests: 6
  • Average time to close issues: about 2 hours
  • Average time to close pull requests: about 21 hours
  • Total issue authors: 2
  • Total pull request authors: 2
  • Average comments per issue: 1.33
  • Average comments per pull request: 0.5
  • Merged pull requests: 5
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • b-long (2)
  • ylin30 (1)
Pull Request Authors
  • vobencha (4)
  • jimhester (2)
Top Labels
Issue Labels
Pull Request Labels

Dependencies

BBS0/Dockerfile docker
  • bioconductor/devel_base latest build
GENE-E/Dockerfile docker
  • ubuntu 14.04 build
annotationhub/Dockerfile docker
  • ubuntu 14.04 build
annotationhub/docker-compose.yml docker
apache/Dockerfile docker
  • eboraas/apache latest build
apache24/Dockerfile docker
  • asteris/apache-php-mongo latest build
bioconductor.org/Dockerfile docker
  • ubuntu 14.04 build
cytoscape/Dockerfile docker
  • ubuntu 14.04 build
cytoscape3/Dockerfile docker
  • ubuntu 14.10 build
cytoscape3/docker-compose.yml docker
jupyter/Dockerfile docker
  • bioconductor/devel_sequencing latest build
mailcatcher/Dockerfile docker
  • schickling/mailcatcher latest build
rserve_client_devel/Dockerfile docker
  • bioconductor/devel_base latest build
rserve_server_devel/Dockerfile docker
  • bioconductor/devel_base latest build
support.bioconductor.org/Dockerfile docker
  • ubuntu 14.04 build
support.bioconductor.org/docker-compose.yml docker
tracker.bioconductor.org/Dockerfile docker
  • ubuntu 14.04 build
tracker.bioconductor.org/docker-compose.yml docker