Code Monkey home page Code Monkey logo

bioconductor_docker_basics's Introduction

Introduction

This repository contains the docker setup with all dependencies required to run the BASiCS workflow. The setup inherits from the bioconductor/bioconductor_docker.

This repository is under development - not ready to be used

Useful commands

To clone this repository

git clone https://github.com/VallejosGroup/bioconductor_docker_basics.git

To build the docker image locally (assumes you are in the correct folder)

docker build . -t bioconductor_docker_basics:0.0.1

To run the docker image via Rstudio server. The code below ensures that the files in $HOME/Documents/Github/Manuscripts/BASiCSWorkflow are available via Rstudio.

docker run -p 8787:8787 -v $HOME/Documents/Github/Manuscripts/BASiCSWorkflow:/home/rstudio/mycode -e PASSWORD=bioc bioconductor_docker_basics:0.0.1

Then access http://localhost:8787. Username: rstudio, password = bioc.

Other commands

Note: mostly copy/paste from bioconductor website

To check available images

docker image ls
docker images

To list all running containers

docker ps

To list all available containers

docker ps -a

To resume a stopped container

docker start <CONTAINER ID>

Shell into a running container

docker exec -it <CONTAINER ID> /bin/bash

Shutdown container

docker stop <CONTAINER ID>

Delete container

docker rm <CONTAINER ID>

Delete image

docker rmi bioconductor/bioconductor_docker:devel

Useful links

bioconductor_docker_basics's People

Contributors

catavallejos avatar alanocallaghan avatar

Watchers

James Cloos avatar  avatar  avatar Chantriolnt Andreas Kapourani avatar Nathan Constantine-Cooke avatar  avatar

bioconductor_docker_basics's Issues

Installation warnings

Warning message:
In install.packages(...) : installation of one or more packages failed,
  probably ‘bit64’, ‘RSQLite’, ‘AnnotationDbi’, ‘BiocFileCache’, ‘GO.db’, ‘biomaRt’, ‘org.Mm.eg.db’, ‘GenomicFeatures’, ‘ensembldb’, ‘geneLenDataBase’, ‘EnsDb.Mmusculus.v79’, ‘goseq’

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.