Skip to content

adeslatt/wgcna-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker Image CI

Build a Container for the Rscript wgcna.R

Steps to build this docker container.

Set up GitHub Actions To build your image from the command line:

Can do this on Google shell - docker is installed and available docker build -t wgcna . To test this tool from the command line

Set up an environment variable capturing your current command line:

PWD=$(pwd) Then mount and use your current directory and call the tool now encapsulated within the environment.

docker run -it -v $PWD:$PWD -w $PWD wgcna Rscript wgcna.R