Skip to content

NIH-NICHD/plink-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

plink-docker

DockerDocker Image CI

Build a Container for bioconda plink

Steps to build this docker container.

  1. Look up on anaconda the tool you wish to install
  2. create an environment.yml file either manually or automatically
  3. Use the template Dockerfile modifying if necessary (in our case we have no custom files for the src directory so we do not use that)
  4. Build the Docker Image
  5. Set up GitHub Actions

You can edit your files and build your image from the command line:

  • Can do this on Google shell - docker is installed and available
docker build -t plink .

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 plink plink

About

containerizing plink

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published